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
/>