[imp] 1.2 to 1.2.4 upgrade issue

Jan Schneider jan at horde.org
Wed Sep 16 07:52:58 UTC 2009


Zitat von Nathan March <nathan at gossamer-threads.com>:

> 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/



More information about the imp mailing list