Hello to all. I have the following problem. Last weekend I upgraded a website from drupal 6 to drupal 7. Everything seems to work nice, except one thing.

When we create new nodes only the title is visible at the node page. Even body is not shown. I checked the database and the content is saved at every field. As soon as I clear caches the content of the node becomes visible.

It seems that it doesn't execute any clear caching after node add save. I checked the cache_clear_all function which doesn't get any value at $cid and $bin. I don't know if this is the reason.

Also, I checked the $node data before and after I clear the caches. The only difference is that before clear caches the language = el (which is my only enabled and default language), but after clear cache it becomes 'und'.

This is the first time I see this problem. Does anyone have any clue where the problem might reside?

Comments

walkero’s picture

I just found that the Shareholic module makes this problem. You can see here the issue that an other user added. https://www.drupal.org/node/2317313