Output the DATABASE_DSN when a PDO exception occurs during install.
This commit is contained in:
parent
ce21fcd17c
commit
532557bdc8
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user