2011-01-20 63 views
0

我已经删除了nodequeue,现在我让每个Drupal的页面上这样的警告:Drupal的:我已经删除了nodequeue,现在我得到以下错误

warning: array_fill() [function.array-fill]: Number of elements must be positive in /mnt/hgfs/Sites/carlos/includes/database.inc on line 253. 
warning: implode() [function.implode]: Invalid arguments passed in /mnt/hgfs/Sites/carlos/includes/database.inc on line 253. 
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT qid, use_parents FROM smartqueue WHERE qid IN() in /mnt/hgfs/Sites/carlos/sites/all/modules/nodequeue/smartqueue.module on line 158. 

我怎样才能解决这个问题? 谢谢

回答

0

如果你没有任何你需要的节点,我会尝试卸载nodeque模块,然后重新启用它,它应该重新安装它。

相关问题