Closed (fixed)
Project:
Cache Router
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2009 at 15:21 UTC
Updated:
17 Sep 2009 at 12:30 UTC
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
Comments
Comment #1
doq commentedAn unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.
where was this message show?
Comment #2
haojiang commentednode/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.
Comment #3
slantview commentedI 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.