为什么drush因命令终止错误消息而失败?

时间:2016-08-02 11:31:24

标签: drush

每次我尝试在Drupa 7环境中运行 drush cc all 时,都会收到以下错误消息

Drush command terminated abnormally due to an unrecoverable error.                                                 [error]
Error: Cannot redeclare xxxx() (previously declared in

我正在使用Drush 8.1.3

任何人都知道是什么导致了匆匆失败?

1 个答案:

答案 0 :(得分:0)

  

错误:无法重新声明xxxx()(之前在声明中声明)   这意味着名为xxxx()的函数已存在于代码中的某个位置,并且您已再次定义它。