Missing Controller
Error: SupportController could not be found.
Error: Create the class SupportController below in file: app/controllers/support_controller.php
<?php
class SupportController extends AppController {
var $name = 'Support';
}
?>
Error: SupportController could not be found.
Error: Create the class SupportController below in file: app/controllers/support_controller.php
<?php
class SupportController extends AppController {
var $name = 'Support';
}
?>