Context :

Fresh install of Drupal 6.4 and WYMeditor 6.x-2.x-dev

Steps to reproduce :

  1. deactivate WYMeditor module
  2. go to uninstall tab
  3. desintall WYMeditor module
  4. confirm
  5. ERROR !

Error Message :

Fatal error: Call to undefined function filter_admin_delete_submit() in drupal_path/sites/all/modules/wymeditor/wymeditor.install on line 42

Others

WYMeditor fields on variable MySQL table still exists :

  • wymeditor_classes
  • wymeditor_containers

Going again on module desinstall tab indicate that WYMeditor module is still install.

CommentFileSizeAuthor
#2 wymeditor.patch691 bytesAnonymous (not verified)

Comments

Anonymous’s picture

After some investigations I corrected the error. I'll submit a patch soon...

On my previous comment the last part name Others indicate that some variables related to WYMeditor are not deleted after the module desinstallation. In others words : desinstallation is not clean ! So I am gonna create a new bug report for that point.

Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new691 bytes

Here is the patch !

Two points :

  1. it's my first one for Drupal !
  2. I use Bazaar as version control system : http://bazaar-vcs.org/

I have carrefully read the notice about submitting patches. But because of the two previous points there are maybe some errors. So please feel free to warn me about.

Thanks

fall_0ut’s picture

Status: Needs review » Fixed

The uninstall was corrected.

Thanks Domsou for your patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.