Guest Posted December 5, 2002 Share Posted December 5, 2002 I've got an Error:Backup directory does not exist. Please set this in configure.php. In the 'admin/includes/configure.php'. define('DIR_FS_DOCUMENT_ROOT', '/usr/local/plesk/apache/vhosts/xxxx.com/httpdocs '); define('DIR_WS_ADMIN', '/shop/admin/'); define('DIR_FS_BACKUP', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN . 'backup/') Backup Directory: /usr/local/plesk/apache/vhosts/xxxx.com/httpdocs/shop/admin/backup/ Is that wrong? It's seems OK to me. :? How can I fix this error? I couldn't found this kind of topic from past topics. Please somebody help me. Link to comment Share on other sites More sharing options...
dougnyc Posted December 5, 2002 Share Posted December 5, 2002 check to make sure the directory actually exisit. Link to comment Share on other sites More sharing options...
burt Posted December 5, 2002 Share Posted December 5, 2002 cd shop cd admin mkdir 777 backups or; FTP into Admin and right click, choose "create directory" - name it backups. Right click on the newly created dir and choose set CHMOD. Enter 777 or rwxrwxrwx Link to comment Share on other sites More sharing options...
burt Posted December 5, 2002 Share Posted December 5, 2002 Change "backups" in the example above to whatever you have defined the backup directory to be named... Link to comment Share on other sites More sharing options...
Guest Posted December 5, 2002 Share Posted December 5, 2002 I really appreciate that everytimes someone help me. It was fixed and working good. :wink: Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.