mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
show error stacktrace
This commit is contained in:
parent
7e00feb02f
commit
95097e4512
5 changed files with 29 additions and 21 deletions
|
@ -338,7 +338,7 @@ try {
|
|||
}
|
||||
} catch (Exception $e) {
|
||||
$ui->assign("error_title", "PHPNuxBill Crash");
|
||||
$ui->assign("error_message", $e->getMessage());
|
||||
$ui->assign("error_message", $e->getMessage().'<br><pre>'.$e->getTraceAsString().'</pre>');
|
||||
$ui->display('router-error.tpl');
|
||||
die();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue