Status: offline

pabell

Forum User
Junior
Registered: 12/08/02
Posts: 22
I tried to backup my geeklog 1.3.7sr2 and i get the following error what does this mean? and how do I fix it? ----part 1----- Warning: SAFE MODE Restriction in effect. The script whose uid is 1221 is not allowed to access /usr/local/mysql/bin/mysqldump owned by uid 504 in /home/www/mobilzation/admin/database.php on line 71 ----Part 2---- There was an error. Incorrect path or mysqldump utility not executable. Check $_DB_mysqldump_path definition in config.php. Variable currently defined as: /usr/local/mysql/bin/mysqldump

Status: offline

DTrumbower

Forum User
Moderator
Registered: 01/08/03
Posts: 507
Your host has safe mode on, which will not allow you run system commands. You can either have the host swithc the safe mode to OFF for you or use phpmyadmin for backups. I suppose you might even be able to copy msqldump to your local web. Don't know for sure if it would still run. Dwight