• Resolved unlambda

    (@unlambda)


    Hello
    When I activate the plugin only part of installed plugins are listed visually in PLUGINS menu. When I deactivate WP editor all plugins are rendered again.
    Can you please fix that issue ?
    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • Same here. Have to deactivate until fix

    This happens when both WP Edit and All-in-one-seo-pack plugins are enabled.

    Thread Starter unlambda

    (@unlambda)

    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 7 years, 10 months 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

    Thread Starter unlambda

    (@unlambda)

    @thegaffney
    Thank you very much !
    RESOLVED

    • This reply was modified 7 years, 8 months ago by unlambda.
    Ewout

    (@pomegranate)

    @benjaminprojas can you add this fix to the next release?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘PHP 7.1+ WP 4.73 = plugins listing problem’ is closed to new replies.