The attached patch fixes errors I was getting when trying to uninstall Accessibility modules. Some of the problems were related to having accessible_api disabled while trying to uninstall accessible_fix since the uninstall code relied on functions in accessible_api.

CommentFileSizeAuthor
accessible_uninstall.patch2.98 KBliam morland

Comments

johnbarclay’s picture

Accessible api is a requirement of accessible fix, so it shouldn't be able to be uninstalled before accessible fix. How did you uninstall them in the wrong order? Via the database or is the dependency not being recognized by drupal.

liam morland’s picture

I disabled both of them then tried to uninstall them one after the other. Both disabling and uninstalling have to be done one at a time, but both can be disabled before either is uninstalled.

johnbarclay’s picture

patch looks good to me then.

mgifford’s picture

Issue summary: View changes
Status: Needs review » Needs work

patch no longer applies.