Hi. I was quite used to seeing all the lines and lines of error text, when I make a mistake.
I have moved to a server where all the error trapping has been sewn up tight (I assume in php.ini). Now that's great in the main direstories, that any errors don't splatter down the page.
However, in my development directory, I'm making mistakes and want to see them spalttered down the page, so I can see where I'm going wrong.
I've checked the documentation, and error_reporting (1); just isn't doing anything for me. Nor is display_errors( 1);
I just want to tell PHP to let it all hang out. "I'm in development mode. I'm making mistakes. Yes I'm dumb. Tell me what's happening." But alas, PHP isn't understanding me.
Help !!
I have moved to a server where all the error trapping has been sewn up tight (I assume in php.ini). Now that's great in the main direstories, that any errors don't splatter down the page.
However, in my development directory, I'm making mistakes and want to see them spalttered down the page, so I can see where I'm going wrong.
I've checked the documentation, and error_reporting (1); just isn't doing anything for me. Nor is display_errors( 1);
I just want to tell PHP to let it all hang out. "I'm in development mode. I'm making mistakes. Yes I'm dumb. Tell me what's happening." But alas, PHP isn't understanding me.
Help !!
Comment