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

doq’s picture

An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.

where was this message show?

haojiang’s picture

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.

slantview’s picture

Status: Active » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.