tags:

views:

51

answers:

2

I am running a store on Magento. For some reason the "Recently Viewed", "Related Items" and "Featured Items" blocks have all disappeared from my site. They where definitely there yesterday so I'm not sure what's happened to them.

Featured Products is an extension I use and show on the home page using:

{{block type="featuredproducts/listing" template="inchoo/block_featured_products_main.phtml"}}

Does anyone have any idea what the problem could be?

A: 

Probably some Blocks that don't render. Check your /var/log/errors.log for clues (1) and remove the module if is giving you problems(2).

This one here is trying to load the Featuredproducts_Block_Listing class. Check if is there and if is not misspelled.

Elzo Valugi
A: 

Reindexing my products fixed this.

system > index management

a1anm