Not the first time I've written a CakePHP application, but it's been awhile and this is the first time I've gone ahead and used the bake.php script. (IIS6 + Apache)
http://localhost/cake/ - works fine http://localhost/cake/app/index.php - works fine I baked my models and basic controllers (add/edit/delete) - but when i goto: /cake/projects I get the following error... =============== Notice: Undefined index: controller in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cake\cake\dispatcher.php on line 152 Missing controller You are seeing this error because controller Controller could not be found. Notice: If you want to customize this error message, create app\views/ errors/missing_controller.thtml. Fatal: Create the class below in file : app\controllers\controller.php <?php class Controller extends AppController { var $name = ''; } ?> =============== Same problem after putting in the nameless controller in. Basically I'm looking to the Cakexperts for guidance whereas to solve this here problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
