News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

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

Started by hall0ween138, December 18, 2010, 23:58:32 PM

Previous topic - Next topic

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:

fputs($fp, 'User-Agent'. $this->NAME .'-'. $this->VERSION . ' class ( http://www.vermonster.com  )'."\r\n" );
Visit my website at www.lowmips.com
View my newsletters Here (sign up for newsletters on the front page of my website)