Closed (cannot reproduce)
Project:
Memcache API and Integration
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 04:50 UTC
Updated:
9 May 2011 at 12:58 UTC
did you realize a problem that if user upload a file, then the module will make drupal down
error will like
"
unrecover form , ……, cache_form fail
"
so i uninstalled memcache , problem fixed , and then i turn on drupal-build-in cache , without such error,
so , i have to think this error is caused by project/memcache
Comments
Comment #1
buddaWhere do you get the error message appearing?
I've experienced a problem with file uploads, and know the cause. But it doesn't match with your error message.
Comment #2
robertdouglass commentedI was tempted to mark this a duplicate of #495800: Memcache admin UI breaks file uploads but budda's comment makes me hesitate. Postponing for more info instead.
Comment #3
haojiang commentedhello
if you just upload pictures which size is under 10MB , then this module goes all right
module fail when you try to upload several videos (>20MB) at the same time , and you should ask several friends or workmates to do this test with you at the same time , and you will get at least three kinds of "unrecover form.....cache_form...." messages
my envirument is in windows , i don't know if it is something connection.
anyway , if a website don't have a function which user could upload large size file , this module works well
Comment #4
jvandyk commentedI usually exclude cache_form from memcache.
Comment #5
haojiang commentedas cache_form show error , so i firstly tried to exclude it too ,
but the point is that "exclude cache_form" doesn't work in my case , how about in yours
if "exclude cache_form" fixed the problem , please reply here and let me know your setting.php , thx very much
Comment #6
abhigupta commentedI was having the same issue ... excluding cache_form didn't fix it ... but adding a separate bin for cache_form did fix it.
Comment #7
haojiang commentedsorry , i don't quite follow you , what does this line mean ?
actually , i would like to know that in what way you fixed this problem
Comment #8
frankcarey commentedhaojiang (or someone else having this issue) See the installation instruction that came with the module for info about setting up bins. You might also try and install the dev version which has a new directory system that avoids the use of bins. See #493448: Memcache and cache_clear_all wildcard
Comment #9
catchNo feedback closing.