My Joomla version is 1.6.1 with php 5.3.5
i got many errors when i install Virtuemart,i do nothing just intall the com & mod zip file and then got those errors as bellow
Strict Standards: Non-static method VmConfig::loadConfig() should not be called statically in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\admin.virtuemart.php on line 19
Strict Standards: Declaration of VirtuemartControllerVirtuemart::display() should be compatible with that of JController::display() in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\controllers\virtuemart.php on line 27
Strict Standards: Only variables should be assigned by reference in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\controllers\virtuemart.php on line 39
Strict Standards: Only variables should be assigned by reference in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\controllers\virtuemart.php on line 42
Strict Standards: Only variables should be assigned by reference in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\view.html.php on line 40
Strict Standards: Non-static method AdminMenuHelper::startAdminArea() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 22
Close
Strict Standards: Non-static method AdminMenuHelper::showAdminMenu() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\helpers\adminmenu.php on line 49
Strict Standards: Non-static method AdminMenuHelper::_getAdminMenu() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\helpers\adminmenu.php on line 81
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 32
VM_PRODUCT_LIST_LBL
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 33
VM_CATEGORY_LIST_LBL
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 34
VM_ORDER_MOD
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 35
VM_PAYMENT_METHOD_LIST_MNU
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 36
VM_USERS
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 37
VM_CONFIG
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 38
VM_STORE_FORM_MNU
Strict Standards: Non-static method VmImage::displayImageButton() should not be called statically, assuming $this from incompatible context in E:\xampp\htdocs\Joomla\administrator\components\com_virtuemart\views\virtuemart\tmpl\default.php on line 39
VM_HELP_MOD
Interesting, This are not real errors and not bugs.
We just call functions statical and didnt declared them statical.
Please provide your OS, server, php version.
I'm pretty shure the solution for this problem can be found here:
http://forum.joomla.org/viewtopic.php?p=2394167#p2394167 (http://forum.joomla.org/viewtopic.php?p=2394167#p2394167) ;)