I'm not able to uninstall Facebook-style Micropublisher module. On uninstall confirmation page I got this error:

Fatal error: Call to undefined function statuses_load() in /www/sites/all/modules/fbsmp/fbsmp.module on line 221

Problem is with 7.x-1.0-unstable1 and also with 7.x-dev.

CommentFileSizeAuthor
#5 fatal_error_call_to-2054491-5.patch366 bytessiliconmeadow
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jasom’s picture

Issue summary: View changes

Problem is with 7.x-1.0-unstable1 and also with 7.x-dev. - edit

coozila’s picture

you ned to dellete content from statuses first

wiredyout’s picture

Issue summary: View changes

Coozila how does one delete all statuses?

Anybody’s picture

Steps to fix this and uninstall successfully:

  1. Keep the statuses module enabled
  2. Disable the fbsmp module
  3. Uninstall the fbsmp module
  4. Disable the statuses module
  5. Uninstall the statuses module

If this does not work for you, you can delete the status entries by creating a view showing the statuses (and eventually use VBO for mass deletion).

blur702’s picture

Yup, I had the same issue but the solution in post #3 fixed it.

Thank you to Anybody.

siliconmeadow’s picture

I've patched the hook_uninstall for this.

siliconmeadow’s picture

Version: 7.x-1.0-unstable1 » 7.x-1.x-dev
Status: Active » Needs review
dmitryVL’s picture

Status: Needs review » Reviewed & tested by the community

Looks good. Move to rtbc.