Solution to bug on Shipper list from
http://forum.vmitalia.net/:
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...Massimo
Hello.
I have changed the 2 lines ( 113 and 138 ) but now when i am trying to upload ps_shipping.php on /administrator/components/com_virtuemart/classes/ps_shipping.php
its says that i am not alowed to overright this file.
I tried with Control Panel from my hosting to change error from ps_shipping.php but when i hit SAVE , it says that i am not ALOWED to make any changes .
Permissions on ps_shipping.php also i can not change them .
How can i fix this problem ?
How should i make to remove or overright the file ps_shipping.php , because i have that 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
Best Regards.