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

abx’s picture

Issue tags: +memcache

Got 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,
);

catch’s picture

Status: Active » Closed (duplicate)
niteman’s picture

Status: Closed (duplicate) » Active

How can a Issue be a duplicate of itself?

dreadfulcode’s picture

Is your node/add/* page cached? It can only be cached via the "db" engine-- and not memcached or apc...

niteman’s picture

node/add/* is not explicetly cached (nor any permission dependant url)

catch’s picture

Status: Active » Closed (duplicate)