BuddahBoy Posted October 4, 2005 Share Posted October 4, 2005 Greets - don't know what happened or what I may have done but my backup directory is not being seen and I've tried and tried but can't get it right - - following is part of the admin/includes/configure.php [admin is renamed to blessed] file - - message in admin is "backup directory does not exist" - it's not like I didn't use it but can't figure out what I may have changed that made it inaccessible - - there are previous backups in the folder! // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.shakticom.org/'); define('HTTP_CATALOG_SERVER', 'http://www.shakticom.org/'); define('HTTPS_CATALOG_SERVER', 'https://host233.ipowerweb.com/xxxxxxxx/'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/xxxxxxxx/public_html/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/blessed/'); // absolute path required define('DIR_FS_ADMIN', '/blessed/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/xxxxxxxx/public_html/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_WS_CACHE', DIR_WS_IMAGES . 'imagecache/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); I imagine that it is something that I should be blushing about, but I'm versed in php - thanks very very much for the help! Ron Link to comment Share on other sites More sharing options...
241 Posted October 4, 2005 Share Posted October 4, 2005 make sure that you have a directory called backups in your admin directory and that it has permissions CHMOD 777 all rights to all things No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
BuddahBoy Posted October 4, 2005 Author Share Posted October 4, 2005 make sure that you have a directory called backups in your admin directory and that it has permissions CHMOD 777 all rights to all things Sorry if I didn't make that more clear - but, yes there is the directory in place and it is 777 - - there are backups in it from previously - - don't know what I could have done to mess it up like that. So, the code looks right to you as well? I really can't figure this one out! Thanks Ron Link to comment Share on other sites More sharing options...
♥Vger Posted October 4, 2005 Share Posted October 4, 2005 define('DIR_FS_ADMIN', 'home/xxxxxxxx/public_html/blessed/'); Vger Link to comment Share on other sites More sharing options...
BuddahBoy Posted October 4, 2005 Author Share Posted October 4, 2005 define('DIR_FS_ADMIN', 'home/xxxxxxxx/public_html/blessed/'); Vger Thank you yet once again Vger!! Really, I've gotta say that you have bailed me out many more times than anybody else; I really appreciate all the help that the community provides and to the many individuals who are willing to spend their time and effort to help beginners - - I must thank YOU in particular for your invaluable help - - hope to be able to reciprocate in some way some time - www.Shakticom.org. I have launched our first OSC site and although it is pretty much a stock look, it is what I was looking for at this release. May the Angels of Health, Wealth and Happiness reside with you and yours always. Ron Link to comment Share on other sites More sharing options...
♥Vger Posted October 4, 2005 Share Posted October 4, 2005 You're welcome. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.