[horde] Few question on horde-webmail 1.2
Julien Marchal
Julien.Marchal at univ-nancy2.fr
Tue Sep 30 07:53:11 UTC 2008
Hi,
I prepare the last "horde-webmail-1.2" for production level but I have
few questions:
- is there a way to disable "external_display_cal" in kronolith, I
don't want seeing birthdays calendars (turba) and task list (nag)
- I can't create sub folder in INBOX, I've patched the
horde/dimp/js/DimpBase.js to delete the cache of "ctx_folder_create"
What the best way to use horde/dimp/js/src/DimpBase.js to generated
horde/dimp/js/DimpBase.js ?
- I've create database with setup script but I've the following error
after first login :
[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
Thanks,
--
> Université Nancy 2 <http://www.univ-nancy2.fr/>
Pôle Lorrain de Gestion
13 rue du Maréchal Ney
CO 30075
54036 NANCY Cedex
> Téléphone 03.54.50.36.54
> Fax 03.54.50.36.51
Julien Marchal
Equipe réseau - CRI
More information about the horde
mailing list