Hi, I was facing the same problem. I got around it by coding a very ugly hack: I removed all "array" keywords in the methods prototypes and converted the ArrayAccess objects to arrays in the content of the methods (HtmlGenerator::attributes, HtmlGenerator::choices and HtmlGenerator::doChoices). I will wait for the next commit to the trunk to remove this hack :-) With this I was able to pass the fatal error but it is useless: now all my form fields display their HTML code instead of rendering it in the browser.
On Nov 3, 4:05 pm, Michael <[email protected]> wrote: > Hi Bernhard or Fabien, > > This issue still not fixed, can you take a look at it and see what you > can do. > > Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
