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 }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Check this box if this is a security vulnerability.
Summary
If you fail to use the correct username&password for your database you just get a blank screen at the end of the install process due to a 500 server error
Expected Outcome
Failure in UI shown, potentially bounce back to the database configuration screen
What Actually Happened
Blank screen shown due to 500 server error
Password shown in error.log logs, unsure if this is considered privileged?
[Tue Jun 28 01:43:52.244561 2016] [:error] [pid 15927] [client 192.168.2.146:39360] PHP Notice: Undefined index: databases in /var/www/html/airship/src/Installer/Install.php on line 414, referer: http://appserv-ub03/
[Tue Jun 28 01:43:52.264859 2016] [:error] [pid 15927] [client 192.168.2.146:39360] PHP Fatal error: Uncaught Airship\\Alerts\\Database\\DBException: Could not create a database connection. Please check your username and password. in /var/www/html/airship/src/Engine/Database.php:95\nStack trace:\n#0 /var/www/html/airship/src/Installer/Install.php(534): Airship\\Engine\\Database::factory('pgsql:host=loca...', 'postgres', 'secret...', Array)\n#1 /var/www/html/airship/src/Installer/Install.php(478): Airship\\Installer\\Install->finalDatabasePrimary()\n#2 /var/www/html/airship/src/Installer/Install.php(294): Airship\\Installer\\Install->finalDatabaseSetup()\n#3 /var/www/html/airship/src/Installer/Install.php(132): Airship\\Installer\\Install->finalize(Array)\n#4 /var/www/html/airship/src/Installer/launch.php(171): Airship\\Installer\\Install->currentStep()\n#5 /var/www/html/airship/src/public/index.php(26): include('/var/www/html/a...')\n#6 {main}\n thrown in /var/www/html/airship/src/Engine/Database.php on line 95, referer: http://appserv-ub03/
The text was updated successfully, but these errors were encountered:
Summary
If you fail to use the correct username&password for your database you just get a blank screen at the end of the install process due to a 500 server error
Expected Outcome
Failure in UI shown, potentially bounce back to the database configuration screen
What Actually Happened
Blank screen shown due to 500 server error
Password shown in error.log logs, unsure if this is considered privileged?
The text was updated successfully, but these errors were encountered: