Error with module latest products after installing VM 3.5.0

Started by patbe60, August 02, 2019, 15:48:59 PM

Previous topic - Next topic

patbe60

Hello

After installing VM 3.5.0 I get the following error with the module latest products (mod_virtuemart_product):

The products are changin on each site when browsing trough a category. It's difficult to explain, but you can check it here:

https://www.panmusic.ch/shop/arrangements/calypso-soca

The module latest products is on the bottom of the page. When going to a next site, the products are changin all the time. Only on the first site the correct products are shown.

Every thing worked fine with VM 3.4.5

Regards
Patrik

StefanSTS

Hi Patrik,

thanks for reporting. Do you know exactly which version it was before it changed?
VM 3.4.5 100xx ?

Thanks
Stefan
--
Stefan Schumacher
www.jooglies.com - VirtueMart Invoice Layouts

Please use only stable versions with even numbers for your live shop! Use Alpha versions only if you know what risk you are taking.

patbe60


PRO


patbe60

Quote from: PRO on August 03, 2019, 15:55:13 PM
category filter set to on?

No

But it's not a category filter problem. It's a bug in VM which startet with version 3.4.5 10059.

patbe60

This problem is still not solved with VM 3.6.0 10113

The correct name of the module: mod_virtuemart_product

Any idea?

patbe60

I've found the problem:

administrator/components/com_virtuemart/helpers/vmmodel.php on line 831 change

$limitStart = $this->_limitStart;

to

$limitStart = 0;

Then it works again.