Closed (won't fix)
Project:
Glossify
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2010 at 10:38 UTC
Updated:
29 Aug 2010 at 00:49 UTC
As soon as I select a cck field for synonyms, I start getting an error message :
"""
user warning: Unknown column 'vals_table.field_synonyme_value' in 'field list' query: SELECT vals_table.vid, vals_table.nid, vals_table.field_synonyme_value FROM content_type_glossaire vals_table JOIN node node ON vals_table.vid = node.vid WHERE field_synonyme_value IS NOT NULL in sites/all/modules/glossify/glossify.module on line 181.
"""
The selected field is "field_synonyme" (i'm french ^^).
The field is actually used by a content_type ("glossaire"), and i'v filled a few instances of the content_type AND the field.
Any help will be welcome.
Thx
Comments
Comment #1
omerida commentedCan you test my patch at http://drupal.org/node/766758? I suspect it will fix this for you.
Comment #2
Ivo.Radulovski commentedHello we have fully rewritten the Glossify module.
The 2.x version will not be supported any more