Missing Method in GeneralNewsesController
You are seeing this error because the action www.brugi.pl is not defined in controller GeneralNewsesController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the GeneralNewsesController::www.brugi.pl() in file : app/controllers/general_newses_controller.php
<?php
class GeneralNewsesController extends AppController {
function www.brugi.pl() {
}
}
?>
|