But, the file is on the server...

I'm getting it in a controller named Faq and another named Noticias...

Strange... but thanks for your solution...

On 28 jan, 21:45, Adam Royle <[EMAIL PROTECTED]> wrote:
> You're getting this because all requests are forwarded to cakephp if
> the file is not physically on the server. Unix is case-sensitive, so
> you might want to link to this:
>
> http://www.atriumnet.com.br/Faq/
>
> Adam
>
> On Jan 29, 9:08 am, Tulio Faria <[EMAIL PROTECTED]> wrote:
>
> > No,
>
> > it is routing by default route.
>
> > On 28 jan, 16:24, "Renan Gonçalves" <[EMAIL PROTECTED]> wrote:
>
> > > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to