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
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to