public_html/app_error.php (line 93)
Array
(
    [className] => AController
    [webroot] => /
    [url] => a
    [base] => 
)

Errors

Missing Controller

Error: AController could not be found.

Error: Create the class AController below in file: public_html/controllers/a_controller.php

<?php
class AController extends AppController {

	var $name = 'A';
}
?>

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