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