Closed (duplicate)
Project:
Action email role
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2008 at 16:46 UTC
Updated:
4 Dec 2008 at 14:37 UTC
I get an error whenever I create something that triggers an email action to a role. It looks like the 'type' is too long for the database column. I've seen in other posts that it cannot be over 16 characters. "action_email_role" is 17 characters:
user warning: Data too long for column 'type' at row 1 query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (4, 'action_email_role', 'Sent email to %recipient', ....
Comments
Comment #1
dave reidMarking this as a duplicate of #223298: Change {dblog}.type VARCHAR limit from 16 to 64.
Comment #2
dave reidActually marking this as a duplicate.