【发布时间】:2015-07-13 11:47:05
【问题描述】:
每当我尝试更新或删除我的 Drupal 网站上的任何内容时,都会遇到此错误。即使我尝试清除网站的缓存,也会弹出错误消息。
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal_7_38.cache_field' doesn't exist: DELETE FROM {cache_field} WHERE (cid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => field:node:10 ) in cache_clear_all() (line 167 of C:\Users\Hasan\Sites\devdesktop\drupal-7.38\includes\cache.inc).
我曾尝试使用 update.php 更新 drupal,但是在执行过程中会弹出此错误。
【问题讨论】: