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