Posted by DrewMathers on March 9, 2011 at 1:15pm
1 follower
| Project: | Signup Status |
| Version: | 6.x-1.0-alpha2 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.