Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
28 May 2009 at 20:30 UTC
Updated:
10 Aug 2009 at 14:30 UTC
Jump to comment: Most recent
Comments
Comment #1
wim leersAre you using CTools?
Comment #2
totodetokyo commentedHello,
I just discovered exactly the same issue ( using also Hierarchical Select 6.x-3.x-dev)
(I am using Advanced Forum too)
Would you need some very specific information so that we could try to fix this issue?
Your support would be greatly appreciated!
Thank you
Comment #3
Anonymous (not verified) commentedI'm not using Advanced Forum, just the plain vanilla Forum module and get the same error message.
Comment #4
Anonymous (not verified) commentedIt's also throwing errors on the /admin/reports/dblog page:
I think it's the Form API trying to leave the error message in the log but getting an array instead of a string for %choice:
Illegal choice %choice in !name element.Comment #5
yenidem commentedis there any solutions this problem?
Comment #6
wim leersProblem reproduced.
Comment #7
wim leersThe forum module inappropriately sets the #options attribute, it should first check if that exists or not. Worked around this core bug by increasing the module weight.
Committed a fix: http://drupal.org/cvs?commit=243334. You must run update.php to automatically increase the module weight.