Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
378 views
in Q2A Core by
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.

1 Answer

0 votes
by
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
...