The following error is generated when I try to enable or disable this module.

WD php: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown    [error]

column 'base.access_exposed' 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.access_exposed AS
access_exposed, base.data AS data
FROM
{rules_config} base
WHERE  (base.plugin IN  (:db_condition_placeholder_0,
:db_condition_placeholder_1, :db_condition_placeholder_2,
:db_condition_placeholder_3, :db_condition_placeholder_4)) ; Array
(
    [:db_condition_placeholder_0] => or
    [:db_condition_placeholder_1] => and
    [:db_condition_placeholder_2] => action set
    [:db_condition_placeholder_3] => rule
    [:db_condition_placeholder_4] => rule set
)
 in EntityAPIController->query() (line 152 of
C:\wamp\drupal-7.0\sites\all\modules\entity\includes\entity.controller.inc).
<h1>Additional uncaught exception thrown while handling exception.</h1><h2>Origi
nal</h2><p>PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column
&amp;#039;base.access_exposed&amp;#039; in &amp;#039;field list&amp;#039;: SELEC
T 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.access_exposed AS access_exposed, base.dat
a AS data
FROM
{rules_config} base
WHERE  (base.plugin IN  (:db_condition_placeholder_0, :db_condition_placeholder_
1, :db_condition_placeholder_2, :db_condition_placeholder_3, :db_condition_place
holder_4)) ; Array
(
    [:db_condition_placeholder_0] =&amp;gt; or
    [:db_condition_placeholder_1] =&amp;gt; and
    [:db_condition_placeholder_2] =&amp;gt; action set
    [:db_condition_placeholder_3] =&amp;gt; rule
    [:db_condition_placeholder_4] =&amp;gt; rule set
)
 in EntityAPIController-&gt;query() (line 152 of C:\wamp\drupal-7.0\sites\all\mo
dules\entity\includes\entity.controller.inc).</p><h2>Additional</h2><p>PDOExcept
ion: SQLSTATE[42S22]: Column not found: 1054 Unknown column &amp;#039;base.acces
s_exposed&amp;#039; in &amp;#039;field list&amp;#039;: SELECT base.id AS id, bas
e.name AS name, base.label AS label, base.plugin AS plugin, base.active AS activ
e, base.weight AS weight, base.status AS status, base.dirty AS dirty, base.modul
e AS module, base.access_exposed AS access_exposed, base.data AS data
FROM
{rules_config} base
WHERE  (base.plugin = :db_condition_placeholder_0) AND (base.active = :db_condit
ion_placeholder_1) ; Array
(
    [:db_condition_placeholder_0] =&amp;gt; reaction rule
    [:db_condition_placeholder_1] =&amp;gt; 1
)
 in EntityAPIController-&gt;query() (line 152 of C:\wamp\drupal-7.0\sites\all\mo
dules\entity\includes\entity.controller.inc).</p><hr />Drush command terminated
abnormally due to an unrecoverable error.       [error]

Drupal 7.14
views 7.x-3.3+109-dev (2012-Apr-24)

Comments

swentel’s picture

Status: Active » Closed (won't fix)

This error has nothing todo with this module. There's not even a trace in the errors to it.

amaria’s picture

Ok good. That's actually a relief since I really want to use this module. Now I just need to figure out the culprit.