Notice: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13) in /home/www/admin.www.compucon-sa.com.au/www/cake/libs/session.php on line 146

Warning: Cannot modify header information - headers already sent by (output started at /home/www/admin.www.compucon-sa.com.au/www/cake/libs/session.php:146) in /home/www/admin.www.compucon-sa.com.au/www/cake/libs/session.php on line 147
Compucon Computers SA - Missing Controller
 

 

Missing controller

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

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

Fatal: Create the class below in file : app/controllers/categories_controller.php

<?php
class CategoriesController extends AppController {
   var $name = 'Categories';
}
?>