duplicate key [message #28393] |
Fri, 21 October 2005 11:32 |
enunes
Messages: 2 Registered: October 2005 Location: BRASIL
Karma: 0
|
Junior Member |
|
|
Hi, i cant solve this problem bellow. I have tried everything. Please, help me. I'm using postgresql with egroupware 1.0.0.9 1.0.0.0.9.
Thanks
/var/www/html/egroupware/fudforum/2460875652/index.php:248
/var/www/html/egroupware/fudforum/2460875652/index.php:385
/var/www/html/egroupware/fudforum/2460875652/theme/default/m sg.php:1007
/var/www/html/egroupware/fudforum/2460875652/index.php:436
) : ERROR: duplicate key viola a restrição de unicidade "phpgw_fud_read_thread_id_key"
Query: INSERT INTO phpgw_fud_read (last_view, msg_id, thread_id, user_id) VALUES(1129837959, 9, 4, 2)
Server Version:
[Updated on: Fri, 21 October 2005 12:00] Report message to a moderator
|
|
|
|
Re: duplicate key [message #28650 is a reply to message #28635] |
Thu, 03 November 2005 15:38 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is not causing a bug, those are 2 completely different tables. This index exists for the purpose of preventing duplicate avatars.
FUDforum Core Developer
|
|
|
|
Re: duplicate key [message #28653 is a reply to message #28652] |
Thu, 03 November 2005 15:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The gallery name would modify the file name and there would not be a conflict.
FUDforum Core Developer
|
|
|
|
Re: duplicate key [message #28677 is a reply to message #28654] |
Fri, 04 November 2005 22:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You're right, I've reviewed the code and there is little point in forcing unique filenames. Index was removed in CVS.
FUDforum Core Developer
|
|
|