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

djdevin’s picture

This is actually a big deal, because on install, the status column doesn't get added to {signup_log}