I have three products assigned to a category below the default category. Manage Categories shows the Category is active and the Category Products tab shows the three products correctly. The category is shown as ID:4
In CMS > Pages > Home Page > Content I have:
{{block type="catalog/product_list" column_count="4" category_id="4" template="catalog/product/list.phtml"}}
After clearing cache and reindexing (many times now) the home page gives me this error:
Fatal error: Call to a member function getSize() on a non-object in /home8/mauipine/public_html/magento/app/design/frontend/default/pineapple/template/catalog/product/list/toolbar_top.phtml on line 34
I have tried many solutions found here and on the Magento site but have been unable to resolve the error. If I use non-existent category_id, e.g. 3 I do not get an error but simply get "There are no products matching the selection."