Hi All,
Whenever I make changes to a base zen cart file (when the template process isn't supported by that particular file), I'm in the habit of first renaming the original one to be filename_orig just so that I have something to go back to if I messed up my changes.
Somewhere along the line, I must have done this with the shipping module. I must have renamed /includes/languages/english/modules/shipping/usps.php to usps_orig.php. Then I deleted usps_orig, I guess.
So now when I go into the shipping module screen from admin, I get these errors:
Warning: include(/includes/languages/english/modules/shipping/usps_orig.php) [function.include]: failed to open stream: No such file or directory in admin/modules.php on line 173
Warning: include() [function.include]: Failed opening '/includes/languages/english/modules/shipping/usps_orig.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in admin/modules.php on line 173
Fatal error: Cannot redeclare class usps in /includes/modules/shipping/usps_orig.php on line 806
I tried to fix it by copying usps.php to usps_orig.php but then I still get the last error cannot redeclare class usps.
Anyway to salvage this? How can I get Zen Cart not to look for usps_orig? With these errors showing, Zen Cart won't let me change any settings in the shipping method.
Thanks,
Susie



