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