Missing Controller
Error: JController could not be found.
Error: Create the class JController below in file: app/controllers/j_controller.php
<?php
class JController extends AppController {
var $name = 'J';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp


















