I am completely new to cakephp. I am having this error message as
following, which I cannot figure out. Anyone please point me to the
right direction please?

When I put in "http://localhost/cake/"; in my address bar, it gives me
the following error:
--------------------------------------------------------------------------------
Missing Controller
Error: Index.php&url=Controller could not be found.

Error: Create the class Index.php&url=Controller below in file: app
\controllers\index.php&url=controller.php

<?php
class Index.php&url=Controller extends AppController {

        var $name = 'Index.php&url=';
}
?>
Notice: If you want to customize this error message, create app\views
\errors\missing_controller.ctp
----------------------------------------------------------------------------------
While I was playing around with the code, it seems anytime there's
something in the url after "http://localhost/cake/";, it will give a
missing controller error. And the controller name is just whatever
after the "http://localhost/cake/";. For example, in the message above,
the missed controller name is the defaulted "index.php....."

Anyone has any idea how to fix that? Thanks in advance!!!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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