Jetpack 4.0.0 – 500 error temporary fix
-
If you are experiencing the dreaded 500 error code on your website after the Jetpack update, you can apply the following temporary fix:
Locate the file
require-lib.php
(It will be inwp-content/plugins/jetpack/
)Line 14 should look like this:
$lib_dir = WP_CONTENT_DIR . '/lib';
Edit it so that it instead looks like this:
$lib_dir = WP_CONTENT_DIR . '/plugins/jetpack/_inc/lib';
—
This is a temporary work around, but should restore your site.
- The topic ‘Jetpack 4.0.0 – 500 error temporary fix’ is closed to new replies.