Output the DATABASE_DSN when a PDO exception occurs during install.
This commit is contained in:
parent
ce21fcd17c
commit
532557bdc8
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ EOD;
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
</div>
|
</div>
|
||||||
EOD;
|
EOD;
|
||||||
|
if (defined('DATABASE_DSN')) { print "DATABASE_DSN = " + DATABASE_DSN; }
|
||||||
exit($e->getMessage());
|
exit($e->getMessage());
|
||||||
}
|
}
|
||||||
catch (Exception $e)
|
catch (Exception $e)
|
||||||
|
|
Reference in a new issue