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]
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