Opened 5 years ago
Closed 5 years ago
#1485335 closed Bugs (fixed)
SERVICE CURRENTLY NOT AVAILABLE! - Identities
| Reported by: | SungamRammah | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Installer | Version: | 0.2-alpha |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Environment: PHP5 and Mysql 5 (i can supply detailed info if needed)
Conditions:
Installation of 0.2 alpha
Script rerun a few times because I didnt read the manuals and went cowboy. I do no know if this mattered for the failure to occure.
The probleme came from that the table 'identities' did not get created.
After editing CREATE TABLE identities script manually on the following line
signature text NOT NULL DEFAULT ,
TO
signature text NOT NULL,
The script got past the error and created the table and afaik it works.
Change History (1)
comment:1 Changed 5 years ago by alec
- Milestone changed from later to 0.2-beta
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Was fixed in svn-trunk some time ago.