[WONTFIX] xdebug and user defined error handler

Hello,

when the xdebug option xdebug.show_exception_trace=“1” is set, a installation is impossible. The script prints an exception that the config.inc.php is not found. This is the first output so the session handler prints the “session has already been started” exception.

Greetings,
akkie

Don’t turn it on. Piwik and Zend Framework throw exceptions. xdebug prints an exception trace whether or not the exception is caught.

If there’s a specific problem that you’re trying to track down, you can always insert a well-placed ini_set() in the code.