![]() |
Memcache error: Call to a member function get() on a non-objec - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Memcache error: Call to a member function get() on a non-objec (/showthread.php?tid=57035) |
Memcache error: Call to a member function get() on a non-objec - El Forum - 02-08-2013 [eluser]matt2012[/eluser] Fatal error: Call to a member function get() on a non-object in ../libraries/Cache/drivers/Cache_memcached.php on line 50 Any ideas. Memcached installed and working. config present. Memcache error: Call to a member function get() on a non-objec - El Forum - 02-14-2013 [eluser]indapublic[/eluser] https://github.com/EllisLab/CodeIgniter/commit/9e8dc0e1b2175fc79b112d469626c76cc13610e3#system/libraries/Cache/drivers/Cache_memcached.php Memcache error: Call to a member function get() on a non-objec - El Forum - 02-14-2013 [eluser]matt2012[/eluser] Cheers this confusion between memcache and memcached was the issue. |