You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$message = "Could not connect to the database '{$dbParams['username']}@{$dbParams['host']}/{$dbParams['database']}'. Please check your database configuration and/or google the exception shown below and run command again:".PHP_EOL;
Copy file name to clipboardExpand all lines: app/system/Bakery/DatabaseTest.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,9 @@ protected function testDB()
43
43
try {
44
44
Capsule::connection()->getPdo();
45
45
} catch (\PDOException$e) {
46
-
$message = "Could not connect to the database '{$dbParams['username']}@{$dbParams['host']}/{$dbParams['database']}'. Please check your database configuration and/or google the exception shown below:".PHP_EOL;
0 commit comments