Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
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

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.
asked May 24, 2010 in Q2A Core by sama55

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