“Connect Jetpack” leads to “Page Not Found”
-
Hello!
I’ve browsed through several topics relating to connection errors for Jetpack. I install/reinstall Jetpack and try clicking through “Connect to wordpress.com” from the plugins page, which successfully takes me to wordpress.com. It shows me as “successfully connected”, and when I return to my dashboard it shows the Jetpack page, but with the option to connect. I click “Connect Jetpack” here and get a 404 page not found error.I’ve tried running a debug, having added this code to my wp-config.php file, but no debug.log was created.
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 ); }
I did set ‘WP_DEBUG’ to true.
All other plugins are deactivated, and I reverted to Twenty Sixteen theme. I began this whole process in hopes of using many of the features of Colorlib’s “Shapely” theme.
Can anyone offer suggestions?
Thanks!
- The topic ‘“Connect Jetpack” leads to “Page Not Found”’ is closed to new replies.