News:

Support the VirtueMart project and become a member

Main Menu

Errors after installation

Started by lime21, February 17, 2012, 22:47:50 PM

Previous topic - Next topic

lime21

Hello,
I installed joomla 2.5.1 and after that virtuemart 2.0.0, nothing else.
I installed these local with xampp 1.7.7 on a linux-system.
After installing I get in the backend on virtuemart the following errors:


Strict Standards: Non-static method VmConfig::loadConfig() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/admin.virtuemart.php on line 20

Strict Standards: Non-static method VmConfig::setStartTime() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 169

Strict Standards: Non-static method VmConfig::setdbLanguageTag() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 395

Strict Standards: Non-static method VmConfig::showDebug() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 120

Strict Standards: Non-static method VmConfig::get() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 247

Strict Standards: Non-static method VmConfig::showDebug() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 120

Strict Standards: Non-static method vmJsApi::jQuery() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/admin.virtuemart.php on line 38

Strict Standards: Non-static method VmConfig::get() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 780

Strict Standards: Non-static method VmConfig::get() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 785

Strict Standards: Non-static method vmJsApi::jSite() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/admin.virtuemart.php on line 39

Strict Standards: Non-static method VmConfig::get() should not be called statically in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/helpers/config.php on line 833

Strict Standards: Non-static method AdminUIHelper::startAdminArea() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/mypage/administrator/components/com_virtuemart/views/virtuemart/tmpl/default.php on line 23


What is wrong? I couldn´t find something needful with a search enginge..

Regards

lime

jenkinhill

Turn off PHP error reporting in php.ini. It is commenting on standards....
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

lime21

OK so I don´t have to be worry about these errors :-)

jenkinhill

#3
They are not errors, but notices/advice about standards....

Unlike earlier version of PHP. version 5.3 onwards has error reporting turned on by default, where previously it was off. Most reliable web hosts turn off notice reporting and just leave it set to report real errors.

You can also change the level of error reporting in Joomla 2.5.1's Global configuration / Server / Server settings
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

lime21

OK thank you very much, I understand  :)