Well... it's the reason! The parameter was introduced in PHP 5.3.6.
You can edit the /includes/extra_configures/enable_error_logging.php file and its admin counterpart, changing the line that reads:
toCode:debug_print_backtrace (DEBUG_BACKTRACE_IGNORE_ARGS);
Code:debug_print_backtrace ();


Reply With Quote
