Warning: Missing argument 2 for vmGet()
Sometimes in your Virtuemart backend, while adding your shipping rates, you get a PHP error,
Warning: Missing argument 2 for vmGet(), called in .../administrator/components/com_virtuemart/classes/ps_shipping.php on line 138 and defined in .../administrator/components/com_virtuemart/classes/request.class.php on line 26
Go to: administrator/components/com_virtuemart/classes/ps_shipping.php change the WRONG line 113 and 138 ($fields = array( 'shipping_carrier_name' => vmGet($d["shipping_carrier_name"]),) with this line: $fields = array( 'shipping_carrier_name' => vmGet($d, 'shipping_carrier_name'), And the Shipping list will be OK...





joomlaservices
joomlaservices
394295112
joomlaservices
+91-9853790816
joomlaservices

Comments
thanks for the post.