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

ohnobinki’s picture

Title: can't install » can't install (double-installation of content_lock database schema causes exception)

After 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.

eugenmayer’s picture

Status: Active » Fixed

As the patch is ported, just updating the status. Good work!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.