News:

Support the VirtueMart project and become a member

Main Menu

[ SOLVED ] Property TableProducts::$_cache as non static in

Started by Marga123, November 09, 2012, 14:08:43 PM

Previous topic - Next topic

Marga123

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

bytelord

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
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!

Marga123