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