bobbykeziah Posted December 25, 2003 Share Posted December 25, 2003 I Get this Error On my page. Warning: main(includes/boxes/categories.php): failed to open stream: No such file or directory in /home/housepla/public_html/plantstore/includes/column_left.php on line 16 Warning: main(includes/boxes/categories.php): failed to open stream: No such file or directory in /home/housepla/public_html/plantstore/includes/column_left.php on line 16 Warning: main(): Failed opening 'includes/boxes/categories.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/housepla/public_html/plantstore/includes/column_left.php on line 16 Can Anyone Please Help Me To Fix This And Understand What Caused it.... See The Error at http://houseplants4less.com/plantstore/ Link to comment Share on other sites More sharing options...
Guest Posted December 25, 2003 Share Posted December 25, 2003 is this a generic install? did you add anything lately? what does line 16 say? make any changes? did you delete categories.php from the server accidentally? Link to comment Share on other sites More sharing options...
bobbykeziah Posted December 25, 2003 Author Share Posted December 25, 2003 it Was Installed By my web Host and I Have Changed the Photos And the Names but Nothing Like deleting A File Link to comment Share on other sites More sharing options...
Guest Posted December 25, 2003 Share Posted December 25, 2003 take a look via file manager, see if the file is there, includes/boxes/categories.php Link to comment Share on other sites More sharing options...
bobbykeziah Posted December 25, 2003 Author Share Posted December 25, 2003 This is The Copy Of My file Its talking About. <?php /* $Id: column_left.php,v 1.13 2002/06/16 22:08:05 harley_vb Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ if ( (USE_CACHE == 'false') && !SID) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ( (USE_CACHE == 'false') && !SID) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); ?> Link to comment Share on other sites More sharing options...
bobbykeziah Posted December 25, 2003 Author Share Posted December 25, 2003 There is No File by that name Where you Just said In includes/boxes/categories.php Link to comment Share on other sites More sharing options...
Guest Posted December 25, 2003 Share Posted December 25, 2003 ok upload categories.php to that folder and then retry. Link to comment Share on other sites More sharing options...
bobbykeziah Posted December 25, 2003 Author Share Posted December 25, 2003 ok but were can i get it from Link to comment Share on other sites More sharing options...
Guest Posted December 25, 2003 Share Posted December 25, 2003 you have it working now, i want a plant for solving right away, lol! Link to comment Share on other sites More sharing options...
bobbykeziah Posted December 25, 2003 Author Share Posted December 25, 2003 That worked Like A Champ. What Could Have Happened To The File. I did Not delet it. Thank A Lot I realy appreciate it Link to comment Share on other sites More sharing options...
Guest Posted December 25, 2003 Share Posted December 25, 2003 somehow, someone, somewhere, deleted the file. the only ones with access are the host and you .. . unless you have admin open i see you are not using SSL for your accounts, ordering, etc, any reason why not? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.