Mon 19 Jul 2004 01:14:51 PM UTC, comment #2:
No, sorry, just upgrade to 16.001 and:
Database error: Invalid SQL: INSERT INTO phpgw_infolog (info_id_parent,info_link_id,info_type,info_cat,info_from,info_addr,info_subject,info_des,info_startdate,info_enddate,info_status,info_access,info_owner,info_datemodified,info_modifier) VALUES (0,0,'task',8,'test','123','test','',1090242660,0,'offer','public',1000,1090242732,1000)
PostgreSQL Error: 1 (ERROR: Cannot insert a duplicate key into unique index phpgw_infolog_pkey )
File: /usr/local/share/phpgroupware/infolog/inc/class.soinfolog.inc.php
Line: 378
Session halted.
now all type does not work, notes, phone and todo. and also from the main infolog page, not adding infolog data within addressbook...
|
Mon 24 May 2004 03:12:03 PM UTC, original submission:
before all, there's no a category ``infolog'' on savannah's BTS...
I'm using debian woody standard, with phpgw just upgraded from CVS.
I'm tring to add a infolog note on an address, within the contact/addressbook application, and this error pop up:
Database error: Invalid SQL: INSERT INTO phpgw_infolog (info_id_parent,info_link_id,info_type,info_cat,info_from,info_addr,info_subject,info_des,info_startdate,info_enddate,info_status,info_access,info_pri,info_responsible,info_confirm,info_owner,info_datemodified,info_modifier) VALUES (0,0,'note',8,'','','Visita','Passato, ci siamo accordati che ci risentiremo per l\'IRCCS di UD.',1085406540,0,'ongoing','public','normal',0,'not',1000,1085411137,1000)
PostgreSQL Error: 1 (ERROR: Cannot insert a duplicate key into unique index phpgw_infolog_pkey )
File: /usr/local/share/phpgroupware/infolog/inc/class.soinfolog.inc.php Line: 378
Session halted.
I've experimented a bit more, and seems that only the phone call object work, note and todo make this error.
|