VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Marga123 on November 09, 2012, 14:08:43 PM

Title: [ SOLVED ] Property TableProducts::$_cache as non static in
Post by: Marga123 on November 09, 2012, 14:08:43 PM
Hi  :)
I keep on getting this error in the administrator area
and on the front end too.

I'm using
Joomla 2.5.8
Virtuemart 2.0.12f

Do you know how to fix this please?

Many Thanks and Best Regards
Charles

QuoteStrict Standards: Accessing static property TableProducts::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58

Strict Standards: Accessing static property TableVendors::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58

Strict Standards: Accessing static property TableCategories::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58

Strict Standards: Accessing static property TableManufacturers::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58

Strict Standards: Accessing static property TableManufacturercategories::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58

Strict Standards: Accessing static property TablePaymentmethods::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58

Strict Standards: Accessing static property TableShipmentmethods::$_cache as non static in C:\EasyPHP-12.1\www\vm\administrator\components\com_virtuemart\helpers\vmtable.php on line 58
Title: Re: Property TableProducts::$_cache as non static in
Post by: bytelord on November 09, 2012, 18:17:58 PM
Hello,

This is 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".

Please test and post back your results.

Regards
Title: Re: Property TableProducts::$_cache as non static in
Post by: Marga123 on November 13, 2012, 12:50:12 PM
Thank you it worked great  :)