Closed (duplicate)
Project:
Memcache API and Integration
Version:
6.x-1.7
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2010 at 21:58 UTC
Updated:
19 Apr 2011 at 09:51 UTC
First of all I'm sorry about my english.
We are experiencing several upload issues (some time errors during uploads, sometimes files seems to upload correctly but when you send file vanishes) with 1.6 & 1.7. Memcache admin module activated but without selecting statistic output.
We have downgraded to 1.5 with this patch aplied to dmemcache.inc : http://drupal.org/node/615566#comment-2795452
PECL memcached 1.0.2 stable
We have test evironment available.
Thanks for this great module.
Comments
Comment #1
abx commentedGot similar problem.
1. When upload image... if I wait for a while, then, for some reason, the session is gone for new image upload but the one that already uploaded, it's there when saved.
2. When create new content.... When, click save button, it leads to any other content that is already there in the database. The new content is gone.
From what I notice, the problem start when the memcache is used up the allocated memory. I can't really work much on that server since it's a live site. So, have to downgrade to 1.5. Seem like 1.5 is the best for now.
Also, an additional setting I do have in settings.php is
$conf['memcache_options'] = array(
Memcached::OPT_COMPRESSION => FALSE,
Memcached::OPT_DISTRIBUTION => Memcached::DISTRIBUTION_CONSISTENT,
Memcached::OPT_BINARY_PROTOCOL => TRUE,
);
Comment #2
catchDuplicate of #946684: Upload issues.
Comment #3
niteman commentedHow can a Issue be a duplicate of itself?
Comment #4
dreadfulcode commentedIs your node/add/* page cached? It can only be cached via the "db" engine-- and not memcached or apc...
Comment #5
niteman commentednode/add/* is not explicetly cached (nor any permission dependant url)
Comment #6
catchSorry, duplicate of #319697: file uploads file when memcache statistics are written to page footer - easy fix, see you over there!