Today I tried to disable the ckeditor module using drush, and accidentally disabled the standard install profile too:
> drush dis ckeditor
The following projects will be disabled: standard,ckeditor.
Do you want to disable the projects? (y/n): y
Success: standard,ckeditor are disabled.
Content permissions have been rebuilt.
Since neither standard (a profile) or ckeditor (a core module) can be enabled using drush, I ended up in a bit of a pickle!
Today I tried to disable the ckeditor module using drush, and accidentally disabled the
standard
install profile too:Since neither standard (a profile) or ckeditor (a core module) can be enabled using drush, I ended up in a bit of a pickle!