because you put it in the $name On Nov 27, 2007 6:38 AM, Tulio Faria <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I developed a simple controller that shows news... I'm using cake 1.2 > > ( http://www.atriumnet.com.br/noticias/ler/3 ) > > And I got this error: > > Missing controller > > You are seeing this error because controller Noticias.htmlController > could not be found. > > Notice: If you want to customize this error message, create app/views/ > errors/missing_controller.ctp > > Fatal: Create the class below in file: app/controllers/ > noticias.html_controller.php > > <?php > class Noticias.htmlController extends AppController { > var $name = 'Noticias.html'; > } > ?> > > Why is cake expecting ControllerName.htmlController as the name of > class? > > Thanks > > >
-- (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
