Código PHP:
Fatal error: Class 'Post' not found in /home/alelnro1/public_html/blog/cake/libs/class_registry.php on line 139
Pero luego, al ingresar a http://74.53.169.128/blog/app/models/post.php obtengo lo siguiente:
Código PHP:
Error: ModelsController could not be found.
Error: Create the class ModelsController below in file: app/controllers/models_controller.php
<?php
class ModelsController extends AppController {
var $name = 'Models';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
Espero atte. su ayuda!!!
Gracias,
Ale