[Resolved] Impossible to upgrade to beta on a live site

Home Forums Support [Resolved] Impossible to upgrade to beta on a live site

Home Forums Support Impossible to upgrade to beta on a live site

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #519061
    George

    Hi, I have my site in maintenace mode on a Siteground server with PHP 7.2 and I was trying to install the beta 3 as usual but even though I have added the code in my snippets:

    add_action( 'after_setup_theme','tu_beta_tester' );
    function tu_beta_tester() {
    	add_filter( 'generate_premium_beta_tester','__return_true' ); 
    }

    I don’t seem to get any notification in the plugin area to update. I have tried deactivate/activate the GP Premium plugin and snippet PHP code but nothing. I have also tried different PHP versions, no change. My GPremium is activated. Nothing in the debug logs as well.

    Is there currently anything wrong with the GeneratePress servers?

    #519321
    Tom
    Lead Developer
    Lead Developer

    Nothing wrong on our end.

    How long have you been waiting? Sometimes going to “Dashboard > Updates” can release the cache.

    If not, your site being in maintenance mode might be preventing the communication between servers.

    #519480
    George

    Very strange. I copied the code to my child theme’s functions.php, deactivated the snippet and it worked. Then, I deleted the code from functions.php, reactivated the snippet and the update seems to be available now.

    It seems to be working so I will close the ticket now.

    Thanks Tom.

    #519838
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.