Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error on filenames.php


miki79

Recommended Posts

Posted

I installed oscommerce, i haven't problem with admin area, but with shop, when i go to index i receive this error.

 

Warning: main(includes/modules/FILENAME_NEW_PRODUCTS): failed to open stream: No such file or directory in C:\Inetpub\vhosts\kruglife.com\subdomains\shop\httpdocs\index.php on line 289

 

Warning: main(): Failed opening 'includes/modules/FILENAME_NEW_PRODUCTS' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\kruglife.com\subdomains\shop\httpdocs\index.php on line 289

 

i don't understand why

Posted

Make sure these files exist:

 

includes/application_top.php

includes/filenames.php

 

and that filenames.php has the following entry somewhere:

 

define('FILENAME_NEW_PRODUCTS', 'new_products.php');

Contributions

 

Discount Coupon Codes

Donations

Posted
Make sure these files exist:

 

includes/application_top.php

includes/filenames.php

 

and that filenames.php has the following entry somewhere:

 

define('FILENAME_NEW_PRODUCTS', 'new_products.php');

 

 

yes, i controlled.

 

There are both files and there is the row

define('FILENAME_NEW_PRODUCTS', 'new_products.php'); in filenames.php

Posted

Hmm, dunno.

 

Post line 289 of C:\Inetpub\vhosts\kruglife.com\subdomains\shop\httpdocs\index.php. It has to be specific to this entry, because a problem with filenames.php would throw an error earlier.

Contributions

 

Discount Coupon Codes

Donations

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...