Hi, just doing some testing of SME 10 and always used the /var/log/messages log for output of php warnings and errors on SME 9 but I don't seem to be getting any outputs in 10. Manuals all seem to relate to SME 9 and older and I have been through my SME php.ini file and made a few changes to match my old server but no dice. Any ideas? Thanks,
php.ini settings at the minute are 
error_reporting                        = E_ALL & ~E_NOTICE
display_errors                         = On
display_startup_errors                 = On
log_errors                             = On
log_errors_max_len                     = 1024
ignore_repeated_errors                 = Off
ignore_repeated_source                 = Off
report_memleaks                        = On
track_errors                           = On
html_errors                            = On
error_log                              = syslog
php seems to be executing ok when I test basic echo scripts but don't get any output from
<? phpinfo() ?>