View previous topic :: View next topic |
Author |
Message |
norvakdragon -
Joined: 01 May 2004 Posts: 2
|
Posted: Sat May 01, 2004 12:25 am Post subject: HTTP 500 Internal server error |
|
|
I configured php4 per the directions and no matter what the script is, when I run it, I get
HTTP 500 Internal server error
Any ideas?
These are scripts that worked just fine on other servers. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 01, 2004 12:27 am Post subject: |
|
|
Here's a script for you:
Code: | <?php
phpinfo();
?> |
_________________ Bienvenidos! |
|
Back to top |
 |
 |
norvakdragon -
Joined: 01 May 2004 Posts: 2
|
Posted: Sat May 01, 2004 12:31 am Post subject: |
|
|
No. Same thing. It came up with an error 500 again. |
|
Back to top |
|
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 01, 2004 12:51 am Post subject: |
|
|
What are you current CGI settings?
(Screen shot would be nice, or you can type it out). _________________ Bienvenidos! |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun May 02, 2004 5:18 pm Post subject: Re: HTTP 500 Internal server error |
|
|
norvakdragon,
What is the version of PHP you're running? What do you get when your run PHP from a command line window?
Error 500 with PHP usually means that there is a DLL issue (missing DLL, or missing PHP extension). An error message should be displayed when you invoke php.exe from the command line directly. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Trilback -
Joined: 03 May 2004 Posts: 2
|
Posted: Mon May 03, 2004 7:57 pm Post subject: Re: HTTP 500 Internal server error |
|
|
aprelium wrote: |
Error 500 with PHP usually means that there is a DLL issue (missing DLL, or missing PHP extension). An error message should be displayed when you invoke php.exe from the command line directly. |
It says I am missing a DLL file what do i do |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon May 03, 2004 8:45 pm Post subject: |
|
|
What Operating system do you have
if your running Windows 98 , you need
to download the following!
Microsoft Data Access Components |
|
Back to top |
|
 |
Trilback -
Joined: 03 May 2004 Posts: 2
|
Posted: Mon May 03, 2004 10:56 pm Post subject: |
|
|
where do i download it |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue May 04, 2004 1:12 am Post subject: |
|
|
A very nice place for DLL Files is www.dll-files.com (if you are ever missing a DLL). _________________ Bienvenidos! |
|
Back to top |
 |
 |
XvObiVx -
Joined: 01 May 2004 Posts: 9
|
Posted: Tue May 04, 2004 2:16 am Post subject: |
|
|
Don't feel too bad, I'm getting the same thing. It started happening after I slightly modded php.ini in the windows directory. I'm trying to fix it now.
Update:
Fixed in by just overwriting the php.ini file, it seemed that the previous config file had 10k too little data.... somehow.. |
|
Back to top |
|
 |
agvar -
Joined: 08 May 2004 Posts: 5 Location: tennessee
|
Posted: Wed May 12, 2004 3:19 pm Post subject: I get intermitent 500 error's |
|
|
sometimes i can connect to my server and then sometimes i get internal server error 500.if i restart the server i can access the site maybe once or twice then the error somes back i'm running the latest version of php ,phpwebsite on a winxp machine |
|
Back to top |
|
 |
digits -
Joined: 12 May 2004 Posts: 3
|
Posted: Wed May 12, 2004 10:15 pm Post subject: |
|
|
Open c:\path\to\abyss\log\cgi.log
There's the specific error messages...
@norvakdragon: Perhaps the other servers had an extension enabled that you don't have, like pear or lib_gd2 or similar |
|
Back to top |
|
 |
|