CGI / FASTCGI Problem...

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Brian Jester
-


Joined: 27 May 2005
Posts: 33
Location: http://141.150.123.197 (Testing server)

PostPosted: Sun Aug 07, 2005 4:45 am    Post subject: CGI / FASTCGI Problem... Reply with quote

Hi,

I have this shopping cart that I installed (php+encoded) and had working yesterday, but now I am getting a CGI / FASTCGI problem encounted error and the page returns with a 500 error internal server error. It's really funny because I am able to get to the admin area of the cart with no problems, just that I can't access the homepage of the cart or any other page for that matter.

Here's the page that's inaccessible: http://67.82.0.247/shop
Here's the page that IS Accessible: http://67.82.0.247/shop/admin.php

And I was using php version 5 both times, first when I was able to access the shop url, and now when I can't access the shop url. Is that funny or what?

Would it be better to install v.4 of php?

Ps: I don't seem to have any problems running the phpinfo 'test' script at all. That's the only other php script I have on my server at the moment. Beside the rest of the shopping cart php files.

-Brian
_________________
Like everything and have *almost* no problems!

Http://www.brothersvarietystore.com

-Brian
Back to top View user's profile Send private message Send e-mail Visit poster's website
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun Aug 07, 2005 11:45 am    Post subject: Reply with quote

Times out =S
Ill try again in an hour or so.

Check {abyss installation directory}/logs/cgi.log for the exact error. (At the bottom I believe.)
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Brian Jester
-


Joined: 27 May 2005
Posts: 33
Location: http://141.150.123.197 (Testing server)

PostPosted: Sun Aug 07, 2005 5:49 pm    Post subject: Reply with quote

Hi,

I have put my server backup online, but I am still getting the error. You can see for yourselft.

Has The CGI/FastCGI Error: Http://67.82.0.247/shop
No Error Here (same script, admin area): Http://67.82.0.247/shop/admin.php

Ps: I already tried installing the script again last night. Doesn't make a difference. I even removed the database that I installed the cart into, and created a new one, then tried installing it into the new db.

:-( What gives?? )

BTW: Here's the log file:

http://67.82.0.247/cgi.log

-Brian
_________________
Like everything and have *almost* no problems!

Http://www.brothersvarietystore.com

-Brian
Back to top View user's profile Send private message Send e-mail Visit poster's website
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun Aug 07, 2005 6:08 pm    Post subject: Reply with quote

Brian Jester wrote:
Hi,

I have put my server backup online, but I am still getting the error. You can see for yourselft.

Has The CGI/FastCGI Error: Http://67.82.0.247/shop
No Error Here (same script, admin area): Http://67.82.0.247/shop/admin.php

Ps: I already tried installing the script again last night. Doesn't make a difference. I even removed the database that I installed the cart into, and created a new one, then tried installing it into the new db.

:-( What gives?? )

BTW: Here's the log file:

http://67.82.0.247/cgi.log

-Brian


I still cant get through to it :(
Just paste the last 10ish lines into a message here if you can :)
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Brian Jester
-


Joined: 27 May 2005
Posts: 33
Location: http://141.150.123.197 (Testing server)

PostPosted: Sun Aug 07, 2005 6:14 pm    Post subject: Reply with quote

Here's the last 12 lines of my log file:

Code:

PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 5
PHP Notice:  Undefined index:  SERVER_ADDR in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 41
CGI: [C:\php\php-cgi.exe  ]   URI: /shop/index.php   Broken pipe
PHP Notice:  Undefined variable: HTTP_POST_VARS in C:\Program Files\Abyss Web Server\public_html\shop\admin.php on line 4
PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in C:\Program Files\Abyss Web Server\public_html\shop\admin.php on line 4
PHP Notice:  Undefined variable: HTTP_GET_VARS in C:\Program Files\Abyss Web Server\public_html\shop\admin.php on line 5
PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in C:\Program Files\Abyss Web Server\public_html\shop\admin.php on line 5
PHP Notice:  Undefined variable: HTTP_POST_VARS in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 4
PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 4
PHP Notice:  Undefined variable: HTTP_GET_VARS in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 5
PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 5
PHP Notice:  Undefined index:  SERVER_ADDR in C:\Program Files\Abyss Web Server\public_html\shop\login.php on line 41


You were saying you couldn't access the download that I posted? What error did you get?

-Brian[/code]
_________________
Like everything and have *almost* no problems!

Http://www.brothersvarietystore.com

-Brian
Back to top View user's profile Send private message Send e-mail Visit poster's website
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun Aug 07, 2005 6:34 pm    Post subject: Reply with quote

Brian Jester wrote:
Here's the last 12 lines of my log file:

Code:
...


You were saying you couldn't access the download that I posted? What error did you get?

-Brian


CGI: [C:\php\php-cgi.exe ] URI: /shop/index.php Broken pipe is you're problem here.
Could you paste the script or a URL to a download for us to look at?

And, I time out when trying to connect to the URL you specified.
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Brian Jester
-


Joined: 27 May 2005
Posts: 33
Location: http://141.150.123.197 (Testing server)

PostPosted: Sun Aug 07, 2005 6:49 pm    Post subject: Reply with quote

Hi,

First let me make sure you can get connected to my server. I have my firewall blocking you.

Try: http://67.82.0.247/

-Brian
_________________
Like everything and have *almost* no problems!

Http://www.brothersvarietystore.com

-Brian
Back to top View user's profile Send private message Send e-mail Visit poster's website
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun Aug 07, 2005 6:57 pm    Post subject: Reply with quote

Brian Jester wrote:
Hi,

First let me make sure you can get connected to my server. I have my firewall blocking you.

Try: http://67.82.0.247/

-Brian


Nothing.
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Brian Jester
-


Joined: 27 May 2005
Posts: 33
Location: http://141.150.123.197 (Testing server)

PostPosted: Sun Aug 07, 2005 7:31 pm    Post subject: Reply with quote

Try it now, I disabled the firewall.

Same ip address. 67.82.0.247

-Brian
_________________
Like everything and have *almost* no problems!

Http://www.brothersvarietystore.com

-Brian
Back to top View user's profile Send private message Send e-mail Visit poster's website
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun Aug 07, 2005 7:42 pm    Post subject: Reply with quote

Brian Jester wrote:
Try it now, I disabled the firewall.

Same ip address. 67.82.0.247

-Brian


Still nothing :S
The post delay is annoying me, come and find me on an IM protocal or IRC at zero.servegame.org [Applet]
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group