
| Proyecto Madrid | No soy socio |
You are seeing this error because the action barcelona is not defined in controller PortadasController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the PortadasController::barcelona() in file : app/controllers/portadas_controller.php
<?php
class PortadasController extends AppController {
function barcelona() {
}
}
?>