Closed (fixed)
Project:
Content locking (anti-concurrent editing)
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 23:13 UTC
Updated:
23 Jun 2011 at 09:21 UTC
just saw this module in the list of new releases and i tired to install it but i get this error:
DatabaseSchemaObjectExistsException: table content_lock already exists. in DatabaseSchema->createTable() (line 629 of /drupal7/includes/database/schema.inc).
I got a fresh standar profile instalation (installed in spanish)
Comments
Comment #1
ohnobinki commentedAfter getting that error you should find that the module is still enabled and is usable. So a workaround to this bug is to just ignore this error ;-).
The problem is me calling drupal's drupal_install_schema() from hook_install() when I shouldn't be. Sorry, I should have tested completely installing and uninstalling the module before making the release.
Thanks for the report! Fixed in 4521326, which will show up in 7.x-1.x-dev by tomorrow and I'll make a new release soon.
Comment #2
eugenmayer commentedAs the patch is ported, just updating the status. Good work!