Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help Error On catalog Page


lparks

Recommended Posts

Posted

I tried installing the Featured products contribution and I'm not getting any help from that forum. Can anyone help me on this. Here is the error message I am getting on my catalog page.

 

Warning: main(includes/modules/FILENAME_FEATURED): failed to open stream: No such file or directory in c:\hosting\webhost4life\member\unlimited\catalog\index.php on line 312

Warning: main(): Failed opening 'includes/modules/FILENAME_FEATURED' for inclusion (include_path='.;c:\php4\pear') in c:\hosting\webhost4life\member\unlimited\catalog\index.php on line 312

 

I know this means that a include file is missing somewhere I think. Can someone help me or point me in the right direction?

Posted
I tried installing the Featured products contribution and I'm not getting any help from that forum. Can anyone help me on this. Here is the error message I am getting on my catalog page.

 

Warning: main(includes/modules/FILENAME_FEATURED): failed to open stream: No such file or directory in c:\hosting\webhost4life\member\unlimited\catalog\index.php on line 312

Warning: main(): Failed opening 'includes/modules/FILENAME_FEATURED' for inclusion (include_path='.;c:\php4\pear') in c:\hosting\webhost4life\member\unlimited\catalog\index.php on line 312

 

I know this means that a include file is missing somewhere I think. Can someone help me or point me in the right direction?

 

you have to define that in includes/filenames.php

 

define('FILENAME_FEATURED','.......');

Treasurer MFC

Posted
you have to define that in includes/filenames.php

 

define('FILENAME_FEATURED','.......');

 

Thanks. This is what I have in the filenames.php file for the admin directory. Its already there. Could it be someplace else?

 

  define('FILENAME_FEATURED', 'featured.php');
 define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php');

Posted
Thanks. This is what I have in the filenames.php file for the admin directory. Its already there. Could it be someplace else?

 

 ?define('FILENAME_FEATURED', 'featured.php');
?define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php');

 

suggest you add it to your catalog/includes/filenames.php

Treasurer MFC

Archived

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

×
×
  • Create New...