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