upload a file , memcache module crash
haojiang - May 29, 2009 - 04:50
| Project: | Memcache API and Integration |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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

#1
Where 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.
#2
I 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.
#3
hello
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
#4
I usually exclude cache_form from memcache.
#5
as 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
#6
I was having the same issue ... excluding cache_form didn't fix it ... but adding a separate bin for cache_form did fix it.
#7
sorry , 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