Hi,
Sorry about putting out a lot of support tickets, but the issues with the plugin are seemingly crawling out of the woodwork.
Basically, when trying to get Virtuemart modules to appear on the sidebar on the VM e-Tickets category browse page, I get an error telling me that I've exceeded my max memory allowance, referencing:
"...exhausted (tried to allocate 523800 bytes) in /home/royalmar/public_html/administrator/components/com_virtuemart/classes/ps_database.php on line 72"
The line in question is where virtuemart sets the database SQL query for later execution. Doing a simple Custom HTML module does not trigger said issue.
Now, I've gone into the php.ini on the server and upped initially to 128M memory, the issue still remains with the full error looking like so:
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /home/royalmar/public_html/administrator/components/com_virtuemart/classes/ps_database.php on line 72"
Going in and upping the memory limit to 256M creates a different issue, in which I get a 500 internal server error. This error kicks in at the 132M mark.
Currently, I'm using the Advanced Module Manager for Joomla 1.5 to manage the module assignment to the virtuemart component. This is because I can't link the VM e-tickets category browse page directly from a menu, and thus I'm targeting the component itself (which works when using a simple custom html module). Considering I have a login and cart module on the shop index page and the product page, it would make sense to have the same sidebar on the category browse page, so getting this issue sorted would be great.