Guest Posted November 16, 2007 Posted November 16, 2007 (edited) 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 Edited November 16, 2007 by davidgalore 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.