We’re sorry for that.
Could you post your site URL and the errors here, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
Contact Support
Hi Michael,
Thanks for your information.
We’re curious about what the errors are. Please follow the following steps, then send us the errors in this contact form because the log may contain the sensitive info.
https://jetpack.com/contact-support/?rel=support
—-
Please add the following code to your site’s wp-config.php
file?
define('WP_DEBUG', true);
if ( WP_DEBUG ) {
@error_reporting( E_ALL );
@ini_set( 'log_errors', true );
@ini_set( 'log_errors_max_len', '0' );
define( 'WP_DEBUG_LOG', true );
define('WP_DEBUG_DISPLAY', false);
define( 'CONCATENATE_SCRIPTS', false );
define( 'SAVEQUERIES', true );
}
Once you’ve done that, navigate to your site, try loading a few pages, and then check the wp-content/debug.log
file for error messages.
Send me the resulting log file, and then replace:
define('WP_DEBUG', true);
… with this:
define('WP_DEBUG', false);
… in your wp-config.php
file.
Thanks!
-
This reply was modified 7 years, 2 months ago by
Dat Hoang.
Thread Starter
mgc
(@mgc)
Thanks for your response and suggestion. I just tried reinstalling Jetpack and now it works. Next time it crashes (probably at the next WordPress upgrade), I’ll just uninstall it. I’ve wasted so much time with this plugin and Akismet, too (I have an open ticket for Akismet now, too).
Might as well close this ticket. Thanks again.
Hi @mgc,
Thanks for getting back.
In the future, I suggest making a backup of your site before upgrading.
Better, you can have a staging site to test the major versions of core, plugins, and themes.
Cheers,
Dat