Missing Method in PropertiesController
You are seeing this error because the action function.file-put-contents is not defined in controller PropertiesController
If you want to customize this error message, create janakpuriproperties/views/errors/missing_action.thtml.
Fatal: Confirm you have created the PropertiesController::function.file-put-contents() in file : janakpuriproperties/controllers/properties_controller.php
<?php
class PropertiesController extends AppController {
function function.file-put-contents() {
}
}
?>
|