Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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

Posted

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

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