Hi,
We are facing an issue regarding CCK field and Memcache. In our case we make changes in a staging server and the changes are a passed on to a Production server using DB replication.
Our problem is that whenever we make changes in a content having CCK fields and publish it the changes are reflected in the staging server, but the CCK field values does not appear for the same page on Production server.
We have used Memcache module for replacing the use of the cache tables and CCK field values are suppose to get cached. So is it an issue with the Memcache unable to serve the updated CCK field value on production server?
Is there any fix related to this?
Comments
Comment #1
darkodev commentedI know this is really old, but it bit me today.
Disable memcache in settings.php when making any cck changes, then re-enable.
Our symptoms were that we could make a content type and fields, but not a field group, and views wouldn't see any of our new fields.