Hey John, I've found some more stuff that needs fixing: 1. The view called "view" is broken somehow, it only seems broken on a model with a hasMany relationship. The error message is: "Parse error: syntax error, unexpected $end in /path/to/views/controllersname/view.thtml on line 64". This is because some of the closing tags like: endif, endforeach and so on, don't have an opening "<?php" tag, but an opening "<?" instead, which could break in some php configurations using "short_open_tag = Off", which is the default config by the way.
2. The edit view shows this message "Notice: Undefined variable: data in /path/to/views/controllersname/edit.thtml on line 5" when trying to submit a non-valid form, besides the configured error message This is what I've seen so far, hope it's helpful. -Ofir --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
