lparks Posted August 6, 2005 Posted August 6, 2005 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?
boxtel Posted August 6, 2005 Posted August 6, 2005 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? <{POST_SNAPBACK}> you have to define that in includes/filenames.php define('FILENAME_FEATURED','.......'); Treasurer MFC
lparks Posted August 6, 2005 Author Posted August 6, 2005 you have to define that in includes/filenames.php define('FILENAME_FEATURED','.......'); <{POST_SNAPBACK}> 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');
boxtel Posted August 6, 2005 Posted August 6, 2005 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'); <{POST_SNAPBACK}> suggest you add it to your catalog/includes/filenames.php Treasurer MFC
lparks Posted August 6, 2005 Author Posted August 6, 2005 suggest you add it to your catalog/includes/filenames.php <{POST_SNAPBACK}> When I did that it worked. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.