JennyPeters
Programmer
I'm tring to turn PHP errors on to degug my work, but had had no luck.
I have used the following 3 lines:
ini_alter("display_errors", "1"
ini_alter("error_reporting", "E_ALL"
ini_alter("display_startup_errors", "1"
... which does turn them on according to phpinfo(), but still no error messages...
Is there something I am missing?
Thanks,
Jennny
I have used the following 3 lines:
ini_alter("display_errors", "1"
ini_alter("error_reporting", "E_ALL"
ini_alter("display_startup_errors", "1"
... which does turn them on according to phpinfo(), but still no error messages...
Is there something I am missing?
Thanks,
Jennny