但是我的罪犯正在显示下面的错误......这个解决方案是什么......
[error] Command pm-enable needs a higher bootstrap level to run - you will
need to invoke drush from a more functional Drupal environment to run this command.
The drush command 'en ckeditor' could not be executed.
答案 0 :(得分:0)
您需要在drupal目录中。因此,如果您的drupal站点位于/var/www/html/mysite
,那么您需要位于mysite
目录并运行命令。
下载模块drush pm-download <modulename>
启用模块drush pm-enable <module_name>
。
禁用模块drush pm-disable <module_name>
。
答案 1 :(得分:-1)
根据官方文档, Drush - 使用Drush安装模块,(位于:https://www.drupal.org/docs/7/extending-drupal-7/installing-contributed-modules#adv)
命令为drush dl module_name
和drush en module_name
。