prettythings Posted April 15, 2004 Posted April 15, 2004 I tried installing this contrib for credit cards and end up with these issues. Please help, I don't know what to do. Warning: main(includes/modules/FILENAME_UPCOMING_PRODUCTS): failed to open stream: No such file or directory in /www/m/mysite/htdocs/osCommerce/catalog/index.php on line 316 Warning: main(): Failed opening 'includes/modules/FILENAME_UPCOMING_PRODUCTS' for inclusion (include_path='.:/usr/local/lib/php') in /www/m/mysite/htdocs/osCommerce/catalog/index.php on line 316 and Warning: main(includes/modules/FILENAME_NEW_PRODUCTS): failed to open stream: No such file or directory in /www/m/mysite/htdocs/osCommerce/catalog/index.php on line 313 Warning: main(): Failed opening 'includes/modules/FILENAME_NEW_PRODUCTS' for inclusion (include_path='.:/usr/local/lib/php') in /www/m/mysite/htdocs/osCommerce/catalog/index.php on line 313 Quote
safoo Posted April 15, 2004 Posted April 15, 2004 I think you forgot to make the changes to your english.php file in the languages folder. Double check that you did it. You can tell by the fact that the file name is showing up as "FILENAME_UPCOMING_PRODUCTS" instead of "**.php". Quote
Guest Posted April 15, 2004 Posted April 15, 2004 These files should be defined in catalog/includes/filenames.php: define('FILENAME_UPCOMING_PRODUCTS', 'upcoming_products.php'); define('FILENAME_NEW_PRODUCTS', 'new_products.php'); Matti 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.