View previous topic :: View next topic |
Author |
Message |
anu1234 -
Joined: 24 Jan 2007 Posts: 1
|
Posted: Wed Jan 24, 2007 5:33 am Post subject: internal server error |
|
|
hi all
please help me , i have abyss server ,mysql4.0.18, and php 5.20 when i try to run the php code i get the error message internal server error . i am new be to php pls help me |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Wed Jan 24, 2007 8:39 am Post subject: |
|
|
Make sure php is working by putting the following into a php file and run it:
Code: | <?php phpinfo(); ?> |
You should get a page to show the information about your php version. If you don't try another php version. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jan 24, 2007 10:25 am Post subject: Re: internal server error |
|
|
anu1234,
Check also log/cgi.log and log/fastcgi.log for a detailed error log. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|