Opened 11 months ago
Closed 11 months ago
#1488561 closed Bugs (duplicate)
Install fails with "Invalid step"
| Reported by: | madmaze | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-stable |
| Component: | Installer | Version: | 0.8-rc |
| Severity: | normal | Keywords: | |
| Cc: |
Description
after extracting the 0.8rc bundle and configuring my LAMP-ish stack(debian squeeze, lighttpd, mysql, php5) when I go to "http://localhost/installer/"
I get "invalid step"
see: http://i.imgur.com/r6Mog.png
Change History (3)
comment:1 Changed 11 months ago by madmaze
comment:2 Changed 11 months ago by madmaze
- Component changed from Addressbook to Installer
comment:3 Changed 11 months ago by alec
- Milestone changed from later to 0.8-stable
- Resolution set to duplicate
- Status changed from new to closed
It was fixed in git after the release.
Note: See
TracTickets for help on using
tickets.

this can be solved by copying:
cp config/db.inc.php.dist config/db.inc.php
cp config/main.inc.php.dist config/main.inc.php
and then adding in the DB credentials and by enabling the installer in main.inc.php
Should the installer do this by itself?
if not this should probably be mentioned in INSTALL, besides under "MANUAL CONFIGURATION"