Closed (duplicate)
Project:
Private Message Growl
Version:
6.x-1.1-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 May 2009 at 17:55 UTC
Updated:
17 Dec 2009 at 09:34 UTC
Hi,
I don't know what's wrong but I receive this error. I also don't know what have to be done to reproduce it. I don't receive it every time instantly after sending or receiving messages or notifications but sometimes yet.
* user warning: Duplicate entry '16-1' for key 1 query: INSERT INTO pmgrowl_close (mid, uid, closed) VALUES (16, 1, 1) in /var/www/vhosts/mysite.com/subdomains/drupal/httpdocs/includes/common.inc on line 3422.
* user warning: Duplicate entry '18-1' for key 1 query: INSERT INTO pmgrowl_close (mid, uid, closed) VALUES (18, 1, 1) in /var/www/vhosts/mysite.com/subdomains/drupal/httpdocs/includes/common.inc on line 3422.
* user warning: Duplicate entry '20-1' for key 1 query: INSERT INTO pmgrowl_close (mid, uid, closed) VALUES (20, 1, 1) in /var/www/vhosts/mysite.com/subdomains/drupal/httpdocs/includes/common.inc on line 3422.
* user warning: Duplicate entry '21-1' for key 1 query: INSERT INTO pmgrowl_close (mid, uid, closed) VALUES (21, 1, 1) in /var/www/vhosts/mysite.com/subdomains/drupal/httpdocs/includes/common.inc on line 3422.
* user warning: Duplicate entry '24-1' for key 1 query: INSERT INTO pmgrowl_close (mid, uid, closed) VALUES (24, 1, 1) in /var/www/vhosts/mysite.com/subdomains/drupal/httpdocs/includes/common.inc on line 3422.
Would be great if somebody could help me.
Thanks a lot.
Stefan
Comments
Comment #1
Dave.Ingram commentedah ha. Could this also be related to having multiple tabs open at the same time? Please check by sending a message to yourself with two tabs open. Close it on one, then on the other, and see if you can recreate this.
Comment #2
design.er commentedUnfortunately I could not recreate the error this way. This error occures maybe every 20th time I send/receive messages... and I always have multiple tabs open. So I really can't detect any system behind this error.
The other thing is that the error varys with the count of lines. So it may really be count of open tabs but I it occures not every time.
Feel free to reproduce it yourself... maybe you will have more luck. :)
Comment #3
Dave.Ingram commentedThanks for looking into this more. I'll work on getting in a fix for this in the next day or two.
Comment #4
Dave.Ingram commentedThis bug turned out to be when closing the same message on multiple tabs. This has been fixed in the alpha 2 release.
Comment #5
George2 commentedquite possibly not ;)
see http://drupal.org/node/511952
Comment #6
George2 commentedComment #7
berdirHandled in #641976: Big Patch that fixes many bugs