Active
Project:
Signup Status
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 13:15 UTC
Updated:
28 Nov 2012 at 16:41 UTC
When the Signup and Signup Status modules are un-installed simultaneously, the Signup .install drops signup_log table, then the Singup Status .install tries to alter that table.
user warning: Table '[DB name].signup_log' doesn't exist query: ALTER TABLE signup_log DROP status in /home/[account ID]/public_html/includes/database.mysql-common.inc on line 331.
The Signup Status .install should check if the signup_log table exists before dropping the status field.
Comments
Comment #1
djdevinThis is actually a big deal, because on install, the status column doesn't get added to {signup_log}