error message on wamp (oneweb template) - Joomla! Forum - community, help and support
hi!
i have installed oneweb template.
on remote server ok, on wamp server have error message:
it's related piece of code:
i see, not fatal, how can correct it?

i have installed oneweb template.
on remote server ok, on wamp server have error message:
notice: undefined property: jpagination::$pagestotal in c:\wamp\www\sapa\templates\oneweb\html\com_content\featured\default.php on line 45
it's related piece of code:
code: select all
<?php if ($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->pagestotal > 1)) : ?>
<nav class="pagination">
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
<?php //echo $this->pagination->getpagescounter(); ?>
<?php endif; ?>
<?php echo $this->pagination->getpageslinks(); ?>
</nav>
<?php // endif; ?>
i see, not fatal, how can correct it?
Comments
Post a Comment