Opened 10 months ago
Closed 10 months ago
#1488584 closed Bugs (duplicate)
Invalid Step in Installer
| Reported by: | CodeInsider | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-stable |
| Component: | Installer | Version: | 0.8-rc |
| Severity: | normal | Keywords: | |
| Cc: | d.felix@… |
Description
Hi there,
i just downloaded the latest trunk Version from 0.8 RC and tried to install it.
But the installer greeted me with the nice Heading "Invalid step".
After some seconds, I've found the bug around Line 140.
There is an array called $include_steps which first element is empty (). This Array is included after declaration.
I fixed the empty element, and ... it worked for me.
Just Change:
$include_steps = array(, './check.php', './config.php', '.test.php');
To: $include_steps = array('./check.php', './config.php', '.test.php');
Change History (4)
comment:1 Changed 10 months ago by CodeInsider
- Component changed from Addressbook to Installer
comment:2 Changed 10 months ago by CodeInsider
- Cc d.felix@… added
comment:3 Changed 10 months ago by CodeInsider
comment:4 Changed 10 months ago by alec
- Resolution set to duplicate
- Status changed from new to closed
What is "latest trunk Version from 0.8 RC"? Please, use git master (or release-0.8 branch) version. Similiar bug was fixed after 0.8-rc release.

Sorry, this don't work. There was another bug. The fix from above don't solve the Problem.
But, the Installer needs to attack the right step, if it is called directly from the webbrowser.
http://mail.domain.tld/installer/index.php?_step=1 << right
http://mail.domain.tld/installer/index.php << currently