Hi; I'm running the above with advanced forum, and whenever I quote a comment, I get this:
Validation error, please try again. If this error persists, please contact the site administrator.
If I reply to the node itself, it works perfectly. I've checked the relevant sections of the code in quote.module, and nothing seems to stand out (although Code Review on quote.admin.inc gives me this - not sure how relevant it may be:)
#Line 62: form_set_value() parameters have changed (Drupal Docs)
form_set_value($form['quote']['node_types'], array_filter($form_state['values']['quote']['node_types']), $form_state);
#Line 62: use $form_state['values'] instead, which is where the values are stored after a submit
form_set_value($form['quote']['node_types'], array_filter($form_state['values']['quote']['node_types']), $form_state);
Any ideas as to where I should look for this?
Comments
Comment #1
WallyJtD commentedJust tested it on ordinary Forum, deactivated the Advanced Forum module, and the same error exists - same symptoms.
Comment #2
WallyJtD commentedRechecked and discovered the error was not quote module related - therefore closed.