Same here. Have to deactivate until fix
This happens when both WP Edit and All-in-one-seo-pack plugins are enabled.
I do not use All-in-one-seo-pack
They might be another conflicting plugin. My problem started when I switched from PHP 7.0 to 7.1. After disabling plugins one by one I found that WP Edit and All-in-one-seo-pack do not work together. Maybe there are other incompatible plugin combinations.
I can confirm that with only WP Editor activated and all plugins deactivated this bug still exists..
Another variant of the bug is where plugin options like deactivate, update and uninstall disappear….
-
This reply was modified 9 years ago by
Ike Ten.
The problem is on line 324 of classes/WPeditor.php, they initiallize a variables as $data = ''; then attempt to use it as an array on line 333 causing an error in php 7.1 and causes multiple other problems with the plugin listing page. $data = ''; just needs changed to $data = array();
Thank you @thegaffney
Very much needed and appreciated
@thegaffney
Thank you very much !
RESOLVED
-
This reply was modified 8 years, 10 months ago by
unlambda.
@benjaminprojas can you add this fix to the next release?