Hello
I am running drupal 6.13 and use browscap and mobile tool modules to detect mobile browse for my site but there's was something wrong with two modules when i try to upload a file use CCK

I've got this message as the errors

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

I took a look around drupal.org and see a similar problem at this topic http://drupal.org/node/500646

Is there anyone here has been faced this problem ?

Comments

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

If you disable browscap/mobile tools does the problem go away?

dungiis’s picture

@greggles Yes, It still has that problem
"An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again."

Do you have any idea?

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

If the problem persists when browscap is disabled then it's not a browscap problem. Closing the issue to reflect that since there are other issues in other queues that are relevant.

sliph’s picture

Version: 6.x-1.x-dev » 6.x-1.1
Priority: Critical » Normal
Status: Closed (fixed) » Active

Having a similar problem - I'm using imagefield/filefield with CCK for some nodes.
When I have mobile tools enabled, I get the error

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

whenever I try to upload an image.
Commenting out the line

cache_clear_all(NULL, 'cache_page', TRUE);

in function mobile_tools_themes_boot (mobile_tools.module:557) fixes this problem for me
(IE the AHAH callback "filefield_js" in filefield.module no longer has problems getting the form cache and no longer throws the error).

I'm too ADD to figure out what commenting out this cache_clear_all will do to mobile tools, so if this is a bad solution, please let me know :)

Cheers

greggles’s picture

Category: bug » support
Status: Active » Fixed

@sliph - you should ask that question in the mobile tools module, not here. It has little to do with browscap.

Status: Fixed » Closed (fixed)

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