Index: branches/RC/core/kernel/nparser/compiler.php =================================================================== diff -u -r11303 -r11610 --- branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 11303) +++ branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 11610) @@ -27,6 +27,8 @@ $this->Application->errorHandlers[0] = array(&$this, 'SaveError'); safeDefine('DBG_NPARSER_FORCE_COMPILE', 1); + safeDefine('DBG_IGNORE_FATAL_ERRORS', 1); + $i = $current; $this->Application->InitParser(); while ($i < $total && $i < ($current + 20)) {