I am new to PHP (sigh, yet another language/libraries/etc to master) so
forgive my dumb question... I find that my mozdev.org page does not
tell
me any debug or error info when I have a PHP coding error (which is
pretty common right now - even stupid stuff like missing ;). All I get
is a very fast response and a blank page. There is no HTML in my page,
only PHP code that occasionally performs an echo command.
In searching around, I have found and tried adding the following at the
top on my PHP code:
error_reporting(E_ALL);
ini_set('display_errors', true);
ini_set('display_startup_errors', true);
I see, using phpinfo(), that this does seem to change the displayed
local settings. However, I still get no errors reported, only a blank
page. Can anyone help me figure what I am doing wrong here?
Thanks,
David
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners