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