Notice: Undefined index: action in /home2/fesdev/public_html/app/app_controller.php on line 223
 

Missing Method in BlogController

You are seeing this error because the action xmlrpc.php is not defined in controller BlogController

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

Fatal: Confirm you have created the BlogController::xmlrpc.php() in file : app/controllers/blog_controller.php

<?php
class BlogController extends AppController {
   function xmlrpc.php() {
   }

}
?>