Doyley Posted May 8, 2007 Share Posted May 8, 2007 Hi all, I am having a problem with a few OS commerce installs on our server. Here is an example.. http://www.talisman.cuesportstore.co.uk/ This site has been up and running for about a year and then all of a sudden it has come back with that error message. Same goes for the other oscommerce sites we have on that server. We have other PHP programs running on there and they are all working fine. I don't think that I have changed anything that will cause this error. The server is Windows Server 2003 running IIS 6.0. Many thanks Link to comment Share on other sites More sharing options...
oschellas Posted May 8, 2007 Share Posted May 8, 2007 Maybe this post helps? Link to comment Share on other sites More sharing options...
Doyley Posted May 8, 2007 Author Share Posted May 8, 2007 Thanks for your reply but that didn't work. Link to comment Share on other sites More sharing options...
oschellas Posted May 9, 2007 Share Posted May 9, 2007 Can you post the content of your includes/configure.php file (without db info) and the absolute path to your shop (phpinfo)? Link to comment Share on other sites More sharing options...
Guest Posted May 9, 2007 Share Posted May 9, 2007 he server is Windows Server 2003 running IIS 6.0. go with apache, to get full advantage of contributions available with oscommerce. Link to comment Share on other sites More sharing options...
Doyley Posted May 10, 2007 Author Share Posted May 10, 2007 Can you post the content of your includes/configure.php file (without db info) and the absolute path to your shop (phpinfo)? Yeah here is the configure.php file define('HTTP_SERVER', 'http://www.talisman.uk8ball.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.talisman.uk8ball.net'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', 'D:/domains/talisman.uk8ball.net/wwwroot/'); // Location with trailing slash / define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); And the path to the shop is D:\domains\talisman.uk8ball.net\wwwroot\ Thanks Link to comment Share on other sites More sharing options...
Doyley Posted May 10, 2007 Author Share Posted May 10, 2007 go with apache, to get full advantage of contributions available with oscommerce. I would love to, but it is not my system and the guys I work for prefer IIS for some strange reason. Link to comment Share on other sites More sharing options...
oschellas Posted May 10, 2007 Share Posted May 10, 2007 The config file you posted reflects the settings for uk8ball.net domain and not for the cuesportstore.co.uk domain... Link to comment Share on other sites More sharing options...
Doyley Posted May 10, 2007 Author Share Posted May 10, 2007 The config file you posted reflects the settings for uk8ball.net domain and not for the cuesportstore.co.uk domain... Yeah, it's the same site, I just have several URLS pointing to the same site. It's the same error using that URL aswell. http://www.talisman.uk8ball.net Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.