Missing Controller
Error:
Business.utah.govController could not be found.
Error:
Create the class Business.utah.govController below in file: public_html/controllers/business.utah.gov_controller.php
<?php
class Business.utah.govController extends AppController {
var $name = 'Business.utah.gov';
}
?>
Notice:
If you want to customize this error message, create public_html/views/errors/missing_controller.ctp
|