After enabling Crew Connect module I get the following error on /admin/config/communitymedia/checklist

Error messagePDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'deleted' in where clause is ambiguous: SELECT COUNT(field_id) FROM {field_config_instance} JOIN {field_config} ON field_config.id = field_config_instance.field_id WHERE deleted = 0 AND bundle = :category AND type = :type; Array ( [:category] => skills [:type] => list_integer ) in om_crew_connect_skill_count() (line 54 of /var/www/cm_starterkit_easy/sites/all/modules/om_crew_connect/om_crew_connect.module).

Comments

kreynen’s picture

Project: Community Media Checklist » Crew Connect
Version: 7.x-1.x-dev » 7.x-2.0-beta2
Status: Active » Needs review

I've moved this from cm_checklist into om_crew_connect. This was already fixed. Unfortunately, the commit was made shortly after the 7.x.2-beta2 of Crew Connect was rolled...

http://drupalcode.org/project/om_crew_connect.git/commit/afabff0

The 7.x.2-beta2 version of Crew Connect sends the message to each user from the email address of uid 1. I was holding off on doing any more work on Crew Connect until a D7 version of Views Send was available. After several months of going in circles w/ the module's maintainer, @hansfn was finally given git access last week and committed the first version of views_send that we could declare as a dependency.

#1052040: Port Views Send to Drupal 7

Unfortunately Views Send's UI was too complicated for most users so I've had to form_alter it within Crew Connect to make it a suitable replacement for the core VBO send mail option.

Made that commit this morning, but it needs to be tested before we roll another beta.

http://drupalcode.org/project/om_crew_connect.git/commit/580c4e1