Author |
Message |
Topic: 500 Internal Server Error... |
cactus_hugger
Replies: 2
Views: 6132
|
|
Ah. I see. Okay, I switched the main page over from a php to an html for a minute. And it worked. So PHP is screwed up somehow. Perfect.
Well, at least I'm closer!
EDIT: I ran php from the comma ... |
Topic: 500 Internal Server Error... |
cactus_hugger
Replies: 2
Views: 6132
|
|
This is really weird. 8O Abyss is giving 500 errors to any requests. It worked fine yesterday, and nothing has changed. Now it is caput. The Control Panel works fine. However, the page does not. I've ... |
Topic: Help with a PHP script |
cactus_hugger
Replies: 2
Views: 11588
|
|
It is simply a notice to tell you that you're using a variable without giving it a value first. You can turn off notices in the php.ini file:
error_reporting = E_ALL & ~E_NOTICE
Or you can d ... |
|