Script URL:
Version of script: 2.5.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
When you open a file attached to the knowledge base *.exe and *.png files do not open before all opened.
viewtopic.php?f=13&t=2604 - does not help
do not open attachments
Moderator: mkoch227
Re: do not open attachments
That's probably a setting on the server (or your browser) regarding supported content types.
Can you provide a link with example?
Can you provide a link with example?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: do not open attachments
Unfortunately I loklany ubuntu server. More precisely I initially they worked, and then perstal open exe files, and png. jpg opens. The rest did not check. I can make a screenshot
Re: do not open attachments
Yes, you can make a screenshot of what happens as I do not fully understand the problem.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: do not open attachments
I switched the language helpdesk in English, then it worked. Russian use - does not work
Re: do not open attachments
This means the problem is in your Russian text.php file - there is probably a hidden UTF-8 BOM (byte order mark) at the beginning of the file.
I don't know what editor you use, but see if it has option to save in UTF-8 without BOM.
If not, use a more powerful editor, such as this one:
http://notepad-plus-plus.org/
You can manually confirm the issue and remove the extra bytes also by following these steps:
viewtopic.php?t=2713
Username: php
Password: php
Or you can try a tool to detect and remove BOM:
https://github.com/emrahgunduz/BomCleaner
I don't know what editor you use, but see if it has option to save in UTF-8 without BOM.
If not, use a more powerful editor, such as this one:
http://notepad-plus-plus.org/
You can manually confirm the issue and remove the extra bytes also by following these steps:
viewtopic.php?t=2713
Username: php
Password: php
Or you can try a tool to detect and remove BOM:
https://github.com/emrahgunduz/BomCleaner
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: do not open attachments
Thank you. was really a problem in the coding. The encoded files are encoded in UTF 8 without the BOM and it worked.