Hi
RP 4.1 integrated with
vb 3.82
I get an error when I try to make a backup in ACP/scan database/backup database:
Quote:
|
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /myabsolutepath/adm-misc.php on line 684
|
Both, Path to mysqldump: (/usr/bin/mysqldump) and directory to store backups is so correct.
Line 684 is:
Quote:
|
while (list($table) = mysql_fetch_array($tables))
|
What can be the reason for this error?