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

CommentFileSizeAuthor
#5 drush-1218024.patch867 bytesjonhattan

Comments

moshe weitzman’s picture

Assigned: Unassigned » jonhattan

That 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).

dig1’s picture

Hi Moshe, thanks for your quick reply.

moshe weitzman’s picture

Priority: Normal » Major
jonhattan’s picture

Status: Active » Fixed

A similar fix was done for pm-disable time ago.

Fixed in master.

jonhattan’s picture

Assigned: jonhattan » msonnabaum
Status: Fixed » Patch (to be ported)
StatusFileSize
new867 bytes
msonnabaum’s picture

Status: Patch (to be ported) » Fixed

Backported.

dig1’s picture

Status: Fixed » Closed (fixed)

Thanks guys.