VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: Astridsm on December 29, 2011, 16:12:57 PM

Title: After upgrading to V2.0 Fatal Error getListFooter()
Post by: Astridsm on December 29, 2011, 16:12:57 PM
After upgrading. When you browse in the store from the category menu to products, charging the product page get the following error:

Fatal error: Call to a member function getListFooter() on a non-object in /Applications/XAMPP/xamppfiles/htdocs/web_tienda/templates/shoplab/html/com_virtuemart/category/default.php on line 157


I tried to disable plugins VM in case one causing the problem. I reinstalled the AIO but I could not fix it.
Hopefully someone can help me. Thanks and regards.
Title: Re: After upgrading to V2.0 Fatal Error getListFooter()
Post by: PRO on December 29, 2011, 17:58:05 PM
the pagination variable changed, grab it from the original view, and put it in your template override

Title: Re: After upgrading to V2.0 Fatal Error getListFooter()
Post by: NawtyAtNight on January 11, 2012, 17:51:09 PM
How do I do this?
Title: Re: After upgrading to V2.0 Fatal Error getListFooter()
Post by: PRO on January 11, 2012, 18:03:24 PM
look in the /view/ file, and copy the code.

THEN, change your template override to reflect the new code
Title: Re: After upgrading to V2.0 Fatal Error getListFooter()
Post by: NawtyAtNight on January 11, 2012, 18:07:51 PM
Thank you for your quick response, I am now looking at the wiki template override to get familiar with the new template due virtuemart uses.    Thank you again for your help.