Error: JsController could not be found.
Error: Create the class JsController below in file: app/controllers/js_controller.php
<?php
class JsController extends AppController {
var $name = 'Js';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = 'public'; | 48 | 48 | 29 | |
| 2 | SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'users' AND table_schema = 'public' ORDER BY position | 6 | 6 | 40 |