trace
This commit is contained in:
parent
b6151ce714
commit
2863ff7508
1 changed files with 3 additions and 1 deletions
|
@ -287,7 +287,9 @@ function create_tables(Database $db)
|
||||||
"PDO Error:",
|
"PDO Error:",
|
||||||
"<p>An error occurred while trying to create the database tables necessary for Shimmie.</p>
|
"<p>An error occurred while trying to create the database tables necessary for Shimmie.</p>
|
||||||
<p>Please check and ensure that the database configuration options are all correct.</p>
|
<p>Please check and ensure that the database configuration options are all correct.</p>
|
||||||
<p>{$e->getMessage()}</p>",
|
<p>{$e->getMessage()}</p>
|
||||||
|
<!-- {$e->getTraceAsString()} -->
|
||||||
|
",
|
||||||
3
|
3
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue