I was experiencing problems with the read more link sitting on top of my body content field in the teaser, probably because there were other fields enabled in the teaser besides the content itself. In the read_more.module I changed the following line:
$node->content['read_more'] = read_more_link($node, $display, $anchor) + array('#weight' => 1);
to
$node->content['read_more'] = read_more_link($node, $display, $anchor) + array('#weight' => 100);
and everything seems to work fine again.
Can you reflect these changes in the next update if this change makes any sense? ;-)
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.