Page 1 of 1
CAPTCHA in UTF-8 language not displayed
Posted: Mon Sep 26, 2011 9:26 am
by informatik30
If the language file is saved in UTF-8, the security image is not displayed. Version HESK: 2.3 (upgraded from 2.2).
Re: CAPTCHA in UTF-8 language not displayed
Posted: Sat Oct 01, 2011 2:53 pm
by Klemen
It's because you saved it using BOM (byte order mark) - if you are saving files as UTF-8 make sure you save them without the BOM.
The BOM is breaking headers of PHP scripts and causing all kinds of header-related problems.