Zitat von Nathan March <[email protected]>:
Anyone able to tell me what I'm doing wrong here or if this is a bug
in the upgrade process?
Running pre-update scripts...
Writing main configuration file
Loading database module...
Updating database...
[ ERROR! ] Reading the existing table structure failed. Error messages:
MDB2 Error: no such field
_doquery: [Error message: Could not execute statement]
[Last executed query: SELECT MAX(id) FROM kronolith_shares_seq]
[Native code: 1054]
[Native message: Unknown column 'id' in 'field list']
Running post-update scripts...
Done updating Horde Groupware Webmail Edition.
mysql> describe kronolith_shares_seq;
+----------+---------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------+---------+------+-----+---------+----------------+
| sequence | int(11) | NO | PRI | NULL | auto_increment |
+----------+---------+------+-----+---------+----------------+
1 row in set (0.00 sec)
The column name should be 'id', not 'sequence'. Try renaming it
manually (after restoring your database from the backup) and run the
upgrade script again.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]