upload big file::error will show up
haojiang - July 21, 2009 - 15:21
| Project: | Cache Router |
| Version: | 6.x-1.0-beta8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.
my setting.php
$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'eacc',
'server' => array(),
'shared' => TRUE,
'prefix' => '',
'path' => 'sites/default/files/filecache',
'static' => FALSE,
'fast_cache' => FALSE,
),
);
note that , i try memcache too , the same error will show up
and what't more , project/memcache will show up the same error as this module!!!!
there must be something connection

#1
An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.
where was this message show?
#2
node/add/story
while i clicked the upload button
yes , reloading the page will be fine but just temporary.
one out ot ten times upload will come out this error ,
and if there are more than three files uploaded on the same time , this error will always show up.
i think a detail config to ignore the upload-related-form will fix this problem , but i don't know how.
you could relapse this error by enable this module and then upload two big files (>200MB) and then upload a small file (<30MB) , after the small file is finished uploaded, this error will coming up.
#3
I believe this was due to the way we were handling temporary cache storage. Temporary items were only being stored for 3 minutes. This will be fixed in the next release.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.