Finally i got it..
The file: at templatesja_community_plushtmlcom_contentcategoryblog_item.php is incomplete!
I add this code:
<p class="readmore">
<a href="<?php echo $this->item->readmore_link; ?>" title="<?php echo $this->escape($this->item->title); ?>">
<?php if ($this->item->readmore_register) : ?>
<span><?php echo JText::_('Register to read more...'); ?></span>
<?php else : ?>
<span><?php echo JText::_('Read more...'); ?></span>
<?php endif; ?>
</a>
</p>
at line: 93
and it is sloved..
hope this topic help some others…
BTW: no reply at all from the support? thanks guys… :((