Zen Cart Logo
Forums / General Questions / Problem with USPS update, now there's no install button

Problem with USPS update, now there's no install button

Views: 650

Results 1 to 5 of 5
14 Jan 2015, 6:06 PM
#1
mespe avatar

mespe

Zen Follower

Join Date:
Sep 2014
Location:
ohio
Posts:
216
Plugin Contributions:
0

Problem with USPS update, now there's no install button

Ok so I'm following the directions to install the latest USPS update.
I remove the module as per instructions, now I no longer have an install button for the USPS shipping module.
And now there is no usps shipping module in modules | shipping

14 Jan 2015, 6:15 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with USPS update, now there's no install button

This sounds like you have left a backup copy in the directory:
/includes/modules/shipping

and that is a auto-loading directory ... so this will produce errors if you have additional renamed copies of usps.php as they will conflict ...

Check to ensure that you do not ...

Another cause could also be if you have the language file in the code directory or visa versa ...

Another cause could be a bad upload of the new files ...

Meanwhile, ensure that you have the current copy of USPS being installed:
http://www.zen-cart.com/showthread.php?215103-USPS-RateV4-Intl-RateV2-October-30-2014-K6-for-November-2-2014

This is also a good time to subscribe to the News & Announcements forum to keep updated on changes that may or will affect you:
http://www.zen-cart.com/forumdisplay.php?2-Zen-Cart-Release-Announcements

14 Jan 2015, 6:16 PM
#3
mespe avatar

mespe

Zen Follower

Join Date:
Sep 2014
Location:
ohio
Posts:
216
Plugin Contributions:
0

Re: Problem with USPS update, now there's no install button

i renamed usps.php to oldusps.php is that not sufficient?

14 Jan 2015, 6:18 PM
#4
mespe avatar

mespe

Zen Follower

Join Date:
Sep 2014
Location:
ohio
Posts:
216
Plugin Contributions:
0

Re: Problem with USPS update, now there's no install button

fixed, after I changed oldusps.php to oldusps.txt in both folders thanks

14 Jan 2015, 6:21 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with USPS update, now there's no install button

mespe:

i renamed usps.php to oldusps.php is that not sufficient?

That name would attempt to auto-load ...

What would not try to auto-load could be:
usps.php_OLD

as it does not end in .php so the auto-loading feature would ignore it rather than try to load it as your file oldusps.php did which would collide and cause issues ...