public_html/app_error.php (line 93)
Array
(
    [className] => NoticiasController
    [webroot] => /
    [url] => noticias/actualidad-desarrollo.php
    [base] => 
)

Errors

Missing Controller

Error: NoticiasController could not be found.

Error: Create the class NoticiasController below in file: public_html/controllers/noticias_controller.php

<?php
class NoticiasController extends AppController {

	var $name = 'Noticias';
}
?>

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