VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: thelordofweb on October 02, 2012, 11:26:05 AM

Title: [BUG] Joomla! content plugins and VirtueMart categories
Post by: thelordofweb on October 02, 2012, 11:26:05 AM
There is something wrong when VirtueMart sends parameters to Joomla! content plugins when a category is loading.

When I load a category page, the object type that has been sent to the plugin is TableCategories. It is different with the object that is sent when I open a product detail page ( it is stdClass ).
In the object TableCategories missing parameter "link". So, I can't catch the link of the page.
I think what the object should be the same as the object used in product details page.

I use:

Joomla! 2.5.7
VirtueMart 2.0.10
PHP 5.3.8


[attachment cleanup by admin]
Title: Re: [BUG] Joomla! content plugins and VirtueMart categories
Post by: bytelord on October 02, 2012, 14:36:35 PM
Hello,

Is you installation working but you see that messages?

May be is an E_STRICT issue, in PHP 5.3.x warning messages and notifications are turned on by default, so you could go to your Joomla Global Configuration->Server->Server Settings->Error Reporting

You could try to change that messages to "simple" or "none".

Regards