Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Server Error, unable to connect to fastcgi server.


lina003

Recommended Posts

I can set up products and categories but when i view the actual catalog view if I click on a category it gives me the following error:

 

Server Error, unable to connect to fastcgi server.

 

 

Any ideas??

Link to comment
Share on other sites

Check the connection value in includes/configure.php are the same as admin/includes/configure.php

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Check the connection value in includes/configure.php are the same as admin/includes/configure.php

 

 

 

 

If you're referring to:

 

define('DB_SERVER', '###');

define('DB_SERVER_USERNAME', '###');

define('DB_SERVER_PASSWORD', '###');

define('DB_DATABASE', '###');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

 

 

Then yes, they're the same.

 

Any other ideas?

Link to comment
Share on other sites

It's now giving me a more complex error message of the same kind:

 

HTTP/1.1 503 Server too busy Connection: close Date: Fri, 28 Dec 2007 19:47:20 GMT Server: Microsoft-IIS/6.0 Content-Type: text/html Server Error, unable to connect to fastcgi server.

Link to comment
Share on other sites

Google

 

HTTP/1.1 503 Server too busy Connection

 

gives

 

http://bugs.php.net/bug.php?id=37448

 

Looks like it is an IIS problem

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Thank you! I had found that same page but gotten no where with it yet. It is indeed an IIS bug.

 

I just resolved the issue. For anyone else who may stumble in here for an answer, with IIS5 or IIS6 you must download a new fastcgi set from http://www.iis.net/downloads/default.aspx?...;g=6&i=1521. The instructions for installation can be found at http://www.iis.net/fastcgi/configuration.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...