Page 2 of 2

Re: gibberish characters in files when they are downloaded and saved

Posted: 03 Jun 2025, 19:54
by krogias
Well, the only thing that I can think of, is the server colletion, but I use the best for Joomla! (utf8mb4_unicode_ci).

Re: gibberish characters in files when they are downloaded and saved

Posted: 06 Jun 2025, 12:28
by Jan
This should not be related to database but hard to say. Try to set direct link to the file, then the URL should be linked directly to the file on the server and test if it can be accessed.

Re: gibberish characters in files when they are downloaded and saved

Posted: 06 Jun 2025, 13:54
by krogias
Direct link converts the url also to gibberish... and to error 404.
But if I manually change the gibberish with the right path (all in Greek), the file is opened.

Re: gibberish characters in files when they are downloaded and saved

Posted: 10 Jun 2025, 00:11
by Jan
Hi, then this is much more a question on server provider, because when displaying direct link and clicking on it, this has nothing to do with Phoca Download, as the link just goes directly to the server file (without any use of Phoca Download) :idea:

Jan

Re: gibberish characters in files when they are downloaded and saved

Posted: 11 Jun 2025, 13:11
by krogias
Hi Jan,
But when I download it directly, with no Pocha Download envolved, it is saved properly with Greek characters...
The problem occures only if it is downloaded via Phoca.

Re: gibberish characters in files when they are downloaded and saved

Posted: 11 Jun 2025, 15:09
by Jan
Then something can happen when using the download header instructions here:
administrator/components/com_phocadownload/libraries/phocadownload/download/download.php

see the headers, cca line 170, which are rendered there - maybe there can be some conflict with server settings - the only advice is to somehow try to disable/enable them for tests and test if something helps there :idea:

Jan