Posted by sinasalek on June 12, 2012 at 2:22pm
2 followers
Jump to:
| Project: | Transliteration |
| Version: | 7.x-3.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
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
#1
One more thing, i used filefield_path with transliteration for support ticket and comment entities
#2
Can 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.