VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: scisteffan on March 01, 2013, 11:52:38 AM

Title: E_STRICT error on PHP 5.4
Post by: scisteffan on March 01, 2013, 11:52:38 AM
Hi,

I am getting an E_STRICT error when loading any table object in vm:

Strict standards: Accessing static property TableCar_makes::$_cache as non static in /Library/WebServer/Documents/joomla2/administrator/components/com_virtuemart/helpers/vmtable.php on line 59

This is because vmtable.php, lines 59 and 60, should be:

self::$_cache = null;
self::$_query_cache = null;
Title: Re: E_STRICT error on PHP 5.4
Post by: reivaj01 on May 09, 2013, 22:01:32 PM
Thanks