passcat Posted June 9, 2009 Share Posted June 9, 2009 Hi, i have just installed this contribution but i am getting an error on my website saying: Fatal error: require() [function.require]: Failed opening required 'includes/boxes/extra_info_pages.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/includes/column_left.php on line 30 <?php /* $Id: column_left.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { //include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'freegifts.php'); require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'beginners_guide.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); require(DIR_WS_BOXES . 'extra_info_pages.php'); ?> Does anyone know what has caused this error. I am in need for some help. Quote Link to comment Share on other sites More sharing options...
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.