hello.

i'm getting a weird error that i can't resolve...

here's my routes.php config (comments removed)

<?php

        Router::connect('/', array('controller' => 'orders', 'action' =>
'index'));

?>

here's the response from mywebserver/ordersapp (app root)


Missing Controller

Error: CakePHPController could not be found.

Error: Create the class CakePHPController below in file: Cassonetti
\controllers\cake_p_h_p_controller.php

<?php
class CakePHPController extends AppController {

        var $name = 'CakePHP';
}
?>

Notice: If you want to customize this error message, create Cassonetti
\views\errors\missing_controller.ctp


i have another app, configured the same way, that works like a charm.

i can't find where's the error :(
--~--~---------~--~----~------------~-------~--~----~
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