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