>
> You can already guess the problem.. of course I have that controller
> in the app>contoller folder..
>
should be app>controllers folder. Also the filename should be
accounts_controller.php and the code in the filename should be

class AccountsController extends AppController
{
  var $name = 'Accounts';
  //rest of the controller

}

Please have a check again.

On Fri, Feb 22, 2008 at 3:16 PM, Comida411 <[EMAIL PROTECTED]> wrote:

>
> I am getting the following error...
>
>
> Missing Controller
>
> Error: AccountsController could not be found.
>
> Error: Create the class AccountsController below in file: app
> \controllers\accounts_controller.php
>
> You can already guess the problem.. of course I have that controller
> in the app>contoller folder.. Why can't cake see it..  I already
> checked on spelling
>
> Helpme
> Thak you
> Comida
>
>
> mu contoller is names accounts_controller.php
> >
>


-- 
Best Regards,
Tapos Pal
http://tapos.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to