Missing Method in AnalyticsController

You are seeing this error because the action function.curl-setopt is not defined in controller AnalyticsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the AnalyticsController::function.curl-setopt() in file : app/controllers/analytics_controller.php

<?php
class AnalyticsController extends AppController {
   function function.curl-setopt() {
   }

}
?>