I got an error in my Magento 1.5.1 installation, that I don’t know how to track down.
It says: “undefined index: url in /app/code/core/Mage/Core/Model/Email/Template/Filter.php on line 283”
I checked all email templates, but everything seems ok. Even with all email templates removed, the error still comes up.
Any hints on that?
Thanks in advance
Which means there is the
urlkey missing in$paramsand$construction[2]when callingMage_Core_Model_Email_Template_Filter::mediaDirective().My guess would be that you got some CMS block, email template, translation .csv file, etc. using a
mediaDirectivewhich fails to assign itsurlvalue correctly.Scan your files for
occurrences to see, which one fails to assign its
url.A proper one looks similiar to this: