我有 Drupal 7,当我安装模块 Ubercart、Rules and Entity API 或 Drupal Commerce、Rules、Entity API 时,我收到以下错误
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.plugin = :db_condition_placeholder_0) AND (base.active = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => reaction rule [:db_condition_placeholder_1] => 1 ) in EntityAPIController->query() (line 187 of C:\xampp\htdocs\sites\all\modules\entity\includes\entity.controller.inc).
你能帮我解决这种错误吗?
先感谢您