You should be able to see the structure of your data if you set debug to '3' in core.php
This usually happens when your code references a var that is an array (like when you are using a field from a HABTM related table) which can be confusing if you are expecting a single row back. I had a couple of places where I simply had to reference the value I was looking for differently after I looked at the context data structures (doing things like $slot[0]['avail_signups'];) On Nov 19, 1:16 am, sun <[EMAIL PROTECTED]> wrote: > Here after occuring this problem The Validation should not work > properly... please how to recover from this problem. i think if > solve the conversion from array to string problem then only the > validation will work > so any one help me to solve the problem? > > with regards > sundar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
