Hi, I have this error whith standard clean instalation, but I have same error whith other modules too :( ¿it´s a comun erro or what hapen?
thanks

DatabaseSchemaObjectExistsException: Table user_force_term already exists. in DatabaseSchema->createTable() (line 629 of C:\Documents and Settings\..\includes\database\schema.inc).

Comments

rv0’s picture

Title: class="placeholder" already exists » Error on install caused by automatic install/uninstall hooks in D7
Component: Miscellaneous » Code
Priority: Normal » Major
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new557 bytes

https://drupal.org/update/modules/6/7

Database schema (un)installed automatically

(issue) A module no longer should explicitly install or uninstall its database schema in hook_install() or hook_uninstall().

Also, this module's default branch is master, it should be set to the latest 7.2.x branch

Patch attached where I remove both the hook_install and hook_uninstall

rv0’s picture

StatusFileSize
new536 bytes

Woops missed the variable_del in hook_uninstall, see new patch.

amal.bukhari’s picture

Hello,

I'm having the same issue too and I don't know how to patch. Can you publish a working module?