Missing Method in CompanyProfilesController
Error: The action www.moonlighting.co.za is not defined in controller CompanyProfilesController
Error: Create CompanyProfilesController::www.moonlighting.co.za() in file: app/controllers/company_profiles_controller.php.
<?php
class CompanyProfilesController extends AppController {
var $name = 'CompanyProfiles';
function www.moonlighting.co.za() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.













