We are using FileField and Imagefield inside our blog posts to add images. Frequently when we try uploading images we get the following message: "An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again" Is this possibly a time stamp issue with Boost?

Comments

mikeytown2’s picture

Status: Active » Closed (works as designed)

Boost doesn't touch the cache_form table. Boost only caches full pages.
#500646: An unrecoverable error occurred. Form missing from server cache

superflyman’s picture

Thanks... At least now I know that there is no issue here and can look at and possibly clear out the cache_form table