Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...