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

