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