Re: Internal Server Error ?!?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Afan@xxxxxxxx wrote:
> Hi guys.
> Last night I got "Internal Server Error" on every page written in php.
> HTML pages work just fine.
> Our web site is on dedicated server. I contacted tech and he said they
> didn't touch the server and must be something I did.
> I REALLY don't remember I did anything wrong. Just regular php coding.
> And, everything was working fine while I was in my office. I found this
> problem at home.
> What could cause this problem? Any hint?

Generally an "Internal Server Error" is caused by server
misconfiguration(s).

Start out by checking your scripts for any ini_set() functions that
might have caused a problem (not likely, but hey give the guy the
benefit of the doubt).

Ask your sysadmin how errors are handled... for example what error code
will the server send when you have E_ERROR in a PHP script?  If the
answer is "Internal Server Error", then check out what you modified last
night and try to find that E_ERROR.

Did you create the PHP files as a different user?  More directly, are
your PHP files readable by PHP?

Did you enable any extensions last night?  Or disable any extensions for
that matter?

Did you touch PHP.ini?

Finally... did he update the PHP installation (new version, new php.ini
file, new apache conf file / changed IIS, anything)?

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux