Sir-Peter
Member
Posted 1 year ago #
With DBC Backup I get a mistake using Hosteurope as a provider:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /is/htdocs/wp1177995_0X0RW1OX2O/www/aikido-blog.de/wp-content/plugins/dbc-backup/dbcbackup.php on line 52
Anybody got a clue? It works with other providers so the problem should be the server.
http://wordpress.org/extend/plugins/dbc-backup/
webteilchen
Member
Posted 1 year ago #
Hey Peter,
try to replace in the dbc-backup.php following lines:
$sql = mysql_query("SHOW TABLE STATUS FROM ".DB_NAME);
with:
$sql = mysql_query("SHOW TABLE STATUS");
for me it works well.
I hope I could help you ;)
Best Regards,
Vincent
[removed sig as per the forum guidelines]
Sir-Peter
Member
Posted 1 year ago #
Dear Vincent,
thank you very much for your kind help!
Best regards,
Peter
Thanks! I had the same problem, this fix worked.