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