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