agcadmin Posted January 26, 2006 Posted January 26, 2006 I have installed the Featured Products contribution. I'm having one problem. When you click on the Featured Products link in the middle of the page you get a HTTP 404 - File not found. It seems to be looking for my url/FILENAME_FEATURED_PRODUCTS. Is anyone else having this problem with this contribution? Many Thanks!
Wendy James Posted January 26, 2006 Posted January 26, 2006 Sounds like a step to define the page is missing or was skipped. You need to add define ('FILENAME_FEATURED_PRODUCTS','featured.php'); to your /includes/filenames.php I may be wrong about the page name featured.php. You will need to double check the contribution to see what the page is that goes into your catalog folder. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
agcadmin Posted January 27, 2006 Author Posted January 27, 2006 Sounds like a step to define the page is missing or was skipped. You need to add define ('FILENAME_FEATURED_PRODUCTS','featured.php'); to your /includes/filenames.php I may be wrong about the page name featured.php. You will need to double check the contribution to see what the page is that goes into your catalog folder. Sorry about the double post. ?You were correct. I just needed to add define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); to /includes/filenames.php which was not in the contribution instructions. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.