Missing Controller
Error: ActionController could not be found.
Error: Create the class ActionController below in file: app/controllers/action_controller.php
<?php
class ActionController extends AppController {
var $name = 'Action';
}
?>
Error: ActionController could not be found.
Error: Create the class ActionController below in file: app/controllers/action_controller.php
<?php
class ActionController extends AppController {
var $name = 'Action';
}
?>