Error 503 on CMS Joomla 1.5

#1
Hi,
What can generate a 503 error with Joomla 1.5 / Drupal and PHP 5.3.6 on computer servers updated with LiteSpeed​​?

Waiting for your reply

best regards
 
Last edited:

cmanns

Well-Known Member
#7
only phpinfo() is ok.

which may be the problem?
Have someone hit the scripts as top's running, get the PID of a PHP process and run strace -p PID and watch for funky output, I stop it after a bit so it doesn't fill with tons of info.

If using BSD use truss.

You're probably missing MySQLi/MySQL/ or another php module

Paste phpinfo compile options in pastebin or code box here. :)
 
Top