hey

i have both Media and Transliteration modules enabled.

upon visiting admin/config/media/file-system/transliteration
and transliterating files, php returns this error multiple times (twice per file):

Warning: preg_match() [function.preg-match]: Empty regular expression in media_is_type() (line 225 of /media/media.types.inc).

is there a integration between Media and Transliteration at all?

Comments

lpalgarvio’s picture

occurs with files both in File/FileField and Media

and also happens when uploading new files, with File for example

http://drupal.org/project/transliteration

JacobSingh’s picture

Project: D7 Media » Transliteration
Version: 7.x-1.0-beta3 » 7.x-3.x-dev

Isn't this a bug with transliteration then if it happens with core filefields?

bensnyder’s picture

Priority: Normal » Critical

Bumping this to critical as it is a big release blocker for media.module, IMHO. We need well-formed filenames :)

bensnyder’s picture

ParisLiakos’s picture

Issue tags: -transliteration, -files, -filesystem, -media

removing useless tags:)

amateescu’s picture

Status: Active » Closed (cannot reproduce)
Issue tags: -D7 stable release blocker

Tried this with D7.8, Media 7.x-2.x-dev and Transliteration 7.x-3.x-dev and everything works as expected.