Once in a while I get the following notice:
Notice: Undefined index: title in /opt/ocentric/magento/app/code/core/Mage/Reports/Model/Mysql4/Report/Collection.php on line 126
The ugly thing is that it's making the system.log file huge. Once it occurs the notice logging enters in a infinite loop. I can't figure out what triggers it.
Looking through the getIntervals() method it seems that this issue is related to date range filtering in the reports but I can't figure out how $t
remains unset.
Any thoughts?
Thanks!