|
You are seeing this error because controller ClassifiedsController 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/classifieds_controller.php
<?php
class ClassifiedsController extends AppController {
var $name = 'Classifieds';
}
?>
| Use of this website signifies your agreement to our Terms and Conditions © Copyright 2012 AFCOMMIDLANTIC.com. All rights reserved. |