Magento – Security problem: catalog/product_list Error message in system.log

blocksmagento-1.9whitelist

This morning I got the error 2016-02-12T12:51:12+00:00 DEBUG (7): Security problem: catalog/product_list has not been whitelisted. in the system.log file.

I don't want to whitelist it before knowing what it is!

But i can't find any file or block called product_list. How would one go about finding any file, block or CMS page containing "product_list"?

Best Answer

Magento backend interface. Simply navigate to

System -> Permissions -> Blocks

and Add new block type catalog/product_list and set Allowed to Yes

Related Topic