I see the following error when I attempt to enable the MailChimp Lists module.

This only occurs on the secondary site of a Multi-site configuration. The primary site has no error.

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.name' in 'field list': SELECT base.id AS id, base.name AS name, base.mc_list_id AS mc_list_id, base.label AS label, base.description AS description, base.list_type AS list_type, base.settings AS settings, base.status AS status, base.module AS module, base.created AS created, base.updated AS updated FROM {mailchimp_lists} base; Array ( ) in EntityAPIController->query() (line 152 of /nfs/www/WWW_pages/bobino/forestplay.net/sites/all/modules/entity/includes/entity.controller.inc).

Comments

forestplay’s picture

More info: This seems to be related to the database update. The module was first installed and enabled on the secondary site with v 7.x-2.1. I did not have begin using the module before attempting to update it to 7.x-2.4. When I attempted the update on the secondary site through the gui, I saw an error but failed to capture the message (sorry).

I then enabled 7.x-2.1 on the primary site, then updated it without a problem. Since there were two database updates required with this update, I suspect the secondary site broken because there's not a way to update the site database for the new module version (well, none that I know).

levelos’s picture

Status: Active » Closed (cannot reproduce)
mattsmith3’s picture

Issue summary: View changes

I had this same issue, under the same circumstances. Disabling and re-enabling the module fixed it for me.