Internal Service Error 500

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


Joined: 03 May 2007
Posts: 7

PostPosted: Wed Jun 27, 2007 4:59 pm    Post subject: Internal Service Error 500 Reply with quote

Allright, well, I am not running Mac osx or anything I am running Windows XP Home. When I tried viewing a PHP page such as test.php it gave me the internal error 500.

I placed PHP in the same path as the abyss webserver and now it fails to load. Any ideas?
Back to top View user's profile Send private message
olly86
-


Joined: 25 Apr 2003
Posts: 993
Location: Wiltshire, UK

PostPosted: Wed Jun 27, 2007 5:23 pm    Post subject: Reply with quote

Error 500 usually indicates an incorrectly setup PHP. Try reinstalling.
_________________
Olly
Back to top View user's profile Send private message
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Sat Oct 20, 2007 5:02 pm    Post subject: Reply with quote

No more likey you open up the cofig file in the server's folder. You open it up with notepad and you look for "C:\Directory\Abyss Web Server." If you just moved the folder into the drive as "C:\Abyss Web Server" it aint going to work at all. Its just going to give you a 500 internal server error. If you edit the config file for the server, you edit the C:\Directory Path\Abyss Web Server to C:\Abyss Web Server in the config file. You just look for the directory path in the file. As soon as you find and edit it, you save it and restart the server, then it should work again.
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Oct 22, 2007 4:58 pm    Post subject: Re: Internal Service Error 500 Reply with quote

Leviatas wrote:

I placed PHP in the same path as the abyss webserver and now it fails to load. Any ideas?


Error 500 usually means that PHP is badly installed or declared. Please follow the instructions in http://www.aprelium.com/abyssws/php5win.html for a hassle-free PHP 5 installation.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Tue Oct 30, 2007 8:47 am    Post subject: Reply with quote

Or you just forgot to put in index.php in the index files configuration.
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Oct 30, 2007 9:06 am    Post subject: Reply with quote

NuccatheWarrior wrote:
Or you just forgot to put in index.php in the index files configuration.


This would not cause an error 500.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Tue Nov 20, 2007 4:09 am    Post subject: Reply with quote

your abyss Scripting Parameters wrong setting?
if u use FastCGI (Remote - TCP/IP sockets),
please start the php server

follow the instruction
http://www.aprelium.com/forum/viewtopic.php?t=12754

-------------------------------------------------------------------------------
or just use this

http://www.aprelium.com/forum/viewtopic.php?t=12766
_________________
Back to top View user's profile Send private message Visit poster's website
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Sat Nov 24, 2007 10:51 am    Post subject: Reply with quote

'm trying to install phpnuke 8.0 and im not new to this, but maybe i am....lol anyways, when i was trying to install phpnuke 8.0, the 2nd install page gave me a blank page. I was saying to myself, duh forgot to upload the nuke.sq file into the database of the SQl server. When i tried doing that from the phpmyadmin panel, it gave me a error 500 everytime i try to upload the nuke.sql file. Any suggestions, recommendations, and/or solutions?
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
golowenow
-


Joined: 29 Apr 2004
Posts: 35
Location: Washington state

PostPosted: Sun Nov 25, 2007 8:56 pm    Post subject: Reply with quote

perhaps open the .sql file in notepad and copy and paste everything into the sql command box in phpmyadmin and send it to the database.
Back to top View user's profile Send private message Visit poster's website
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Fri Nov 30, 2007 7:56 pm    Post subject: Reply with quote

tried that, didnt work, gave the same error
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat Dec 01, 2007 4:01 am    Post subject: Reply with quote

If you're running PHP5, you need to set the Interpreter to use "php-cgi.exe" instead of "php.exe" or Abyss will output an Error 500 when trying to run your PHP scripts. The "php.exe" in PHP5 is actually the Command Line Interface and has nothing to do with the CGI stuff. Only PHP4 uses "php.exe" as the CGI Interpreter!
Back to top View user's profile Send private message Visit poster's website
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Sat Dec 01, 2007 6:00 am    Post subject: Reply with quote

okay ill try tha
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Sat Dec 01, 2007 6:03 am    Post subject: Reply with quote

I'm trying to install phpnuke plat and now its giving me a 500 error. php-cgi was workin with that
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat Dec 01, 2007 9:00 am    Post subject: Reply with quote

Do you get the Error 500 when uploading the PHPNuke SQL file to phpMyAdmin? If that's the case, increase the "CGI Execution Timeout" in both Abyss and the php.ini settings.
Back to top View user's profile Send private message Visit poster's website
NuccatheWarrior
-


Joined: 18 Oct 2007
Posts: 82

PostPosted: Thu Dec 06, 2007 2:10 pm    Post subject: Reply with quote

Yes I did. But when i looked up for a new php version, 5.24, i installed that on the server and now its working fine now. Thanks for the help and effort.
_________________
Site Administrator of Nucca The Warrior's Website

http://nuccathewarrior.kicks-ass.org
Back to top View user's profile Send private message Visit poster's website
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