[BUG] Joomla! content plugins and VirtueMart categories

Started by thelordofweb, October 02, 2012, 11:26:05 AM

Previous topic - Next topic

thelordofweb

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]

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!