Quote:
Originally Posted by Chuck S Possibly your server does not allow this? Code: Content visible to verified customers only.
|
It does. I have many other photopost installations also integrated with
vb on the sasme server and the backup works there..
When I click then nervertheless to do the backup, on the next screen I get the following error:
Quote:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /myabsolutepath/adm-misc.php on line 704
Command being used to execute dumps (specific tables are executed individually):
/usr/bin/mysqldump --opt -h mysql4.myname -udbmydatabase -pmypassword dbmydatabase
Results:
Warning: Invalid argument supplied for foreach() in /myabsolutepath/adm-misc.php on line 715
|
LIne 715 in admin-misc is
Quote:
|
foreach($tables as $tablename)
|