I tried uninstaling the signup module but it crashes the entire system and I have to restore the database from backup. How do I just get rid of the module?

This is the error

user warning: Unknown column 'count_towards_limit' in 'field list' query: SELECT SUM(count_towards_limit) FROM signup_log WHERE nid = 130 in /home/horton79/public_html/sites/all/modules/signup/signup.module on line 769.

Comments

dww’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (works as designed)

Looks like you didn't run update.php after upgrading to rc6.

To "just get rid of the module" do as you always do: turn off the checkbox at admin/build/modules. You can then click the "Uninstall" tab to remove it from the DB, and finally "rm -rf sites/all/modules/signup" from your shell to remove the files (assuming that's where you installed it). ;)

Adam S’s picture

Yeah, I ran install. It still wrecks my site when I uninstall the module.

Adam S’s picture

Status: Closed (works as designed) » Fixed

I moved to a server that logs php errors. It had to do with views. So I search through phpmyadmin and found the two signup views and manually dropped them. Works fine.

Fatal error: Call to a member function get_access_callback() on a non-object in ...sites/all/modules/views/plugins/views_plugin_display_page.inc on line 78

Status: Fixed » Closed (fixed)

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