Closed (fixed)
Project:
FAQ_Ask
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
26 Apr 2012 at 16:31 UTC
Updated:
17 May 2012 at 06:50 UTC
Jump to comment: Most recent file
I receive this error when clicking on configure FAQ_ASK on the blocks screen:
Notice: Undefined variable: form in faq_ask_block_configure() (line 1490 of /home/...../public_html/sites/all/modules/faq_ask/faq_ask.module).
Anyone have an idea on how I can track down what this means?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | faq_ask.1549262.patch | 738 bytes | reswild |
| #3 | faq_ask.1549262.patch | 866 bytes | reswild |
Comments
Comment #1
Ole Martin commentedMe to...
Notice: Undefined variable: form i faq_ask_block_configure() (linje 1490 av /home/xxxx/domains/xxxxx.no/public_html/sites/all/modules/faq_ask/faq_ask.module).
Comment #2
Ole Martin commentedI get this also when I post a Question:
Warning: array_values() expects parameter 1 to be array, string given i _field_filter_items() (linje 527 av /home/xxxx/domains/xxxxx.no/public_html/modules/field/field.module).
Warning: Invalid argument supplied for foreach() i text_field_validate() (linje 119 av /home/xxxx/domains/xxxxx.no/public_html/modules/field/modules/text/text.module).
Notice: Undefined index: #language i locale_field_node_form_submit() (linje 404 av /home/xxxx/domains/xxxxx.no/public_html/modules/locale/locale.module).
Comment #3
reswild commentedHere is a patch for the original issue.
The other errors I think appear because the FAQ content type has a body field which is ignored by this module. You should probably open a separate issue for that, though.
Comment #4
reswild commentedHere it is again, this time with cleaned up paths...
Comment #5
Ole Martin commentedNew issues :
http://drupal.org/node/1553622
Comment #6
stenjo commentedPatch fromn #4 is committed to dev now. Thank you reswild!
Comment #7
Ole Martin commentedIt's work fine !
Comment #8
stenjo commentedCool! I'll remove this then.