I have some problems with products showing on the homepage and flat catalog.
With the flat catalog option off:
In the CMS I have created a static block with the contents:
{{block type="catalog/product_list" category_id="18" template="catalog/product/list.phtml"}}
In my templates I have defined a call to this static block. Because I want the products on a specific spot I use this way and it works perfectly.
When I switch on flat catalog to yes, re-index and clear caches:
The homepage no longer shows the products in the category but shows "There are no products matching the selection.". I have been doing some simple debugging and it looks like the list.phtml page gets an empty productcollection.
Any tips on how to solve this ?