Can you provide more details as to how/when are you getting this problem. All the time is pretty general.
What URL are you trying to browse? And even if you do create the 'notes_controller.php' file, what forces you to have to create that file? Unless you are attempting to hit an URL somewhat similar to http://myserver/cake/notes/index. If so, well then you are probably missing the file or permissions on the file may be incorrect. Also try closing your browser. I have found that sometimes a browser close solves problems when applying changes to some of the PHP sources. I have notice a problem with naming the models in a non-default way (for example note99). This makes it that the controller is note99s_controller.php and the required var $name should be equal to 'note99' not 'note99s'. Don't know why but this solves the problem. You may want to see if you change 'Notes' to 'Note' in your notes_controller.php file. Not exactly the same as in your case but it solved one of my problems (with non-standard tables/model names). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
