Closed BrunoSette closed 9 years ago
Hi @BrunoSette - you get this error because the Memcached php extension is missing from your installation. Run phpinfo() and look for 'Memcached' (you probably won't find it). This plugin was created to work with Memcached and not Memcache.
Sorry for missing this @BrunoSette. Thanks for helping @shmuel-krakower!
@shmuel-krakower is 100% correct. You need to install PECL Memcached. It is really unfortunate that there is a "memcache" and "memcached" PECL extension :/ It leads to a lot of confusion.
i see that message when typing: $m = new Memcached();
Any Help?