How to check the php error log on directadmin using debian 6.0

totallyfreak

Verified User
Joined
Mar 13, 2013
Messages
25
Hi, i want to know how in the ssh command i can check the php error live... normally on my old server i just have to type:

tail -f /var/log/apache2/error.log

to see live error of php... but with a server using direct admin... its look like its not working...

so how can i do that?

thx
 
tail -f /var/log/httpd/error_log

but there are error logs for each domain in /var/log/httpd/domains/domainname.com.error.log
 
Thx a lot... it's work fine now...

and now i see that error:

Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS

someone got an idea?

thx
 
Back
Top