kaaleth Publish time 2012-07-04 21:27

Bad lang variables?

Edited by kaaleth at 2012-7-4 23:57

I am still in translating (near to end; probably tomorrow full release) but I find little bug. When I convert sentences in file main.lang.php from ANSI to UTF-8, there is no captcha-code in UC login, so if someone is logged out, then he can't login again.

Another:

Sometimes system shows me {syncappcredits_updated} or {pm_clear_succeed} instead normal communication.. What's wrong?

vot Publish time 2012-07-05 07:21

When I convert sentences in file main.lang.php from ANSI to UTF-8, there is no captcha-code in UC login
I assume that your file contains the BOM (3 special characters at the file beginning).
Pay attention, the file encoding must be not UTF-8, but "UTF_8 without BOM".

Sometimes system shows me {syncappcredits_updated}
It is because of buggy configuration in install procedure. Will try to solve...

kaaleth Publish time 2012-07-05 11:43

Edited by kaaleth at 2012-10-31 21:17

I forgot about "without BOM". Thank you. :)
Pages: [1]
View full version: Bad lang variables?