Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
Confirmation method of the progress message for translation
About CSS of answer-block
The meaning of the explanation of the tag of the editing screen?
Internationalization of installation process
Where can i edit the word "views"?
How to share language translate files for Q2A community?
¿Spanish translation?
html in translation files ?
Change language
Info about how many users are online?
All categories
Q2A Core
(3,241)
Plugins
(350)
About collapse of ajax-message
0
votes
Manager > Stats > Database Cleanup Operation
In Japanese(other language too?), completion ajax-messages collapse.
By the way, button-label of "Stop xxxx" are not collapse.
ajax
message
stats
views
language
translate
asked
May 24, 2010
in
Q2A Core
by
sama55
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
In my environment, I was able to evade all phenomenon by adding the following setting to .htaccess.
php_flag output_buffering Off
php_value output_handler none
php_value default_charset UTF-8
php_value mbstring.language japanese
php_flag mbstring.encoding_translation On
php_value mbstring.http_input auto
php_value mbstring.http_output UTF-8
php_value mbstring.internal_encoding UTF-8
php_value mbstring.substitute_character none
answered
May 24, 2010
by
sama55
Please
log in
or
register
to add a comment.