(07-22-2016, 12:29 AM)TGates Wrote: It should be showing them. Do you have php error reporting on?
Thanks for your help, my php.ini (just grabbed the bits which i beleive relate to error messages)
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = Off
display_startup_errors = O
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = Off
error_log = "C:/zpanel/logs/php/php_errors.log"
Thanks again for your support, I really appreciate it,