This module should be pulled off. This version at least. Hopeless.
And poor documentation on how to setup categories. All they say is you need taxonomy module installed and if so, categories will work. No where does it say, go enable categories to work in the configuration and to add a field (does the machine_name matter??) to reference your taxonomy category. No where does it say the 'view faq page' permission is defaulted to admin only (whose going to create faqs for admin roles only? --- possible, but majority of the people using this module will need to set permissions for this view).
Anyhow, ran in to this error when adding a new FAQ. Lame and a waste of time:
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'question' cannot be null: INSERT INTO {faq_questions} (nid, vid, question, detailed_question) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => 38 [:db_insert_placeholder_1] => 38 [:db_insert_placeholder_2] => [:db_insert_placeholder_3] => test ) in faq_insert() (line 275 of C:\drupal\sites\sites\all\modules\faq\faq.module).
Its better off to tell users to just download the 7.x-2.x version OR just follow a tutorial on how to create a new content type for FAQs and using views to display that content. This module actually has more documentation than most out there. Even a video on how to use it ---- but even that video doesn't explain how to setup categories :(!
Comments
Comment #1
atang08 commentedComment #2
eugene.ilyin commentedComment #3
artemln commentedIt seems that the version 7.x-2.x is actively developed. And soon the version 7.x-2.x will be the main.
I think we need to postpone this issue till then the version 7.x-2.x will be the main.