El 23/04/2008, a las 8:40, Hugues escribió:
> Anyone already addressed this issues so far?
First of all, check the class var $name in your models and
controllers. It is needed for php4 compatibility, For exemaple:
class Post extends AppModel {
var $name = 'Post';
}
if not present, the application fails with no messagges or with
apparently unrelated warnings.
Hope that helps.
--
Fran Iglesias
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---