All versions of ozpost are compatible with all versions of zencart (from at least 1.3.7, possibly earlier).
Cheers
Rod
Printable View
Thanks Rod, :clap:
Will download the very latest then.
Cheers, and thanks for doing such a great job.
I have just installed this module. I now have a warning message:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/sarahrot/public_html/store/includes/modules/shipping/ozpost.php on line 744
I have enabled regular and express satchel for Australia and air mail and express for international, yet when I test this through purchasing a product none of these are visible, only the previously set free shipping.
Does anyone know what might be the problem?
I've just updated it to the new version and am still having problems.
I think I'd better go Back to start all over in case I've missed something.
:oops:
I uninstalled old version uploaded new version then installed new version.
On the top of the description there is the line
MODULE_SHIPPING_OZPOST_TEXT_DESCRIPTION
does this mean I've left out a file somehow?
Yes... the CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set,and this option is trying to be activated by line #744 of the ozpost.php file.
I assume that you are next going to be asking for a solution to the problem. There are in fact two solutions.
1. Unset your open_basedir or
2. Comment out (or delete) line 744 of the ozpost.php file (This is safe to do at the moment, but it may cause a problem in the future if the server ever needs to have a redirect in place.)
Sorry, I cannot tell you the best way to unset the open_basedir on your server.
Cheers
Rod
thanks Rod - I figured that was the case:frusty:Quote:
It means you've screwed something up.
well I re did it all, and now I am getting a correct looking info panel in admin.
So, I did a quick test and although I now get to the quote screen I'm faced with the following
http://i31.photobucket.com/albums/c3...les/ozpost.jpg
which makes it hard to work out what is being offered.
Have checked and the icons are in the correct folder, where to I look next please?
I've just looked at it again using another browser (Firefox)and all is OK, so I'm thinking it's me using Google Chrome which was the problem :dontgetit
Don't think I'll spend much more time on it at the moment, seeing that it seems to be ok.
Rod
I've just upgraded to v 2.0.6 but on testing its only producing Flat Rate estimates.
In the attached screenshot of the table generated by the debugger I see two columns; one devoted to Item, the other devoted to Parcel info.
The Item column is missing the weight, whereas the parcel column has it so I'm guessing the error that prevents the estimate from displaying is down to this missing weight. Trouble is, I can't find the offending location to update. I've checked the weight on each product page and each is correctly filled in. Where do I add an item weight if its not the product page?