I'm seeing this PHP error when trying to instantiate a Memcache object:<br><br><b>Fatal error</b>: Class 'Memcache' not found in <b>/home/sali/public_html/doubledare/lib2.php</b> on line <b>2491<br><br></b><br>
The PHP memcached client is installed correctly as far as I can tell as php -i | grep memcache returns the following:<br><br>[root@esgut3 doubledare]# php -i | grep memcache<br>memcache<br>memcache support => enabled<br>
memcache.allow_failover => 1 => 1<br>memcache.chunk_size => 8192 => 8192<br>memcache.default_port => 11211 => 11211<br>memcache.max_failover_attempts => 20 => 20<br>Registered save handlers => files user sqlite memcache
<br><br><br>Any ideas what I'm doing wrong?