• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is my bad for poor coding, the cleanup is on my todo list. In the meantime, the notices are harmless, google “turn off PHP notices”

    Thread Starter MountainTop

    (@mountaintop)

    I turned them on since the site is in development mode. I will just ignore the notice for now. Thanks for the quick response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-DBManager] Undefined variable’ is closed to new replies.