Well, when I set:
zend.ze1_compatibility_mode = Off
everything works fine.
My relations were set like this:
var hasMany = 'TestOne,TestTwo'
then I changed it to
var hasMany = array('TestOne','TestTwo')
but the problem remained.
I didn't know I have to set a className property for each of these
relations
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---