View Single Post
Old February 28th, 2005, 02:35 PM   #10 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
Quote:
Originally Posted by omegatron
Only you would know if those are correct.

There is also another thread where I posted this bug fix for adm-backup.php

find this line

$dumpcmd = "$mysqldumppath --opt -h $host -u$mysql_user -p$mysql_password $database ";

replace with

$dumpcmd = "{$Gbobals['mysqldumppath']} --opt -h $host -u$mysql_user -p$mysql_password $database ";
Forgot to mention, I made also already this change dscribed above in the adm-backup.php file
snoopy5 is offline   Reply With Quote