Skip to main content

Questions tagged [memcached]

0 votes
1 answer
222 views

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 ...
Gabriel Dias's user avatar
1 vote
0 answers
43 views

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 ...
Pawankumar's user avatar
1 vote
1 answer
242 views

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 ...
Neeraj Gupta's user avatar
2 votes
0 answers
977 views

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 ...
Edward Barnard's user avatar
2 votes
1 answer
1k views

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 ...
gh darvishani's user avatar
0 votes
1 answer
758 views

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 ...
Shahriar Shojib's user avatar
0 votes
1 answer
296 views

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 ...
Aayush's user avatar
  • 15
1 vote
1 answer
3k views

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 ...
vitoriodachef's user avatar
2 votes
1 answer
191 views

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 ...
user64154's user avatar
1 vote
0 answers
245 views

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 ...
Boulatov's user avatar
0 votes
1 answer
466 views

We are using Memcached to cache. Here is part of our local.xml: <cache> <backend><![CDATA[memcached]]></backend> <memcached> <servers> ...
Pragman's user avatar
  • 407
0 votes
1 answer
2k views

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 { ...
Alexander's user avatar
  • 161
0 votes
1 answer
581 views

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, ...
Sabiancym's user avatar
  • 163
0 votes
2 answers
73 views

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 ...
Hammad Khalid's user avatar
0 votes
1 answer
323 views

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&...
Jackel2017's user avatar

15 30 50 per page