In any position, the menu or in the products, if you try to view manufactures the following error appears
Fatal error: Call to a member function getPagesLinks() on a non-object in /home/buenocos/public_html/v2/templates/lifestyleoutpost/html/com_virtuemart/category/default.php on line 286
Here is what's around line 286 in the default.php file (line 286 is bolded):
<div class="clear"></div>
<?php } ?>
<div class="vm-pagination"><?php echo $this->vmPagination->getPagesLinks (); ?>
<span style="float:right"><?php echo $this->vmPagination->getPagesCounter (); ?></span>
</div>
<?php
} elseif ($this->search !== NULL) {
echo JText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : (' . $this->keyword . ')' : '');
}
?>
----
the system VM is upgraded
Joomla - version 2.5.11
URL: www.buenocosmeticos.com.br
Thanks for any help you can provide.
You probably need to update yout template overrides to work with the latest VM versions. As that is a commercial template you will need to ask on joomlaxtc.com - http://forum.virtuemart.net/index.php?topic=108212.0
You should update Joomla - see http://forum.virtuemart.net/index.php?topic=118683.0