I just tried a completely new install of this plugin with WP 2.01 and I am getting an error. Here it is.
WordPress database error: [You have an error in your SQL syntax near ‘-_wp’ at line 1]
SHOW TABLES FROM mywebsite_com_-_wp;
Warning: in_array(): Wrong datatype for second argument in /var/www/html/wp-content/plugins/amm.php on line 41
I took a look at the file to see what seems to be the problem.
Line 41 looks like this…
if (!in_array($table_name, $tables)) {
Any ideas how to fix this?