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

phillamb168’s picture

Is the publish checkbox checked?

Coop1979’s picture

Yes, it is. I've also been through turning on/off the cache and rebuilding permissions.

eugsadhu’s picture

Try if you have a node caching table like node_cache (?), try truncating (DELETE from node_cache) it.

eugsadhu’s picture

duplicate--please delete?

Coop1979’s picture

Nevermind, I figured it out this afternoon. I had to truncate the cache_node table. Now everything's fine.

eugsadhu’s picture

Too late, I see ... sorry, I didn't see your post until now!