Upgrading from D6, I get the following error:

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'name' doesn't have a default value: 

Comments

ezeedub’s picture

Status: Active » Needs review
StatusFileSize
new741 bytes

The name field is not being set in hook_install(). Here's a patch.

ezeedub’s picture

StatusFileSize
new771 bytes

Oops, the name and label fields are now limited to 32 characters.

Undefined property: stdClass::$list_type mailchimp_lists.install:113
WD mailchimp_list: PDOException: SQLSTATE[22001]: String data, right
truncated: 1406 Data too long for column 'label' at row 1

Might want to set this

levelos’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.