Closed (fixed)
Project:
Signup
Version:
6.x-1.0-rc6
Component:
Database
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2009 at 21:22 UTC
Updated:
14 Nov 2009 at 21:50 UTC
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
Comment #1
dwwLooks 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). ;)
Comment #2
Adam S commentedYeah, I ran install. It still wrecks my site when I uninstall the module.
Comment #3
Adam S commentedI 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.