-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REST API: Cannot activate some Settings ("The requested Jetpack module is not supported by your plan.") #9033
Comments
I'm able to reproduce with a fresh and non-fresh site too. Seems like something is wrong with how we recognize plans? |
cc @gravityrail who worked on this in #8983 |
I'll take a look at this today, thanks for the heads-up. |
I have not been able to reproduce this issue no matter how many times I try @ockham, @tyxla and @jeherve. I will test again once bleeding edge Jetpack Beta is broken, but in the meantime I am not 100% sure there is still a bug here. My guess is that it's something to do with the caching of module headers in the options table. I will open a PR to clear that cache on upgrade for 6.0, I bet that eliminates it. |
Oh you know what - the cache key for file data includes In the meantime, assuming your transients are stored in MySQL, you can delete all transients from your DB and test again using:
|
Deleting transients fixes the issue! I've played some more with this. I think I've found the following pattern: The issue seems to be specifically happening (always with a fresh JN site using the latest JP beta):
Things work fine when starting with a Pro plan right away. |
@gravityrail I confirm that deleting transients fixes the issue. Please, let me know if you need anything else - testing or whatever I could be of help with. Thanks! Side note: for deleting the transients I find this command a simpler way to delete all transients:
|
This is so so silly of me... I just forgot to add seo-tools to the Premium plan in the plugin header information. Creating a PR now. |
Steps to reproduce the issue
What I expected
The 'Enable SEO tools...' toggle to flip to active.
What happened instead
I also tried the same for Search ('Replace WordPress built-in search with an improved search experience') -- same error.
/cc @tyxla
The text was updated successfully, but these errors were encountered: