Installed plugin, went to activate it and got this:
Fatal error: Class 'Memcache' not found in /home/XXXX/webdev/azohvads/wp-content/plugins/wp-memcached-manager/wp-memcached-manager.php on line 111
Installed plugin, went to activate it and got this:
Fatal error: Class 'Memcache' not found in /home/XXXX/webdev/azohvads/wp-content/plugins/wp-memcached-manager/wp-memcached-manager.php on line 111
Turns out I had installed the wrong memcached extenstion module for PHP on my local Ubuntu 10.04 server. I mistakenly installed PHP5-MEMCACHED instead of PHP5-MEMCACHE (note the missing "D"). Version number is 3.0.4-2build1.
It works now!
This topic has been closed to new replies.