vanSteppen
New member
- Feb 15, 2019
- 1
- 0
- 1
It sounds strange but adding this line to the functions.php of the active theme
remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );
did solve the problems with the plugin. Now it functions as it should.
ps. I was looking to get rid of the zlib errors in the log...
remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );
did solve the problems with the plugin. Now it functions as it should.
ps. I was looking to get rid of the zlib errors in the log...