dw08gm:
Hi Rod
- please correct me if I am wrong but in v2.2.2 your
admin\includes\modules\product\collect_info.php
does not incorporate the changes of 139h,
No correction needed...V2.2.2 was coded long before the 1.3.9h changes.
dw08gm:
- in includes\modules\shipping\ozpost.php, the following switch to localhost (around Line 81) still seems to require a live curl connection just to install the mod.
// $this->SERVER = 'ozpost.net';
$this->SERVER = 'localhost/zencart/' ; // local testing
That 'switch' is what I use for development. It won't do you (or anyone else) any good whatsoever, and yes, the module does require a 'live curl connection' to install. This is/was intentional because it helps with diagnosis of problems... simply put, when it was possible to install without the cURL check people were forever reporting that that could only get the flat/static rates, and it used to take several messages to determine they were lacking this very basic requirement for cURL - Even though it is clearly mentioned in several places.
By adding this check as/when the module is installed has saved me many, many hours of asking "is your cURL working" before I can progress onto other possible problems that would cause the eaxct same symptoms.
dw08gm:
Having got the error message,
Err, exactly waht is THE error message? the ozpost module could produce dozens of them, each detailing a different problem.
I'm guessing you are referring to the one that says it couldn't connect to the server asnd asks if cURL is installed?
dw08gm:
I pressed the back button and the mod allowed me to install, and it works but only with the default rates as well as the flat, weight and the other option - which is what I expected.
Good :)
dw08gm:
However, when I am come to go live, am I good to go by just reversing the switch, or will I also need to uninstall/reinstall the mod.
As I said above, that 'switch' is really only useful for me, but to answer the question I think I need to ask what you mean by 'go live'. For some people this is just a mattter of taking the store out of maintainance mode, but for others they are talking about copying the files, etc from their local host over to a live server.
If the former, then yes, setting the server back where it was should be all you need to do, but if you are talking about migrating the files to a live server you will need to keep in mind that you'll also need to migrate the database too, otherwise you will need to uninstall/reinstall the mod as it is this action that updates the database records.
Cheers
Rod