Closed (fixed)
Project:
Dictionary
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 20:58 UTC
Updated:
16 Sep 2009 at 05:00 UTC
I followed your instruction in readme
1 set access permission
2 go to Administer -> Content management -> Dictionary to create an item,added english language.
however, when I went to Create content -> Dictionary term to create a node for my dictionary items, I coundn't find an item under Dictionary item reference list. Since the field is required, I couldn't save the node successfully either.
Could you help me figure it out, what are the possible reasons.
Thanks in advance.
Comments
Comment #1
Sara Adams commentedCould you please check the following:
1. The item is listed on the administration page (admin/content/dictionary/list_item)
2. The content type "dictionary_term" has a field "field_dictionary_term_iid" (admin/content/node-type/dictionary-term/fields)
3. The field has the following text for allowed values (PHP Code), excluding the opening and closing php tag: (admin/content/node-type/dictionary-term/fields/field_dictionary_term_iid)
Also, does your database have a prefix? Do you know a tiny bit of SQL, i.e. do you know how to get into the database and send queries?
I'll try to help once I know a bit more. First I want to check whether everything was set up correctly, though.
Comment #2
zqproject commentedThank you, Sara.
I have copied the above php code just now. It does work. I can see your dictionary page now.
By the way, no prefix for my database, I have installed lots of modules though. I guess some conflicts occurred somewhere.
Thanks again.
Comment #3
Sara Adams commented