Hola, quiero probar phpcake, pero al terminar la instalacion tengo el siguiente mensaje de error
Código:
CakePHP Rapid Development
Missing controller
You are seeing this error because controller CakeController 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\cake_controller.php
<?php
class CakeController extends AppController {
var $name = 'Cake';
}
?>
Alguien sabe por que?