• Resolved definitio

    (@definitio)


    I am debugging my site’s plugins and I am getting the following reports with “Optimize Database” on the back end

    On the Tools admin page, before optimizing

    Notice: Undefined index: action in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 287
    
    Notice: Undefined variable: rvg_odb_schedule_txt in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 342
    
    Notice: Undefined index: action in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 365
    
    Notice: Undefined index: action in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 407
    
    Notice: Undefined index: action in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 418

    And two extra notices after going ahead with the optimization

    Notice: Undefined offset: 0 in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 950
    
    Notice: Trying to get property of non-object in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 950

    I am also getting the following errors on the plugin’s Settings page
    Notice: Undefined index: delete_log in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 94

    tens of instances of the following pair of notices

    Notice: Undefined offset: 0 in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 259
    
    Notice: Trying to get property of non-object in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 259

    As well as this error on the logging check-box

    Notice: Undefined variable: rvg_odb_logging_on_checked in /wp-content/plugins/rvg-optimize-database/rvg-optimize-db.php on line 210
    />

    http://wordpress.org/extend/plugins/rvg-optimize-database/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor cageehv

    (@cageehv)

    Hey definitio,

    Just released version 2.2.1!

    The debug warnings have been fixed.

    (note: they were just warnings and the plugin worked fine anyways)

    Thanks for your feedback!

    Rolf van Gelder

    Thread Starter definitio

    (@definitio)

    Thank you cageehv

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Debug Notices in the backend’ is closed to new replies.