Missing controller
You are seeing this error because controller CoffreshttpController 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/coffreshttp_controller.php
<?php
class CoffreshttpController extends AppController {
var $name = 'Coffreshttp';
}
?>
