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