![]() |
Memcached connect problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Memcached connect problem (/showthread.php?tid=1593) |
Memcached connect problem - mrdan32 - 03-24-2015 Hi there, I've used CI 2.x to connect Memcached server. Now I want to convert the old source to CI 3.x but I got trouble with memcached conenct. When I use basic PHP function to create Memcached object and connect, It's running normally. And then I use CI 3.x memcached driver to connect it return FALSE. I've tried this: $this->load->driver('cache', array('adapter' => 'memcached')); it return 500 HTTP code. Somebody give me the suggestion? |