Quote Originally Posted by mikestaps View Post
I am getting an odd error message on the Admin shipping module screen:
Code:
ERROR: module not loaded due to missing language file: xxx/store/includes/languages/english/modules/shipping/uspsXmlTest.php
USPS is showing during checkout, so I'm not sure if this is an issue or not...
Nothing to do with the USPS module; you've apparently got a module named /includes/modules/shipping/uspsXmlTest.php on the site. Just rename that module to have a .php.test file-extension so it won't attempt to load.