Missing controller
You are seeing this error because controller ArtsController could not be found.
Notice: If you want to customize this error message, create hynding/views/errors/missing_controller.ctp
Fatal: Create the class below in file: hynding/controllers/arts_controller.php
<?php
class ArtsController extends AppController {
var $name = 'Arts';
}
?>