News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

VM 2.0.22a on PHP 5.5.0 and Chrome

Started by Shinigami, August 14, 2013, 02:18:26 AM

Previous topic - Next topic

Shinigami

Hello,

I not sure, if this was already reported, but

1) You should upgrade jquery.fancybox-1.3.4.*js, or, at least, replace "e.browser.msie" by "navigator.userAgent.match(/msie/i)" (taken from newer Fancybox)

2) You should modify "components\com_virtuemart\views\category\view.html.php" by adding new line "$category->event = new stdClass();" before line 187 (before first usage of "$category->event->") to avoid warnings... with older PHP this class got created automatically, but now...)

BR,
Shinigami