Fedex (fedexdc.php) fputs() expects parameter 3 to be long

(1/1)

hall0ween138:
Warning: fputs() expects parameter 3 to be long, string given in D:\xampp\xampp\htdocs\shaverkeenkutter\administrator\components\com_virtuemart\classes\shipping\fedex\fedexdc.php on line 442

This is line 442 from fedexdc.php


fputs($fp, 'User-Agent', $this->NAME .'-'. $this->VERSION . ' class ( http://www.vermonster.com )'."\r\n" );

Any ideas? If I should provide any further information please reply and I will post it right away. Any info or help is kindly appreciated.

Best Regards,
Russ

lowmips:
Looks like someone put a comma instead of a period to concatenate the strings:

Code:

fputs($fp, 'User-Agent'. $this->NAME .'-'. $this->VERSION . ' class ( http://www.vermonster.com  )'."\r\n" );

Navigation

[0] Message Index