Nico Edtinger-3 wrote: > > Your backtrace has a string as parameter for addItem(), so it can't be > an array.
Interesting, because when I do a print_r($decodedJson) it prints an array, and when I do var_dump(is_array($decodedJson)) the output is bool(true). Also interesting that it works on PHP 5.1.6 but not on 5.2.1. It must be something else, I'll have to poke around some more. -- View this message in context: http://www.nabble.com/Zend_Dojo_Data---Only-arrays-and-objects-may-be-attached-tp23568746p23600837.html Sent from the Zend Framework mailing list archive at Nabble.com.
