• This plugin in its newest version (I don’t know when it was introduced, but an older version didn’t have this problem) disables error_reporting from the entire WordPress-installation when WP_DEBUG is enabled. I had to comment out error_reporting(0) in four different files from this plugin, to get WP_DEBUG to work properly again.

    The errors this plugin produces (it’s a lot) should actually be fixed and handled properly, instead of ignored like this (and also creating problems for debugging other stuff). At the very least it should not disable error_reporting.

    Another problem is that it’s not made with multisite in mind.

    • This topic was modified 3 months, 3 weeks ago by prebennor.
    • This topic was modified 3 months, 3 weeks ago by prebennor.
    • This topic was modified 3 months, 2 weeks ago by prebennor.
  • You must be logged in to reply to this review.