maybe i’m crazy, but way back when i was using MODx 0.9.6 i seem to recall that if there was a php error in a snippet i would get one of those nice modx error screens (like when i have a database query that is broken), but in 1.0.2 i just get a blank screen, or no output if within a page, unless i put error_reporting(E_ALL) into the snippet. is there a setting somewhere to turn on that nice MODx error reporting? or am i totally making up the fact that MODx ever output the php errors?
i see on line 13 of my /manager/includes/config.inc.php:
error_reporting(E_ALL & ~E_NOTICE);
but it doesn’t do anything it seems.
i’ve been trying to cause some php errors in snippets (which, believe me, i am totally capable of) - and the only way i can have anything output is by adding my own error_reporting setting at the top of the snippet.