apps.42dh.com is the place where you can download cakebaker's open source applications.

Missing Method in WebsiteController

You are seeing this error because the action jumpjumpjumpjump is not defined in controller WebsiteController

If you want to customize this error message, create app/views/errors/missing_action.ctp.

Fatal : Confirm you have created the WebsiteController::jumpjumpjumpjump in file : app/controllers/website_controller.php.

<?php
class WebsiteController extends AppController {
   function jumpjumpjumpjump() {
   }

}
?>