After installing with 1 attached filename from #853994-18: File names aren't transliterated, so server configuration needs to support UTF8 filenames.
I click to message "Transliteration has been installed. Fix existing file names." admin/config/media/file-system/transliteration
Notice: Undefined property: stdClass::$uri in transliteration_retroactive() (line 35 of /var/local/mods/transliteration/transliteration-HEAD/transliteration.admin.inc).
Notice: Undefined property: stdClass::$uri in transliteration_retroactive() (line 36 of /var/local/mods/transliteration/transliteration-HEAD/transliteration.admin.inc).
This cause by previous commit #813508: db index errors when installing
filename and fid columns are lost
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 855982-select.patch | 658 bytes | smk-ka |
| translitiration-d7.patch | 673 bytes | andypost |
Comments
Comment #1
andypostSuppose everything works, so maybe it's time to roll-up alpha version?
Comment #2
smk-ka commentedWe need to fetch the whole row from {file_manged} as we call hook_file_update() during the process. I think I misinterpreted that line of code when I tried to fix this earlier today :p
Thanks & committed. Alpha is underway.