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