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

CommentFileSizeAuthor
#2 855982-select.patch658 bytessmk-ka
translitiration-d7.patch673 bytesandypost

Comments

andypost’s picture

Status: Active » Needs review

Suppose everything works, so maybe it's time to roll-up alpha version?

smk-ka’s picture

Status: Needs review » Fixed
StatusFileSize
new658 bytes

We 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.