Questions tagged [memcached]
The memcached tag has no summary.
45 questions
0 votes
1 answer
222 views
Session not working after memcached activation
I am setting up a Magento store. The server is running Ubuntu 18.04.5 and Magento 2.4. After the memcached (service and php extension) installation I updated Magento's session configuration. Now when ...
1 vote
0 answers
43 views
Magento 2 Cart empty using Memcache
I am using Magento2.2.2 with memcache. Facing some issue with memcache with-out memcache adding cart is working fine and cart page showing added items. If enable memcache and configured env.php ...
1 vote
1 answer
242 views
Magento2 : Admin is not working, Showing error doesn't redirect properly
I tried to setup memcached to my Magento 2 website. After setup setting in env.php magento admin not working(not able to see admin login page) or some time infinite loading I remove setting for ...
2 votes
0 answers
977 views
Magento EE: session_start(): Unable to clear session lock record
Magento Enterprise Edition 1.14.0.1 PHP 7.2.15 PECL memcached extension 3.1.3 We encountered this problem upgrading Magento EE from PHP 5.6 to PHP 7.2. We do not see the problem using the memcached ...
2 votes
1 answer
1k views
Magento 2: memcached error "SessionHandler::read(): Unable to clear session lock record in"
I enable Memcahed cache and change app/etc/env.php to array ( 'save' => 'memcached', 'save_path' => '127.0.0.1:11211') And now i get this error SessionHandler::read(): Unable to ...
0 votes
1 answer
758 views
Lesti FPC is caching the minicart on header
I managed to get Lesti FPC working with memcached, but I quickly ran into a problem. When I add an item to my cart from any page and go back to the homepage, it shows that my cart is empty. I ...
0 votes
1 answer
296 views
My Server memory and Inputs/outputs overloaded suddenly
My Server memory and Inputs/outputs overloaded suddenly my website link is https://buddsbuddy.com to resolve this I have to log in to the server and kill PHP processes. tell me some solution for ...
1 vote
1 answer
3k views
Magento 2.2.2 Unable to clear session lock record in /var/www/magento/vendor/magento/framework/Session/SaveHandler/Native.php on line 22
Environment: Magento 2.2.2 Memcached:1.4.35 Overnight I find myself unable to access the admin area of my Magento installation. No changes were made to the environment. No changes to env.php. Output ...
2 votes
1 answer
191 views
Two level cache and lifetime issue (for specialist!!!)
I've an issue with the two level cache, here the situation: - fast cache : memcache - slow : database but with store_data false (i only keep tags) When i try to save in cache custom data with ...
1 vote
0 answers
245 views
Sometimes no index on category pages
I use magento 1.9.3.7 with memcached, apc, Lesti FPC and CreareSEO and other but I think only this plugin can do it. Site work without any changes and editing but sometimes yandex robot find NOINDEX ...
0 votes
1 answer
466 views
flush memcached via backend or script [duplicate]
We are using Memcached to cache. Here is part of our local.xml: <cache> <backend><![CDATA[memcached]]></backend> <memcached> <servers> ...
0 votes
1 answer
2k views
Class 'Memcached' not found when trying to configure sessions in Memcached
I'm getting the below error when I run the following PHP: $mem = new Memcached(); $mem->addServer("127.0.0.1", 11211); $result = $mem->get("blah"); if ($result) { echo $result; } else { ...
0 votes
1 answer
581 views
Memcached causing Web Setup Wizard Error
I have a Magento 2 store that I just configured memcached on. Everything seemed to be working well and using the guide on the magento site I was able to verify it was working via telnet. However, ...
0 votes
2 answers
73 views
Magento 2 urls opening as images
I am having this weird issue. Whenever i try to open a product or add them into cart. The link gets opened but as an image. That is if product link is abc.com/product/123.html This page only has a ...
0 votes
1 answer
323 views
Invalid Form Key, Please Refresh Page at Checkout Magento 1.9.1
i havent changed any cookies settings that some people have mentioned to try. I did install memcache, im not sure if that is related. local.xml <config> <global> <install&...