ddigitally Posted May 31, 2007 Posted May 31, 2007 Hello, Can anyone assit me on this problem? I am attempting to integrate just sections of OScommerce on the main page of this website -Code- <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include('http://www.nakedcosmetix.com/oscommerce/catalog/includes/boxes/categories.php'); } ?> </td> Now the problem is when I goto http://www.nakedcosmetix.com/beta/index.php I get this error: Warning: main(http://www.nakedcosmetix.com/oscommerce/catalog/includes/boxes/categories.php): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/content/n/a/k/nakedcosmetix/html/beta/index.php on line 222 Warning: main(http://www.nakedcosmetix.com/oscommerce/catalog/includes/boxes/categories.php): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/content/n/a/k/nakedcosmetix/html/beta/index.php on line 222 Warning: main(): Failed opening 'http://www.nakedcosmetix.com/oscommerce/catalog/includes/boxes/categories.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/n/a/k/nakedcosmetix/html/beta/index.php on line 222 Any assistance would be appreciated, thank you in advance.
ddigitally Posted May 31, 2007 Author Posted May 31, 2007 If anyone has any advice on this, I would really appreciate the help...or if this is submitted in the wrong area please advise me of the correct. Thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.