Author |
Message |
Topic: HTTP 500 Internal server error |
digits
Replies: 13
Views: 16049
|
|
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 |
Topic: Can someone edit this script? |
digits
Replies: 2
Views: 6575
|
|
if ($file != "." && $file != ".." && $file != substr($PHP_SELF, -(strlen($PHP_SELF) - strrpos($PHP_SELF, "/") - 1)) ... |
Topic: Solution to the "No input file specified" error. |
digits
Replies: 0
Views: 4366
|
|
It's in your php.ini file, so open it and alter this:
You must specify the path to your site
; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you S ... |
|