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

akoe’s picture

i 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

darren.ferguson’s picture

Status: Active » Closed (fixed)

Issue is now resolved in the module. The below commit message is the CVS commit change for this problem.

http://drupal.org/cvs?commit=299906