Written by - Yash Agrawal

PHP memcached Fatal error Class Memcache not found


Solution 1

There are two extensions of memcached in PHP "memcache" and "memcached".

They problem can be that you have installed memcached and is now trying to access memcache.

Solution 2

If you want to install memcache use

sudo apt-get install php5-memcache
Note: - Check for the latest version.