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