Page 1 of 1

Lots of ërror"messages after installing VirtueMart

PostPosted: 16. March 2012 14:54
by gertjans
Hello,

installed VirtueMart 2.0.2 on Joomla 2.5.1 and it got me a lot of " error "messages on de website when clicking the webshop, like this:

Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method convertECB::getSetExchangeRates() should not be called statically in D:\xampp\htdocs\website1\libraries\joomla\cache\controller\callback.php on line 159

Strict Standards: Non-static method VmConnector::handleCommunication() should not be called statically in D:\xampp\htdocs\website1\administrator\components\com_virtuemart\plugins\currency_converter\convertECB.php on line 139

Strict Standards: Non-static method VmConfig::get() should not be called statically in D:\xampp\htdocs\website1\administrator\components\com_virtuemart\helpers\connection.php on line 76

Already edited my PHP.INI file to:

error_reporting = E_ALL
display_errors = Off


But no luck, it looks like a mess. Can you advice me what to do ?

My system values / info

PHP Version 5.3.8 / XAMPP 1.7.7
Joomla 2.5.1
Windows 7 Ultimate Edition Service Pack 1
PHP status concerning error reporting: error_reporting 30719 30719

Re: Lots of ërror"messages after installing VirtueMart

PostPosted: 16. March 2012 16:34
by Altrea
Hi gertjans,

30719 is the correct value.

Please check if
  • you get accidentically a cached version of your page with errors
  • the error_reporting level is resetted in Joomla or VirtueMart or any other Module of it. The easiest way to find that out is to put a phpinfo() exactly on the place where your error messages are displayed.

best wishes,
Altrea