Closed (won't fix)
Project:
Memcache API and Integration
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2011 at 14:00 UTC
Updated:
3 Apr 2011 at 06:40 UTC
When trying to add or remove a file from filefield I get the following error message:
An unrecoverable error occurred. This form was missing from the server cache. Try reloading the page and submitting again.
Disabling memcache and reloading the form allows me to remove and add files.
Has anyone seen this before? Using:
Drupal 6.20
CCK 2.9
Filefield 3.9
Memcache - 1.8
Comments
Comment #1
heine commentedcache_form should go to the db. It's not an actual cache, entries should NOT be subjected to eviction based on size or space constraints.
Comment #2
mikebell_ commentedThanks for the quick reply.
I've looked over the documentation and added the following to settings.php:
The error still occurs when excluding the cache_form from memcache.
Comment #3
mikebell_ commentedI was using the wrong documentation to setup the $conf array. RTFM.
Comment #4
timl commentedand when you RTFM you will see the following, hope this helps someone. Just make sure you change '10.0.0.1' to whatever the ip is or loopback 127.0.0.1