Are you using Route to handle it? On Jan 28, 2008 4:14 PM, 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/faq/ ) > > And I got this error: > > Missing controller > > You are seeing this error because controller Faq.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/ > faq.html_controller.php > > <?php > class Faq.htmlController extends AppController { > var $name = 'Faq.html'; > } > > ?> > > Why is cake expecting ControllerName.htmlController as the name of > class? > > Thanks > > > -- Renan Gonçalves - Software Engineer Cell Phone: +55 (11) 8633-6018 MSN: [EMAIL PROTECTED] Web Site: renangoncalves.com São Paulo - SP/Brazil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
