public_html/app_error.php (line 93)
Array
(
    [className] => JsController
    [webroot] => /
    [url] => js/locales/en.js
    [base] => 
)

Errors

Missing Controller

Error: JsController could not be found.

Error: Create the class JsController below in file: public_html/controllers/js_controller.php

<?php
class JsController extends AppController {

	var $name = 'Js';
}
?>

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