ant_robbo Posted September 30, 2008 Posted September 30, 2008 Hello, I'm having trouble installing UPSXML_v1_3_5 on oscommerce-2.2rc1. on a godaddy hosting plan When I go into the Admin>Modules>Shipping I get the following error Warning: main(includes/classes/xml.php): failed to open stream: No such file or directory in /home/content/t/w/o/twoonetwo/html/catalog/includes/modules/shipping/upsxml.php on line 27 Fatal error: main(): Failed opening required 'includes/classes/xml.php' (include_path='.:/usr/local/lib/php') in /home/content/t/w/o/twoonetwo/html/catalog/includes/modules/shipping/upsxml.php on line 27 I have checked the location of the includes/classes/xml.php and the xml.php file is there. Do I need to talk to the webhost (godaddy) to enable XML feeds or something? Thanks for your help Quote
ant_robbo Posted September 30, 2008 Author Posted September 30, 2008 Sorry, I have found the issue: xml.php needs to go into 'admin/includes/classes/xml.php' aswell. Quote
Jan Zonjee Posted September 30, 2008 Posted September 30, 2008 I have found the issue: xml.php needs to go into 'admin/includes/classes/xml.php' aswell. Indeed. You do not actually need it there because it is not used. However when the shipping class is loaded in the admin it tries to include that file and if it is not there you get an error. So therefore you "need" it. Quote
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.