我已经在我的电脑上安装了drupal 7,它运行在来自Acquia Dev堆栈的localhost上。现在我尝试安装Drupal-Commonns,但是在安装配置文件阶段运行时出现了这个错误:
发生了AJAX HTTP错误。 HTTP结果代码:200调试信息如下
路径:
.......
siteChoose site color paletteEnter Homepage welcome textCreate the first groupFinished
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dc.watchdog' doesn't exist
它可能是什么? 感谢
答案 0 :(得分:0)
您需要启用 Database logging
模块
此模块将创建 watchdog
表。
之后,此错误将消失 希望这会有所帮助。 :)