• Hello,

    I was updating your plugin to the latest version on my staging website, but when I did, the staging website crashed.

    Cloudways also warned me that the latest version will break my live site so thats why I tried updating on the staging.

    Warm regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    You would like to check the error log of your website for any relevant errors. If you don’t see any errors there, you would like to enable debugging first then refresh the home page of your website and see if there is any PHP error on the screen or in the error_log file in the root folder of your website. You can also check the error log in your CPanel for any relevant errors.
    To enable WordPress debugging, search for the following code in the wp-config.php file in the root folder of your website.

    define('WP_DEBUG', false);

    and replace with the following:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    Thread Starter hbk747

    (@hbk747)

    Hello,

    The error log had 3 entries since I made the staging website 2 days ago:

    [Thu Dec 01 17:05:31.287609 2022] [proxy_fcgi:error] [pid 4466:tid 140525449422592] [client 86.99.142.52:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined property: stdClass::$url in /home/601622.cloudwaysapps.com/ftndhwkjvr/public_html/wp-…………e: PHP Warning: Undefined property: stdClass::$changelog in /home/601622.cloudwaysapps.com/ftndhwkjvr/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php on line 791’, referer: https://wordpress-601622-3078742.cloudwaysapps.com/

    [Thu Dec 01 17:06:56.186452 2022] [proxy_fcgi:error] [pid 4466:tid 140524719257344] [client 86.99.142.52:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined property: stdClass::$url in /home/601622.cloudwaysapps.com/ftndhwkjvr/public_html/wp-…………rning: Undefined property: stdClass::$changelog in /home/601622.cloudwaysapps.com/ftndhwkjvr/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php on line 791’, referer: https://wordpress-601622-3078742.cloudwaysapps.com/wp-admin/

    [Thu Dec 01 17:09:20.006555 2022] [proxy_fcgi:error] [pid 4466:tid 140525741471488] [client 86.99.142.52:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined property: stdClass::$url in /home/601622.cloudwaysapps.com/ftndhwkjvr/public_html/wp-…………hangelog in /home/601622.cloudwaysapps.com/ftndhwkjvr/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php on line 791’, referer: https://wordpress-601622-3078742.cloudwaysapps.com/wp-admin/update-core.php?action=do-plugin-upgrade`

    Plugin Author Heateor Support

    (@heateor)

    As you can see these errors are in the files of the Yoast SEO plugin. There isn’t any error related to this plugin. Shoot an email to support[at]heateor[dot]com regarding the same, if you want me to look into it further.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Latest version breaks my website’ is closed to new replies.