View previous topic :: View next topic |
Author |
Message |
The Midnighter -
Joined: 27 Oct 2006 Posts: 3
|
Posted: Fri Oct 27, 2006 1:10 am Post subject: What the bloody.... |
|
|
Error 500
Internal Server Error
If I see this message one more time, I'm going nuts.
Ii'm trying to install phpNuke, its obviously not going so well.
I get that error when i try to upload the .sql file, even going through their install script gives me that error.
**Rips hair out** |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Fri Oct 27, 2006 10:10 am Post subject: |
|
|
Make sure you have installed php 4 or 5 correctly
abyssunderground has a great tutorial on this its:
http://www.abyssunderground.co.uk/tutorials-php.php
Aprelium also make a preconfigured php 5 package for windows, i use it with no problems get it at:
http://www.aprelium.com/abyssws/php5win.html _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Oct 27, 2006 11:31 am Post subject: Re: What the bloody.... |
|
|
The Midnighter wrote: | I get that error when i try to upload the .sql file, even going through their install script gives me that error.
**Rips hair out** |
Check you cgi.log or fastcgi.log file for more details about the error. If it occurs while uploading the .sql file, chances are it is caused by the long time the script takes to execute (there are several timeout parameters in Abyss Web Server and PHP).
To solve the problem, increase the CGI Timeout value in Abyss Web Server, increase the max_execution_time in php.ini.
You will also probably need to configure PHP to accept large downloads as explained in http://www.aprelium.com/forum/viewtopic.php?p=49425#49425 . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
The Midnighter -
Joined: 27 Oct 2006 Posts: 3
|
Posted: Fri Oct 27, 2006 8:40 pm Post subject: Re: What the bloody.... |
|
|
THank you both for such quick responces ^^ I will post back to let you know if this worked. |
|
Back to top |
|
 |
The Midnighter -
Joined: 27 Oct 2006 Posts: 3
|
Posted: Fri Oct 27, 2006 11:30 pm Post subject: |
|
|
Now I'm getting this error:
Error 504
Gateway Timeout |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Sat Oct 28, 2006 12:05 am Post subject: |
|
|
hummm put this in a a file:
Code: |
<?php
phpinfo();
?>
|
and save it as:
upload it to your server, then navigate to the file and see if php is working correctly
You should see something like this:
 _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
|