Needs review
Project:
Mollom
Version:
7.x-2.10
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2014 at 00:10 UTC
Updated:
12 Jun 2014 at 23:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eshta commentedAdding a patch to address this with an additional update. Also fixing the index definition of the main schema change update.
Comment #2
jaydee1818 commentedThanks it worked, but I had to uninstall and then reinstall the module (which was a pain). Should running updatedb have prevented the need for that? Because it didn't for me. Cheers.
Comment #3
eshta commentedHmmm... the update hook should have handled updating the schema of the database table to match the defined schema. Certainly an uninstall/reinstall is not an acceptable upgrade path ;-)
@jaydee1818 It's going to take a bit of extra time to set up an environment to test this out but I'll see if I can find out what happened with the upgrade script. Did you get any errors or have any additional information in your logs after you ran the update.php and before the uninstall that may help in troubleshooting?
Comment #4
jaydee1818 commentedNo errors in my log. When I ran updatedb, I definitely got a message telling me that something to do with the captcha schema was going to be altered. I guess it perhaps didn't alter as the Schema module continued to report mollom tables as a mismatch until I uninstalled/reinstalled. Cheers.