This is not a massive problem because toolbar can be manually uninstalled but...
previously with drush all-versions-4.x-dev I have been able to successfully disable and uninstall the toolbar that comes with Drupal 7.
The two latest versions that I have used (10th July and 13th July) allow me to: drush dis toolbar...OK
but then error when I drush pm-uninstall toolbar saying:
'To uninstall toolbar, the following modules must be uninstalled first: standard
There were no modules that could be uninstalled.'
1) What is standard?
2) Any ideas what has caused this small hiccup to a fantastic module?
Thanks
Comments
Comment #1
moshe weitzman commentedThat is the 'standard' install profile which masquerades as a module much to our dismay. I think we started paying more attention recently to dependencies during uninstall so this bug sounds like a byproduct. It probably affects any module which is installed by standard profile (most of core).
Comment #2
dig1 commentedHi Moshe, thanks for your quick reply.
Comment #3
moshe weitzman commentedComment #4
jonhattanA similar fix was done for pm-disable time ago.
Fixed in master.
Comment #5
jonhattanComment #6
msonnabaum commentedBackported.
Comment #7
dig1 commentedThanks guys.