Quote:
Originally Posted by MikeWalczak
Hello,
I have used this system a few times before and I am getting this error:
I have created a folder "backups" (public_html/backups/) on my remote server and chmodded it to 0777. I also have put a "backups" folder both in my /public_html/ main directory as well as in the forums directory. Both of which are chmodded to 0777.
Any idea why I am still getting this error?
Thanks,
Mike
|
Your path is wrong for mysqldump i would guess as i just had the same problem
Mine is
$backup['MYSQLDUMP'] = '/home/MY_USER_NAME/public_html/mysqldump';
You can get the path from your phpinfo i believe