Ticket #2454 (new defect)
installation process dbReq not created
| Reported by: | nicolaas | Assigned to: | aoneil |
|---|---|---|---|
| Type: | defect | Priority: | medium |
| Milestone: | 2.2.3 | Component: | CMS - Installer |
| Version: | 2.2.2-rc2 | Severity: | medium effort / impact |
| Keywords: | Cc: | ||
| Due date: | Harvest Task: | (Unknown) | |
| Invoice sent to client: | 0 | Hours: |
Description
I recently installed SS and got a serious error message that stopped the whole installation process
In confiq-form.html there is a reference to dbReq (line 92), but in the install.php it is NOT certain that dbReq gets created (line 67):
if($databaseConfig) {
$dbReq = new InstallRequirements?(); $dbReq->checkdatabase($databaseConfig);
}
Although it may not be logically for the one to appear without the other, the error could be caught more gracefully.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
