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
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

dww - October 26, 2009 - 21:35
Category:bug report» support request
Priority:critical» normal
Status:active» by design

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

adamsohn - October 26, 2009 - 22:48

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

#3

adamsohn - October 31, 2009 - 21:47
Status:by design» 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

#4

System Message - November 14, 2009 - 21:50
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.