Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
486 views
in Q2A Core by

Please help me. I enter all correct data (database, login, data) in qa-config.php, but get Incorrect characters, on screebshot you can see this Incorrect characters link to screenshot http://clip2net.com/s/6kYdsa .

Please help! What am I doing wrong???

Q2A version: 1.6.2

1 Answer

+1 vote
by

either your files are currupted and they have wrong charsets, or there is a problem with your server configuration(possibly LiteSpeed or apache).

also you can find this code in qa-config.php and change 'true' to 'false':

define('QA_HTML_COMPRESSION', true);

it turns gzip off and might solve your problem if your servers gzip modules are missing.

...