Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

this is the error i get

Warning: main(../../../public_html/superstore/includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/davie/public_html/superstore/product_info.php on line 13

 

Warning: main(../../../public_html/superstore/includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/davie/public_html/superstore/product_info.php on line 13

 

Fatal error: main() [function.require]: Failed opening required '../../../public_html/superstore/includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/davie/public_html/superstore/product_info.php on line 13

 

on line 13 of product_info.php the application is there

 

this is from the application_top.php

 

(line 13) require('../../../public_html/superstore/includes/application_top.php');

 

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO);

 

// BOF: Additional Images

if (empty($_GET['pID'])) { $_GET['pID'] = $_GET['products_id']; }

 

 

so its there is there something i have done wrong its when you click a product it gives this error please help

 

the website is http://www.davidgalore.com/superstore if you click on a product you get the error

Posted

The first thing the product_info file does is load the includes/application_top.php file. It is saying it can't find that, which causes all of those other errors. Since product_info.php is changed by Header Tags, it is likely you changed something that shouldn't have been changed. You should replace that file with the original to make sure that is the problem and, if it is, compare the files to find the problem.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

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...