I got admin panel, where you can see all files and folders added in website folder - userfiles, but there is a problem.
When I oppening folder with files whos names contains with UNICODE, that map dosnt open, but I got 500 error, but if there is no files with UNICODE names it works.
Example:
UserFiles/FOLDER1/abcd.pdf - not working (500 error)
UserFiles/FOLDER2/ābčd.pdf - working
But problem isnt in files, I think so, because, this website was on server 1 and everything were working, but now we moved to server 2, but now we got this problem, but files are the same. So, problem could be in some python libary files or somewhere there, I need some plugin. If there is something to fix this, some plugin or smthing?