Plugin Contributor
cageehv
(@cageehv)
Hey LittleBert,
I’ll have a look at it asap.
Sounds like a problem with a query.
Thanks for the feedback!
Rolf
Plugin Contributor
cageehv
(@cageehv)
Hey LittleBert,
I had a quick look at it and the problem is caused by the query:
$names = mysql_query(“SHOW TABLES FROM “.DB_NAME);
So, to me it looks like you are running an old version of MySQL.
Try to run the query ‘SHOW TABLES FROM [database name]’ in PHPMyAdmin.
(replace [database name] with the actual name of your database)
See what happens and please let me know!
Thanks,
Rolf
Hi Rolf,
Thanks for the quick reply. I know what the problem is. My hosting provider automatically generates the names for my databases. It uses names with ‘-‘ followed by a unique number. In my case that would be something like name-10.
When running a query like SHOW TABLES FROM name-10 it will fail.
When running the same query but the database name between special quotes (backticks) it works.
Working query: SHOW TABLES FROM name-10
Unfortunately I’m not able to change the name of the database so I hope you’re able to help me out here.
Thanks in advance!
Plugin Contributor
cageehv
(@cageehv)
hey LittleBert,
That’s useful information!
I can add the backticks and then your problem probably will be solved.
Will release the next version tomorrow (1:19am here now ;-))
Rolf
Plugin Contributor
cageehv
(@cageehv)
Hey LittleBert,
Just released version 2.7.4 of the plugin which will fix your problem.
Enjoy!
Rolf
Sorry for the late reply but it works perfectly now!
Thanks Rolf for the quick response (and working too late at night 🙂
Bert
Plugin Contributor
cageehv
(@cageehv)
Hey Bert,
Good to hear your problem has been fixed.
And thanks for the compliments!
Best,
Rolf