0
votes

I have memcached installed on a new Mac using Pecl. When I type Telnet localhost 11211 I get something back. Further, Memcached appears in my php info page as well.

However, when I view my symfony project I get an error saying that "You must have memcache installed and enabled to use sfMemcacheCache class." What am I doing wrong?

1

1 Answers

1
votes

There are two different extensions for using memcache in php: memcache and memcached. Most likely you installed the wrong extension. Just install the other one as well and all should be fine.