Active
Project:
BackReference
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2010 at 02:05 UTC
Updated:
14 Mar 2010 at 02:05 UTC
I'm using table prefixes and getting these errors:
Table 'dbname.content_field_related' doesn't exist query: _backreference_old_values_remove /* Administrator : _backreference_old_values_remove */ DELETE FROM content_field_related WHERE field_work_related_nid = 1000817 in /www/sites/all/modules/backreference/backreference.module on line 220.
That table doesn't exist, it's true. I'm using table prefixes. So it should be dbname.prefix_content_field_related.
Thanks.