VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: SoTrue on December 02, 2015, 14:22:04 PM

Title: mod_vm2_products.php - Causing Memory issues
Post by: SoTrue on December 02, 2015, 14:22:04 PM
Hi All,

Does anyone know anything about the above module? It was included with my template and is fantastic when it works, however when i enable it across all categories/products it causes the memory on my site to be exceeded (it is currently set at 512M), however if i chose individual categories, it displays fine so obviously it is related to the number of products i have (which is around 1400). I cannot seem to find this module listed anywhere to speak to the developer, so was hoping someone could point me in the right direction? I have attached the module which was included in my template (i hope that is ok).

From the name of the file i'm guessing it was originally created for VM2, however it does work for VM3.0.11.4 with Joomla 3.4.5 but just not when i use it with all of my products? Thank you in advance.

Best Regards
Donna
Title: Re: mod_vm2_products.php - Causing Memory issues
Post by: GJC Web Design on December 02, 2015, 15:42:55 PM
not surprised

it is based on the standard vm_products module except with some queries added like

return everything from all products that are published! with no limits   :)

what does it do that the standard module doesn't?