An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.
Can't upload and delete uploaded images. If remove settings in settings.php, it will be worked again.
An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.
Can't upload and delete uploaded images. If remove settings in settings.php, it will be worked again.
Comments
Comment #1
ahb commentedI am having the same issue with Cache Router/APC and Imagefield. Turning off Cache Router makes it go away.
Comment #2
andypostWhich version of imagefield you are using and how to reproduce?
Comment #3
andypostSame trouble but with eaccelerator #557164: eacc.php mode will cause select box not working
So rename and use as form-cache related issue
Comment #4
TPerkins commentedI am having a similar issue. I have a form that uses AHAH, and within the AHAH function the form_get_cache() function is coming back empty. I had cache router set to use APC, and when I disabled it, everything started to work again.
I'm guessing that ANY feature/module utilizing forms AHAH would not have worked.
Comment #5
Exploratus commentedMe too. Any solutions?
Comment #6
omerida commentedUse the db for cache_form, add this to $conf['cacherouter']:
'cache_form' => array(
'engine' => 'db',
//'prefix' => 'YOUR SITE PREFIX',
),
Comment #7
Exploratus commentedif I am using domain access, what goes in the site prefix? Website names: www.whatlauderdale.com, www.whatlasvegas.com, and www.whatmetropolis.com.
Thanks!! I really appreciate it.
Comment #8
omerida commentedthe site prefix should be unique to the domain, maybe $_SERVER['SERVER_NAME'] or $GLOBALS['base_root']
Comment #9
Exploratus commentedan example would be very helpful. sorry, newbie to this..
Comment #10
Exploratus commentedIf somebody can provide an example that would be great! Thank you so much.
Comment #11
Exploratus commentedI still have this problem. Every time more than one user enters the node_edit page, the previous user gets the error -- basically I cannothave more than 1 user at a time editing nodes. Very limiting..
Comment #12
ken hawkins commentedJust wanted to elevate this and suggest @omerida's fix from #6 be put into the install directions, something along the lines of:
FWIW, this fix has been necessary on all our sites using APC and Imagfields.