[horde] Few question on horde-webmail 1.2
Andrew Morgan
morgan at orst.edu
Tue Sep 30 21:31:30 UTC 2008
On Tue, 30 Sep 2008, Julien Marchal wrote:
> [pid 22757 on line 983 of
> "/home/www/webmail-test/horde-webmail-1.2/lib/Horde/Share/sql.php"]
> Sep 30 09:46:49 HORDE [error] [mnemo] MDB2 Error: no such field: _doquery:
> [Error message: Could not execute statement]
> [Last executed query: INSERT INTO mnemo_shares_seq (id) VALUES (NULL)]
> [Native message: Unknown column 'id' in 'field list']
>
> The solution is to apply this request to database but is there an other
> solution ?
>
> ALTER TABLE `kronolith_shares_seq` CHANGE `sequence` `id` INT( 11 ) NOT NULL
> AUTO_INCREMENT ALTER TABLE `mnemo_shares_seq` CHANGE `sequence` `id` INT( 11
> ) NOT NULL AUTO_INCREMENT ALTER TABLE `turba_shares_seq` CHANGE `sequence`
> `id` INT( 11 ) NOT NULL AUTO_INCREMENT ALTER TABLE `nag_shares_seq` CHANGE
> `sequence` `id` INT( 11 ) NOT NULL AUTO_INCREMENT
You probably need to run the PHP script
horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php to fix the MDB2
sequences in the database.
Andy
More information about the horde
mailing list