Singup throws nasty sql error.
adamsohn - October 26, 2009 - 21:22
| Project: | Signup |
| Version: | 6.x-1.0-rc6 |
| Component: | Database |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
#1
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). ;)
#2
Yeah, I ran install. It still wrecks my site when I uninstall the module.
#3
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#4
Automatically closed -- issue fixed for 2 weeks with no activity.