Notice: Undefined index: controller in /var/www/html/cs-solutions/cake/cake/dispatcher.php on line 152
Convenient Software Solutions | Missing Controller

Notice: Undefined variable: page in /var/www/html/cs-solutions/views/layouts/default.thtml on line 43

Industry Projects

Food & Beverage
Iron & Steel
Metals & Mining
Chemical
Petrochemical
Water & Waste Water
Automotive
Infrastructure
Manufacturing

Achievements

Awards
Highlights





Notice: Undefined property: View::$pageHeading in /var/www/html/cs-solutions/views/layouts/default.thtml on line 49

Missing controller

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

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

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

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