Error: "No such file or directory"
Hello,
I'm getting the following error when adding to cart.
I've:
- run cleanup.php
Where should these files reside?
include "shipping/mod_UPS.php";
include "shipping/mod_DHL.php";
include "shipping/mod_FEDEX.php";
include "shipping/mod_USPS.php";
Thanks,
Eric
Warning: func_myshipper(shipping/mod_UPS.php) [function.func-myshipper]: failed to create stream: No such file or directory in /home/gmcnutri/public_html/xcart/config.php on line 585
Warning: func_myshipper() [function.func-myshipper]: Failed opening 'shipping/mod_UPS.php' for inclusion (include_path='') in /home/gmcnutri/public_html/xcart/config.php on line 585
Warning: func_myshipper(shipping/mod_DHL.php) [function.func-myshipper]: failed to create stream: No such file or directory in /home/gmcnutri/public_html/xcart/config.php on line 586
Warning: func_myshipper() [function.func-myshipper]: Failed opening 'shipping/mod_DHL.php' for inclusion (include_path='') in /home/gmcnutri/public_html/xcart/config.php on line 586
Warning: func_myshipper(shipping/mod_FEDEX.php) [function.func-myshipper]: failed to create stream: No such file or directory in /home/gmcnutri/public_html/xcart/config.php on line 587
Warning: func_myshipper() [function.func-myshipper]: Failed opening 'shipping/mod_FEDEX.php' for inclusion (include_path='') in /home/gmcnutri/public_html/xcart/config.php on line 587
Warning: func_myshipper(shipping/mod_USPS.php) [function.func-myshipper]: failed to create stream: No such file or directory in /home/gmcnutri/public_html/xcart/config.php on line 588
Warning: func_myshipper() [function.func-myshipper]: Failed opening 'shipping/mod_USPS.php' for inclusion (include_path='') in /home/gmcnutri/public_html/xcart/config.php on line 588
Warning: Cannot modify header information - headers already sent by (output started at /home/gmcnutri/public_html/xcart/config.php:585) in /home/gmcnutri/public_html/xcart/customer/cart.php on line 247
|