Missing controller

You are seeing this error because controller ArticleshttpController could not be found.

Notice: If you want to customize this error message, create renodeco/views/errors/missing_controller.thtml.

Fatal: Create the class below in file : renodeco/controllers/articleshttp_controller.php

<?php
class ArticleshttpController extends AppController {
   var $name = 'Articleshttp';
}
?>