![]() |
Cache not work with IOS - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Cache not work with IOS (/showthread.php?tid=70242) |
Cache not work with IOS - HTLove - 03-12-2018 Hi I use IOS 10.13.3 and MAMP server. I problem with cache, it not store file. It bug in file CodeIgniter\Config\BaseConfig line 140. PHP Code: $value = getenv( $property ); In App\Confg\Cache , attr $path is bug It return path of IOS : /usr/bin:/bin:/usr/sbin:/sbin I print_r $config in file: CodeIgniter\Cache\Handlers\FileHander.php PHP Code: public function __construct($config) PHP Code: Config\Cache Object Path of cache is changed. How to fix it ? Thanks |