error:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.owner' in 'field list': SELECT base.id AS id, base.name AS name, base.label AS label, base.plugin AS plugin, base.active AS active, base.weight AS weight, base.status AS status, base.dirty AS dirty, base.module AS module, base.owner AS owner, base.access_exposed AS access_exposed, base.data AS data FROM {rules_config} base WHERE (base.status IN (:db_condition_placeholder_0, :db_condition_placeholder_1, :db_condition_placeholder_2)) ; Array ( [:db_condition_placeholder_0] => 3 [:db_condition_placeholder_1] => 2 [:db_condition_placeholder_2] => 6 ) in EntityAPIController->query() (line 187 of /home/jcrogers/public_html/sites/all/modules/ContribModules/

Comments

VM’s picture

Category: Bug report » Support request
Priority: Critical » Normal

Rules 2.9 installs perfectly fine on a vanilla test install in the tests I've completed for this issue.

Moving issue to closed (cannot reproduce). In fact, after a search of the issue queue, this is also a duplicate report or an already closed issue @ https://www.drupal.org/node/2094879 in which the developer explains the problem @ https://www.drupal.org/node/2094879#comment-9725953

Please test released modules on a clean installation before reporting a bug report. It will help narrow down whether the issue is module specific or site specific. Also of note, a search of the issue queue (i use google) before posting an issue will aid in understanding if there are already existing discussions around an error.

VM’s picture

Status: Active » Closed (cannot reproduce)