Closed (fixed)
Project:
Action email role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2008 at 00:07 UTC
Updated:
10 Jun 2011 at 11:34 UTC
Someone had an earlier issue about the type being too big or so. I was getting a similar message.
I really don't know what I am doing, but I did realize that the watchdog for this module was placing "action_email_role" as the first string, where most other modules were using "action" or "error".
I placed "action" for the sent message watchdogs and the error went away.
I hope that helps towards a permanent solution for the author (or let me know if this was really not a help!).
Other than that this was just the module I needed. Thanks.
Comments
Comment #1
FrancS commentedI must agree with terkkila....your module try insert "action_email_role" which is 17 char long and field "type" in watchdog is only for varchar 16
Comment #2
dgtlmoon commentedfixed in latest dev
Comment #3
dgtlmoon commented