11-26-2016, 06:07 AM
I have a controller with a simple function which works based on if($this->input->is_cli_request())... , If I remove this IF, script runs well and make update. If I use this IF, all I get is "No input file specified.". Any solution ?