public_html/app_error.php (line 93)
Array
(
    [className] => Contacto.phpController
    [webroot] => /
    [url] => contacto.php
    [base] => 
)

Errors

Missing Controller

Error: Contacto.phpController could not be found.

Error: Create the class Contacto.phpController below in file: public_html/controllers/contacto.php_controller.php

<?php
class Contacto.phpController extends AppController {

	var $name = 'Contacto.php';
}
?>

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