PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Updating on WP MS Multisite

  1. I would like to be able to update the plugin (when new updates come up) for the entire network, instead of site at a time. I am unable to do so from the network admin screen because it wants me to enter license number but takes me to 'this page doesn't exist'.

    Can you please advise on how to do that?

    Posted 11 years ago on Saturday December 15, 2012 | Permalink
  2. Please see the multi-site options here:
    http://www.gravityhelp.com/documentation/page/Advanced_Configuration_Options#Multi-Site_Specific_Options

    Specifically, you can add your license key to your wp-config.php file. That will populate the license key for all new sites when they are created. However, that will not work to update any existing sites.

    define("GF_LICENSE_KEY", "YOUR-LICENSE-KEY-HERE");

    You may have to insert the license key into the database directly to get around the "not found error."

    Posted 11 years ago on Monday December 17, 2012 | Permalink
  3. Perfect!. Thank you!. I'll implement and test soon.

    Posted 11 years ago on Monday December 17, 2012 | Permalink
  4. Let us know if you need more help.

    Posted 11 years ago on Tuesday December 18, 2012 | Permalink