soteris Posted February 21, 2005 Share Posted February 21, 2005 I follow the instructions of the Contribution featured_products and I got this: Warning: main(includes/modules/FILENAME__FEATURED): failed to open stream: No such file or directory in /var/www/html/catalog/index.php on line 313 Warning: main(): Failed opening 'includes/modules/FILENAME__FEATURED' for inclusion (include_path='.:/php/includes:/usr/share/php') in /var/www/html/catalog/index.php on line 313 Please HELP. Link to comment Share on other sites More sharing options...
Guest Posted February 21, 2005 Share Posted February 21, 2005 you need to finish the installation, you are missing the define for FILENAME_FEATURED in your includes/filenames.php file define('FILENAME_FEATURED', 'whateverthefilenameis.php'); Link to comment Share on other sites More sharing options...
soteris Posted February 21, 2005 Author Share Posted February 21, 2005 Thank you for your reply I have this: define('FILENAME_FEATURED', 'featured.php'); define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); you need to finish the installation, you are missing the define for FILENAME_FEATURED in your includes/filenames.php filedefine('FILENAME_FEATURED', 'whateverthefilenameis.php'); <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Guest Posted February 21, 2005 Share Posted February 21, 2005 and are the files copied to the proper spot? Link to comment Share on other sites More sharing options...
soteris Posted February 21, 2005 Author Share Posted February 21, 2005 Also it says that To disable this contribution, all you would need to do is set the value of FEATURED_PRODUCTS_DISPLAY in /catalog/includes/configure.php to false. But there is no FEATURED_PRODUCTS_DISPLAY in this file /catalog/includes/configure.php . Help Thank you for your replyI have this: define('FILENAME_FEATURED', 'featured.php'); define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
soteris Posted February 21, 2005 Author Share Posted February 21, 2005 Yes the files are at the correct spot. Also it says that To disable this contribution, all you would need to do is set the value ofFEATURED_PRODUCTS_DISPLAY in /catalog/includes/configure.php to false. But there is no FEATURED_PRODUCTS_DISPLAY in this file /catalog/includes/configure.php . Help <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.