chpcrvr Posted April 11, 2013 Posted April 11, 2013 I was reading through the osCommerce Online Merchant 2.3.1 book by ShowMe and wanted to remove the New Products Box from the page body (p 209) so I went into the index.php file in the Catalog folder with my editor and commented out the <?php include (DIR_WS_MODULES . FILENAME_NEW_PRODUCTS) ; ?> line and got the following error... Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/content/33/10598933/html/STWstore/index.php on line 13 Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/33/10598933/html/STWstore/index.php on line 13 so I went back and uncommented the line but still get the same error. HELP...any idea why I'm getting this error? It appears it is looking for the application_top.php file in the includes folder and it is there. I don't see why a path naming issue would be caused by what I did. any ideas? thanks, Jeff
chpcrvr Posted April 11, 2013 Author Posted April 11, 2013 I'm back up.... After much consternation I am back up and running. You can ignore my previous note.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.