Closed (won't fix)
Project:
Views random seed
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 22:55 UTC
Updated:
5 May 2012 at 11:48 UTC
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
&#039;base.access_exposed&#039; in &#039;field list&#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] =&gt; or
[:db_condition_placeholder_1] =&gt; and
[:db_condition_placeholder_2] =&gt; action set
[:db_condition_placeholder_3] =&gt; rule
[:db_condition_placeholder_4] =&gt; rule set
)
in EntityAPIController->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 &#039;base.acces
s_exposed&#039; in &#039;field list&#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] =&gt; reaction rule
[:db_condition_placeholder_1] =&gt; 1
)
in EntityAPIController->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
Comment #1
swentel commentedThis error has nothing todo with this module. There's not even a trace in the errors to it.
Comment #2
amaria commentedOk good. That's actually a relief since I really want to use this module. Now I just need to figure out the culprit.