Closed (fixed)
Project:
Mailchimp
Version:
7.x-2.x-dev
Component:
Lists
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2011 at 01:26 UTC
Updated:
4 Jun 2012 at 22:01 UTC
Jump to comment: Most recent file
Upgrading from D6, I get the following error:
PDOException: SQLSTATE[HY000]: General error: 1364 Field 'name' doesn't have a default value:
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | name-field-install-1388120-2.patch | 771 bytes | ezeedub |
| #1 | name-field-install-1388120-1.patch | 741 bytes | ezeedub |
Comments
Comment #1
ezeedub commentedThe name field is not being set in hook_install(). Here's a patch.
Comment #2
ezeedub commentedOops, the name and label fields are now limited to 32 characters.
Might want to set this
Comment #3
levelos commented