You will need to make sure that you have enabled a few things when tailing the error_log
1. php.ini - display_errors = On, log_errors = On, error_log = syslog, make sure there is no ; in front of the error_log line.
2. Turn debug on in apache for apache itself if your vhost entries dont have a ErrorLog setting of their own, if they do you can set debug for the vhost in question.
3. Restart apache.
4. tail apaches error_log & the messages file in /var/log for issues.
|