Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help Have an Error


bobbykeziah

Recommended Posts

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...