thanks for pointing me to the php.ini but the changes I do don't work, what am I doing wrong?
I edit with BBedit 8.2.6 which handles to permissions to do so. I edit the Configuration File (php.ini) Path /usr/local/php5/lib/php.ini which is what phpinfo() say is the ini file.
So I got the right file
I remove the ; comment out
from:
; - display_errors = Off [Security]
to
- display_errors = On [Security]
or
- display_errors = 1 [Security]
or have tryed with no - at beginning
each time I restart webserver in system preferences sharing which should reparse the ini file.
Even tried restarting whole computer & another machine
What am I missing? I know its likely something simple but help!!