Missing Method in PressController
Error: The action sponsorhub is not defined in controller PressController
Error: Create PressController::sponsorhub() in file: app/controllers/press_controller.php.
<?php
class PressController extends AppController {
var $name = 'Press';
function sponsorhub() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp



