Guest Posted May 15, 2007 Posted May 15, 2007 Hello, It seems that with the USPS change the current code does not work. Once you go from the usps_shipping.php file to the USPS site you get this error on the site:https://sss-web.usps.com/cns/labelInformation.do Internal Error : We've experienced an unexpected condition.Error Tracking Number : 1179237699662 Any ideas? I am using USPS SHipping labels version 2.0.3 and everything worked fine until the new changes! Quote
asmeyers Posted May 15, 2007 Posted May 15, 2007 Hello,It seems that with the USPS change the current code does not work. Once you go from the usps_shipping.php file to the USPS site you get this error on the site:https://sss-web.usps.com/cns/labelInformation.do Any ideas? I am using USPS SHipping labels version 2.0.3 and everything worked fine until the new changes! On usps_ship.php change this hidden field (around line 645): <input type="hidden" name="labelId" value=""> To this: <input type="hidden" name="labelId" value="<?php echo $packageID; ?>"> This seemed to get me back up and running. Quote
schreyack Posted May 15, 2007 Posted May 15, 2007 On usps_ship.php change this hidden field (around line 645): <input type="hidden" name="labelId" value=""> To this: <input type="hidden" name="labelId" value="<?php echo $packageID; ?>"> This seemed to get me back up and running. fixed it for me... thanks so much! Tim Quote
craigan Posted May 16, 2007 Posted May 16, 2007 Worked for me too. Just one trick, is that when you click to log out (of USPS), you get a screen that says this: "You are now signed out. You will be redirected to the previous USPS application in 5 seconds." If you don't wait the 5 seconds (or click the redirect link) before you close out the window, then you'll still get the error (mentioned above by 2dogrc) for your next label. Thanks for the fix! Craig Quote
Guest Posted May 16, 2007 Posted May 16, 2007 On usps_ship.php change this hidden field (around line 645): <input type="hidden" name="labelId" value=""> To this: <input type="hidden" name="labelId" value="<?php echo $packageID; ?>"> This seemed to get me back up and running. Thank you Quote
nitrorc Posted May 24, 2007 Posted May 24, 2007 Hello All, I was wondering if anyone else is having a problem with the labels going from oscommerce to USPS and their site is all broken. At the bottom I get "Errors on page" (at USPS). All of the shipping information floods correctly but it doesn't let me continue from there. Any help would be appreciated. Thanks Thad Quote When you have eliminated the impossible, whatever remains, however improbable, must be the truth. -Sherlock Holmes
craigan Posted May 24, 2007 Posted May 24, 2007 I ran some labels this morning and it worked fine... Quote
nitrorc Posted May 24, 2007 Posted May 24, 2007 I ran some labels this morning and it worked fine... What version are you using? I am using 2.03 with the new server fix in it from asmeyers. Quote When you have eliminated the impossible, whatever remains, however improbable, must be the truth. -Sherlock Holmes
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.