Amarilla Posted April 23, 2009 Posted April 23, 2009 When I follow these steps I get the following error message: For Step 8: Warning: main(includes/functions/pages.php): failed to open stream: No such file or directory in /home/content/a/m/a/amarilla13/html/osCommerce/catalog/admin/includes/application_top.php on line 73 Fatal error: main(): Failed opening required 'includes/functions/pages.php' (include_path='.:/usr/local/lib/php') in /home/content/a/m/a/amarilla13/html/osCommerce/catalog/admin/includes/application_top.php on line 73 For Step 9: Warning: main(includes/boxes/pages.php): failed to open stream: No such file or directory in /home/content/a/m/a/amarilla13/html/osCommerce/catalog/admin/includes/column_left.php on line 22 Fatal error: main(): Failed opening required 'includes/boxes/pages.php' (include_path='.:/usr/local/lib/php') in /home/content/a/m/a/amarilla13/html/osCommerce/catalog/admin/includes/column_left.php on line 22 Any help would be REALLY appreciated. Everything else installed fine. Below are the exact install instructions. ------------- STEP8 ------------- Open catalog/admin/includes/application_top.php Find near line:71 require(DIR_WS_FUNCTIONS . 'html_output.php'); After it, insert: // BOF edit pages require(DIR_WS_FUNCTIONS . 'pages.php'); // EOF edit pages ------------- STEP9 ------------- Open catalog/admin/includes/column_left.php Find at the end of the of the document: ?> Above it, insert: // BOF edit pages require(DIR_WS_BOXES . 'pages.php'); // EOF edit pages Quote
Guest Posted April 25, 2009 Posted April 25, 2009 The problem has nothing to do with step 8 or 9. The problem is that you haven't uploaded the following 2 files to your server: includes/functions/pages.php includes/boxes/pages.php If you upload them then the error will go away as it will be able to find the above files. Quote
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.