Appear many times when importing mails via support modules, does this mean something is wrong? or it's just an unhandled warning?
Warning: Illegal offset type in isset or empty in _transliteration_replace() (line 187 of /sites/all/modules/transliteration/transliteration.inc).
Comments
Comment #1
sinasalek commentedOne more thing, i used filefield_path with transliteration for support ticket and comment entities
Comment #2
amateescu commentedCan you check the $langcode parameter that is being sent to
_transliteration_replace()? I think that filefield_path might be sending an array or object instead of a string.Comment #3
amateescu commentedPlease reopen if you can provide more feedback.