Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CGI Error


Doyley

Recommended Posts

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...