I created a CMS page in magento 1.9 which has a product collection So I decided to put a layered navigation in the left column (the design is 2 column with a left one)
XML code for left reference :
<reference name="left">
<block type="catalog/layer_view" name="catalog.leftnav" before="-" template="catalog/layer/view.phtml"/>
</reference>
It worked great but since 2 days I got an error :
I have an Allowed memory size exhausted for the method $this->getFilters()
Thanks for any help