500 internal error

#1
Hi if visit php file will show 500 internal error but no for html or other faile, i have tryed compile php by lsws admin but keep error, im using plesk that use php 53, please help very frustased
 

NiteWave

Administrator
#2
>Hi if visit php file will show 500 internal error but no for html or other faile,
how about simple phpinfo.php page ? 500 error as well ?
 

NiteWave

Administrator
#4
that would be easier to debug.

can you provide more information ?
how about run it in command line, for example, try
#/usr/local/lsws/fcgi-bin/lsphp5 -i
see if any error messages

if there are extensions loaded, edit the php.ini, comment out all extensions, and see if still 500 error.
 

NiteWave

Administrator
#6
FYI -
/usr/local/lsws/fcgi-bin>./lsphp5 -i|grep "Configuration File (php.ini) Path"
Configuration File (php.ini) Path => /usr/local/lsws/lsphp53/lib
 
Top