Mehmet Aga Posted January 13, 2019 Share Posted January 13, 2019 Hi, Today i came across to an annoying bug or whatever, i configured Memcached on my server, and i wanted to cache my website using memcached, because of our big Product base 90K+, however the options are greyed out, i already added the server in the field using PHPmyadmin, but still i cant find the enable button or memcached option, See attachment below Link to comment Share on other sites More sharing options...
stevell Posted May 10, 2019 Share Posted May 10, 2019 Did you resolve this issue? I have the same problem Link to comment Share on other sites More sharing options...
niccosan Posted November 29, 2019 Share Posted November 29, 2019 (edited) I have the same issue someone have a idea? Prestashop 1.7.5 thanks Edited November 29, 2019 by niccosan (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted November 29, 2019 Share Posted November 29, 2019 memcache is not supported by latest php-versions (up 7.0). You should use and configure ngnix or PHP-FPM or both in combination. https://www.php.net/manual/en/book.memcache.php Link to comment Share on other sites More sharing options...
niccosan Posted November 29, 2019 Share Posted November 29, 2019 Thanks for your answer I have installed memcached I thought it was compatible with php 7 then the cache with Memcached via PHP :: Memcache (you need to install the Memcache PECL extension) Memcached via PHP :: Memcached (you need to install the Memcached Extension PECL) APC (you need to install the APC PECL extension) Xcache (you need to install the Xcache extension) can't you use it? with PHP 7? Link to comment Share on other sites More sharing options...
selectshop.at Posted November 29, 2019 Share Posted November 29, 2019 APC not, memcached not, xCache not. All these are old caching system. From php 7.0. on there is a better caching system (php-fm). It is installed automatically. You must configure it to work properly on your server. Ask server admin for that. With this high quantity of products (90K+) better to run nginx. Link to comment Share on other sites More sharing options...
LucasV Posted April 6, 2020 Share Posted April 6, 2020 @selectshop.at, I also have this problem. I do see at my provider fpm is installed on the server. Where do I configure it and how? Thanks! Link to comment Share on other sites More sharing options...
selectshop.at Posted April 6, 2020 Share Posted April 6, 2020 php FPM is a server configuration. It depends, if you have full root access or not. Full root access: follow the instructions of your operating system and php-version in use. No root access: contact your provider. Link to comment Share on other sites More sharing options...
LucasV Posted April 6, 2020 Share Posted April 6, 2020 Thanks for your reply! So if it is installed you don't need to set anything up in the Prestashop settings? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now