By Coop1979 on
I have a strange problem that I wasn't able to find a solution for after some googling and discussion in the standard support forum (see http://drupal.org/node/275313 ). If I create a piece of content (doesn't matter what content type), and then later go in and edit it, the new edited version of the content is not available for Anonymous users to view. It is still the old, un-edited version of the content.
All Authenticated users can view the edited content just fine.
I need to get this working ASAP, so just let me know how much you want me to pay you in order to fix it.
Comments
Published?
Is the publish checkbox checked?
Yes, it is. I've also been
Yes, it is. I've also been through turning on/off the cache and rebuilding permissions.
cache issue
Try if you have a node caching table like node_cache (?), try truncating (DELETE from node_cache) it.
cache issue
duplicate--please delete?
Nevermind, I figured it out
Nevermind, I figured it out this afternoon. I had to truncate the cache_node table. Now everything's fine.
ahh, too late :(
Too late, I see ... sorry, I didn't see your post until now!