I want to modify my Listings and the page give me this error:
Error 500
Undefined offset: 2
Please, i need your help. Thank you for your attention.
Best regards.
<?php if (isset($newsIndex) && $newsIndex) : ?>
<div class="clear"></div>
<div class="last-news-index">
<p class="title"><?php echo tt('News', 'news');?></p>
<?php foreach($newsIndex as $news) : ?>
<div class="last-news-item">
<div class="last-news-date">
<p class="ns-label">
<?php echo $news->dateCreatedLong;?>
</p>
</div>
<div class="last-news-title">
<?php echo CHtml::link(truncateText($news->getStrByLang('title'), 8), $news->getUrl());?>
</div>
</div>
<?php endforeach;?>
</div>
<div class="clear"></div>
<?php endif;?>
Users browsing this forum: No registered users and 2 guests