ozstar Posted March 14, 2003 Share Posted March 14, 2003 For some strange reason, it is showing that I have no backups directory! It had and still has with backups in it as, catalog/admin/backups This shows with pink bg at the the top of the screen in admin area Error: Backup directory does not exist. Please set this in configure.php This shows in admin area under tools/backup Backup Directory: /home/MYID/leagueandlegends-wwww/catalog/admin/backups/ This is in my admin/configure define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Anything look wrong? Any idea? Thanks. :? Link to comment Share on other sites More sharing options...
toolcrazy Posted March 14, 2003 Share Posted March 14, 2003 Do you have it chmod 777. I think it checks if it is there by writing to it. Steve ------------------------- Link to comment Share on other sites More sharing options...
Guyver Posted March 14, 2003 Share Posted March 14, 2003 also double check what 'DIR_FS_ADMIN' is = to!? Link to comment Share on other sites More sharing options...
ozstar Posted March 14, 2003 Author Share Posted March 14, 2003 Yes 777 okay. It is strange because it has always worked and I can't think of anything I may have done to stop it. Everything else seems to work, but I will go check again. Any ideas appreciated! Thanks Link to comment Share on other sites More sharing options...
ozstar Posted March 14, 2003 Author Share Posted March 14, 2003 MS1 set up is default catalog/admin Can't recall changing anything here but this is the admin/configure define('HTTP_SERVER', 'http://www.leagueandlegends.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://www.leagueandlegends.com'); define('HTTPS_CATALOG_SERVER', 'https://host27.the-web-host.com/leagueandlegends'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/MYID/leagueandlegends-wwww'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); Not to go off topic but just in case it is related.. I must admit that whilst the https works correctly, after the final order is over it returnes to the https shopfront NOT a http one. Also header images do not show whilst in https, all others do. Link to comment Share on other sites More sharing options...
ozstar Posted March 14, 2003 Author Share Posted March 14, 2003 Ah hhh. How on earth !!! It looks like have just extended the World Wide Web into outer space - gave it 4 w's... Let's see if that works now! Link to comment Share on other sites More sharing options...
ozstar Posted March 14, 2003 Author Share Posted March 14, 2003 Yep that was it.. I need new glasses I guess!! Still wonder about the https problem.. No one has been able to come up with the answer in the posts I have submitted. Link to comment Share on other sites More sharing options...
Ajeh Posted March 15, 2003 Share Posted March 15, 2003 Wouldn't it be nice if php did what we meant and not what we typed? :D Link to comment Share on other sites More sharing options...
ozstar Posted March 15, 2003 Author Share Posted March 15, 2003 There you go Linda.. What a contrib that would be. Imagine, a php human mistake corrector! :wink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.