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