Support #13846
closedYoast SEO plugin problem
0%
Description
Via ZD:
My name is Tomonori Nagano and I am using CUNY Academic Commons for a few grant-funded projects. I am writing because it seems that one of the plugins (Yoast SEO) has some issue on Academic Commons now.
When I tried to activate Yeast SEO, this error shows up (see the screen shot). The developer's page says that this error often happens when the plug-in update was interrupted and re-updating the plugin will fix the issue.
When you have a chance, could you look into the problem and re-install the plug-in if necessary?
Here are the links to my WordPress sites on CAC.
https://tokyo2021.commons.gc.cuny.edu
https://japanese.commons.gc.cuny.edu
Thank you for your consideration.
Tomonori
Tomonori Nagano, Ph.D.
Associate Professor
Coordinator of the Modern Languages and Literatures Program
LaGuardia Community College
Updated by Boone Gorges almost 4 years ago
- Category name set to WordPress Plugins
- Status changed from New to Resolved
- Target version set to 1.18.3
This problem is due to some customizations put in place around primary database table keys. See #12598. The wordpress-seo plugin used to install a "meta" table without a primary key, and we intercepted this table creation at the time of activation to modify it as needed for our setup. But it appears that the new version of wordpress-seo doesn't include this table anymore. So the modification can be removed.
https://github.com/cuny-academic-commons/cac/commit/e0b003903cae53f323410e760a1d8043e0b1cf82
I've deployed this as a hotfix, since it was preventing users from being able to activate wordpress-seo.
Updated by Marilyn Weber almost 4 years ago
I've now gotten confirmation that it's working. Thanks!