• I am deleting this plugin becouse I can not use Cyrillic names with it!

    I would be perfect if it could use a Cyrillic name from a Files title, not a Latin name from its address. Now it is almost useless for me.
    Back to searching a good plugin.

    • This topic was modified 5 years, 10 months ago by alatena.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arun Basil Lal

    (@arunbasillal)

    Hello @alatena

    Thanks for the feedback, I tested this and found this to be true. Here is the reason and solution.

    Turns out, the PHP function basename used here is the cause.
    Here is a related discussion – https://www.drupal.org/project/drupal/issues/278425

    Here is the solution that worked for me and you will probably need your host’s help:

    – Added setlocale(LC_ALL, 'C.UTF-8'); to wp-config.php and that was it.
    – Ask your host for a list of available locale’s. Running the command locale -a in linux will do it.
    – Here is the list I got – https://jmp.sh/GnqO0SP
    – Try each of those and upload an image and see if that helps.
    – In my case, only C.UTF-8 worked.

    Please let me know how that goes. Best regards.

    Thread Starter alatena

    (@alatena)

    Thank you for your detailed answer. To be honest this is Greek to me, but I will contact my host for help.

    • This reply was modified 5 years, 9 months ago by alatena.
    Plugin Author Arun Basil Lal

    (@arunbasillal)

    You are welcome! Please let me know if there are any updates.

    Plugin Author Arun Basil Lal

    (@arunbasillal)

    Hello @alatena

    Did you hear back from your host? Any luck so far?

    Thanks.

    Thread Starter alatena

    (@alatena)

    Thank you for your quick answer.

    Regrettably this solution does not work with shared hosting, I need a VPS hosting (my host said do). But it is too expensive for my hobby. ??

    Thank you again for trying to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not good with Cyrillic filenames!’ is closed to new replies.