i'm getting this error when i try to use memcache using kohana. all i did was changed the hostname in the configuration file and used $cache = Cache::instance('memcache');
.
i can telnet my memcached servers so probably the problem is not there.
any help?
When using a PHP framework like FuelPHP https://fuelphp.com/forums/topics/view/4256#11344
Problem
Solution Double check there is an opening php tag (duh!), or check for other silly, rookie syntax mistakes.