Jetpack feature activation failure – 404 + permissions error?
-
Hi, I’m attempting to install Jetpack 4.5 on WordPress 4.7.2. The installation is new, without any other plugins, but with a good bit of site content built up already. I am getting the basic error message at the top, “Recommended features failed to activate. Error.” Searching for other people with the same problem hasn’t seemed to help me.
If I look at the script console, I see these error messages:
https://public-api.wordpress.com/rest/v1undefined?http_envelope=1 Failed to load resource: the server responded with a status of 404 ()
https://[…%5D/wp-json/jetpack/v4/connection/url Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/updates/plugins Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/plugins Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/module/stats/data?range=day Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/module/protect/data Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/module/akismet/data Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/site Failed to load resource: the server responded with a status of 404 (Not Found)
https://[…%5D/wp-json/jetpack/v4/jumpstart Failed to load resource: the server responded with a status of 404 (Not Found)If I follow the request URLs, however, what I get is not 404s, but basic JSON responses indicating 403 permissions errors:
{“code”:”rest_forbidden”,”message”:”Sorry, you are not allowed to do that.”,”data”:{“status”:403}}
The Jetpack directory and all subdirectories are correctly set to 755. I have Jetpack running on another site on the same shared hosting account (on Bluehost), so it’s not a general administrative privileges issue. Does anyone have any insight?
- The topic ‘Jetpack feature activation failure – 404 + permissions error?’ is closed to new replies.