Missing Controller
Error: HostingController could not be found.
Error: Create the class HostingController below in file: gamedev.lv/controllers/hosting_controller.php
<?php
class HostingController extends AppController {
var $name = 'Hosting';
}
?>
Notice: If you want to customize this error message, create gamedev.lv/views/errors/missing_controller.ctp
