VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: patbe60 on August 02, 2019, 15:48:59 PM

Title: Error with module latest products after installing VM 3.5.0
Post by: patbe60 on August 02, 2019, 15:48:59 PM
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
Title: Re: Error with module latest products after installing VM 3.5.0
Post by: StefanSTS on August 02, 2019, 18:40:39 PM
Hi Patrik,

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

Thanks
Stefan
Title: Re: Error with module latest products after installing VM 3.5.0
Post by: patbe60 on August 02, 2019, 19:51:21 PM
The problem started with 3.4.5.10059
Title: Re: Error with module latest products after installing VM 3.5.0
Post by: PRO on August 03, 2019, 15:55:13 PM
category filter set to on?
Title: Re: Error with module latest products after installing VM 3.5.0
Post by: patbe60 on August 03, 2019, 16:50:05 PM
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.
Title: Re: Error with module latest products after installing VM 3.5.0
Post by: patbe60 on August 30, 2019, 12:08:49 PM
This problem is still not solved with VM 3.6.0 10113

The correct name of the module: mod_virtuemart_product

Any idea?
Title: Re: Error with module latest products after installing VM 3.5.0
Post by: patbe60 on August 30, 2019, 14:25:32 PM
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.