Guest Posted November 16, 2007 Posted November 16, 2007 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 Quote
Jack_mcs Posted November 16, 2007 Posted November 16, 2007 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 Quote 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
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.