Closed (fixed)
Project:
Context Help
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2009 at 17:16 UTC
Updated:
9 Dec 2009 at 14:55 UTC
The CONTEXTHELPCCK form imports without a problem. The FAQCCK will no import. I receive the following errors (information):
An illegal choice has been detected. Please contact the site administrator.
An error has occurred adding the content type faq.
Please check the errors displayed for more details.
Is it perhaps assuming I have some other modules installed besides those required on the module itself? I see when I added CONTEXTHELPCCK, it attached my 'field_url' field to it (which, I might add, I had already created for one of my other custom content types). Is it trying to create/use an existing CCK field it can't?
Comments
Comment #1
akoe commentedi had the same problem, but on the mysite.com/admin/reports/dblog was a hint that said something about an Multilingual support error.
So i changed in FAQCCK on line 18
'language_content_type' => '2',to'language_content_type' => '1',and the import was working fine
Comment #2
darren.ferguson commentedIssue is now resolved in the module. The below commit message is the CVS commit change for this problem.
http://drupal.org/cvs?commit=299906