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

Found BUG!!

Started by mahirgul, November 03, 2009, 11:09:30 AM

Previous topic - Next topic

mahirgul

I found bug this file
xxx/administrator/components/com_virtuemart/classes/ps_product.php line 2323

$tpl->set( 'price_table', $html);

Fix
$tpl->set( 'price_table', @$html);

Dave Withnall

That does not fix the bug. It just stops the error message being displayed.

http://php.net/manual/en/language.operators.errorcontrol.php