I have bitnami-wordpress installed on Amazon EC2. When I optimized the database I received these two errors:
Notice: Undefined variable: no in ../wordpress/htdocs/wp-content/plugins/wp-dbmanager/database-optimize.php on line 83 Notice: Undefined variable: no in ../wordpress/htdocs/wp-content/plugins/wp-dbmanager/database-optimize.php on line 88
Line 83: if($no%2 == 0) {
Line 88: $no++;
I don't know PHP. Anyone know why I might be getting this error?