I have pressflow 6.22.
When the editors try to create new node, they lose what they have inserted in CCK custom fields. I have checked node_load and the result is missing those values as well.
I checked the tables and the result is as below:
mysql> select * from content_field_headline_image where nid=380320\G
*************************** 1. row ***************************
vid: 380322
nid: 380320
field_headline_image_imceimage_path: http://mywebsite.com/sites/default/files/im/Maven.jpg
field_headline_image_imceimage_width: 0
field_headline_image_imceimage_height: 0
field_headline_image_imceimage_alt: Maven
delta: 0
but this image doesn't appear in node_load result as well as in the preview of the node itself.
##EDIT##
I fixed it when I flush_all for memcache !!
Any idea of how to disable memcache for logged-in users only??
note:cache mode is disabled (cache mode in admin>>performance)
Thanks for your help