VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Dmozi on September 20, 2021, 04:40:11 AM

Title: Shopping cart error page
Post by: Dmozi on September 20, 2021, 04:40:11 AM
Hi
this is my first topic and im sure there are great people here who can help,
when i click on shopping cart to view the cart i get error page, you can check the website at www.dmozi.com.au, also see the attached image


where can i change the shopping cart settings page, to make sure it displays the right page.

im running Joomla 3.9.27
Virtuemart is 3.8.9

Regards and Thanks in advance
Title: Re: Shopping cart error page
Post by: GJC Web Design on September 20, 2021, 10:15:54 AM
you need to find where this error is occurring .. probably in an out dated template or checkout plugin file

disable the joomla debug system plugin, switch Joomla debug in the admin to yes and you should receive the full trace so u can fix the code..

the normal fix is to properly declare the var as an array

$your_var = array();

not just $your_var[];