I've memcached installed and running. And it works when accessed from the command line:<br><br>$ 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 clear="all"><br>But fails when accessed over the internet/through apache:
<br><b><br>Fatal error</b>: Class 'memcache' not found in <b>/home/sali/public_html/tp/test.php</b> on line <b>29</b><br><br>What am I doing wrong?<br><br>-- <br>Suleman Ali<br><a href="http://www.techbeef.com">www.techbeef.com
</a>