Closed (fixed)
Project:
Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2011 at 17:53 UTC
Updated:
16 Mar 2016 at 08:35 UTC
Jump to comment: Most recent
After trying to use title module with entity translate to translate the core fields of taxonomy I get this error
The website encountered an unexpected error. Please try again later.
I traced it in watch dog, and the error message was :
DatabaseSchemaObjectExistsException: Table <em class="placeholder">field_data_name_field</em> already exists. in DatabaseSchema->createTable()
am I missing something or is it only me geting this bug, I traced it the module code and the problem was occured in title_field_replacement_toggle() function and it's like the module trying to create a module which already exists, I used all the version for this module and it happend in all of them.
Comments
Comment #1
plachYou probably tried the Title module a couple of times without properly uninstalling it. Remove any instance of the name_field field (or manually drop the db tables and try again).
Comment #2
artofeclipse commentedThat's what I did and it worked for me, thanks for help.
Comment #4
dparvanova commentedI am having the same problem.
I manually removed 'field_data_name_field' and 'field_data_description_field' tables. Cleared all caches but still get this error. Then did:
drush dis title
drush pmu title
drush cc all
dursh en title
but the error still appears...
Comment #5
mcdoolz commentedIf you've removed the tables above and the error is still occurring, check your logs and you should find that there are revisions tables as well (eg: field_revision_name_field).
Drop those respective tables as well.