DRaver Active member Dec 8, 2014 #1 I installed Memcached (apt-get install memcached) and php5-memcached ( apt-get install php5-memcached). Memcached ist running. I can connect via telnet. PHPINFO say: My XF config.php I´ve got this error message: So what is the problem?
I installed Memcached (apt-get install memcached) and php5-memcached ( apt-get install php5-memcached). Memcached ist running. I can connect via telnet. PHPINFO say: My XF config.php I´ve got this error message: So what is the problem?
Mike XenForo developer Staff member Dec 8, 2014 #2 The class names ZF uses here are a little misleading. What you've loaded into PHP is Libmemcached in ZF terms (http://php.net/manual/en/book.memcached.php); Memcached in ZF terms refers to http://php.net/manual/en/book.memcache.php . Upvote 0 Downvote
The class names ZF uses here are a little misleading. What you've loaded into PHP is Libmemcached in ZF terms (http://php.net/manual/en/book.memcached.php); Memcached in ZF terms refers to http://php.net/manual/en/book.memcache.php .
DRaver Active member Dec 8, 2014 #3 So it´s work if i installed php5-memcache, without (d). memcached demon with memcache php client works but memcached demon with memcached php client did not work with xf. That's strange. Upvote 0 Downvote
So it´s work if i installed php5-memcache, without (d). memcached demon with memcache php client works but memcached demon with memcached php client did not work with xf. That's strange.
Mike XenForo developer Staff member Dec 8, 2014 #4 If you want to use what you have installed, you need to change your cache backend to Libmemcached (and configure it as necessary for that, though it's similar). Upvote 0 Downvote
If you want to use what you have installed, you need to change your cache backend to Libmemcached (and configure it as necessary for that, though it's similar).