Quote Originally Posted by Mike_Dean View Post
Hi Rod,

I'm 99.9999999% sure it was the right file as I simply FTP'd it off the server,. edited it and dumped it back... But I'll double check anyway..


Thanks,
Mike
Hi Rod,

I can now say with 100% confidence, I am editing the right file

/public_html/includes/modules/shipping/ozpost.php

And the edited version now shows (at line 338)

// Server query string //

$HOST= str_replace(" ", "+", $HOST) ;

$qu = $this->_getAPdata($SERVER, "/postage.php?fromcode=" . MODULE_SHIPPING_OZPOST_SPCODE ."&destcode=$dcode&weight=$parcelweight&height=$parcelheight&width=$parcelwidth& length=$parcellength&value=$ordervalue&flags=$flags &host=$HOST&version=$VERSION") ;


If this all looks in order, as you suggest it is, then I will set to and update to the current version, as it seems I am the odd one out for whom the fix wont work..


Thanks for all your efforts thus far..

Mike