Luke wrote:
> OK, I got it working, but whenever I click ANYTHING (edit, add, view)
> it says:
>
> Missing controller
>
> You are seeing this error because controller UserController could not
> be found.

Hi Luke,

This sounds suspiciously like a variable has been defined incorrectly,
or there is a confusion somewhere with the plurals and singulars (as
controllers are plural).

What does your controller and model look like? If you are using
Scaffold to get going they should be virtually empty as shown in the
manual chapter (http://manual.cakephp.org/chapter/5)

@John Zimmerman: That doesn't sound right, what is happening such that
you are drawing that conclusion? If there is an index method defined in
your controller as well as the scaffold variable, you can still use
scaffold for your other edit/show/delete actions, at least that's the
intention and my experience ;).

HTH, Cheers,

AD7six


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to