Becasue in database table pmgrowl_close, the PMID is only SmallInt(6). So the maximum message number can be 32767. I have reached this number, and got lots of errors:

Duplicate entry '32767-2393' for key 1 query: INSERT INTO pmgrowl_close (mid, uid, closed) VALUES (32897, 2393, 1)

So I have changed the PMID in database table from SmallInt(6) to Int(10), and it works perfectly.

CommentFileSizeAuthor
#1 pmgrowl_small_mid.patch1015 bytesBerdir
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Berdir’s picture

Status: Active » Needs review
FileSize
1015 bytes

Confirmed, attaching a patch, should work on 6.x-1.x and 6.x-2.x, can someone please test?

doitDave’s picture

The UID should also be set to INT without "size=small" (since this is drupal default). Rest looks good.

doitDave’s picture

Status: Needs review » Needs work

(status)

doitDave’s picture

Can we please update this issue or set the module (branch) to "no maintenance" or have someone joining the team? Is there any interest left at all in this module, regarding D6 outdating soon?

doitDave’s picture

Considering the issue status and age, I consider this abandoned and I'm out of here. If there should still and unexpectedly be any interest in getting this solved, feel free to contact me, but I have to clean up my personal queue.