Needs review
Project:
Javascript Tools
Version:
5.x-1.x-dev
Component:
Jscalendar
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2008 at 11:11 UTC
Updated:
17 Nov 2008 at 18:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
sentron commentedFYI, I use PHP5 and Apache 1.x. This seems like an issue while using JSTools with PHP5.
Comment #2
deekayen commentedI ran across this because I had created a form array incorrectly and element_children was messing up my form array as a result during form_builder() as it looped through what it thought was elements. In my module that was generating the form, I had written:
when what I really meant to write is
Doing the former blew up lots of things, including uncovering this bug. While it wasn't jcalendar's fault, jcalendar could have handled it slightly better. See attached patch for my solution.
In short, Location Hierarchy probably has a malformed $form array somewhere you should also file a bug on.