Support » Plugin: Backup Scheduler » Plugin throws numerous notice level errors with WP_DEBUG set to true

  • Resolved nwargo

    (@nwargo)


    I am using Backup Scheduler on WordPress 3.4.2 and when developing with WP_DEBUG set to true in my wp-config.php, I’m receiving several Notice level errors spawning from Backup Scheduler. For example:

    • Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook.
    • Notice: Undefined variable: menu_added in /plugins/backup-scheduler/core.class.php on line 340
    • Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.

    …etc

    Is there any plan to fix the causes of these Notice level warnings?

    http://wordpress.org/extend/plugins/backup-scheduler/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin throws numerous notice level errors with WP_DEBUG set to true’ is closed to new replies.