Hi, developers of my favorite plugin wpDiscuz!
I use this plugin on many of my sites and on some of them i get problem.
When both wpDiscuz and cash plugin are on, the first upload of a page is correct, then next refresh or upload of this page indicates the error, look the screen please.
white screen, sidebar is shown without content and html code starts with the first line:
<div class="wpdiscuz_top_clearing"></div>
Hi vanes87,
We need the name of cache plugin you use and example URL. Also make sure you've purged CDN.
Hi, thanks for the reply!
Plugin cache: http://lenta.iadlab.ru/iklk-wp-plagin/
vanes87,
Please update wpDiscuz to 3.2.7 version, you use 3.2.5 version. Then delete cache.
Tom,
Did it, but the problem still.
First I must say it's very insecure to use a free plugin which doesn't exists in wordpress.org plugin directory. No one support such plugins, you should not use that, that's very insecure. Moreover no one support issues with such plugins. This is out of WordPress community.
Please try to make this change in wpDiscuz code, if it doesn't help you should contact to this plugin support.
Please open /wpdiscuz/templates/comment/comment-form.php file, find this line:
if ($ob_stat || $ob_stat === '' || $ob_stat == '0') {
and change to this:
if (false) {
Tom, it's work! Thank you very very much!
* added a link at the end of the review form to your website - it's very small what can i do for your project!
Could you recommend some good plugin cache?
Thank you vanes87!
I'd recommend one of these popular plugins:
WP Performance Score Booster
https://wordpress.org/plugins/wp-performance-score-booster/
W3 Total Cache
https://wordpress.org/plugins/w3-total-cache/
WP Super Cache
https://wordpress.org/plugins/wp-super-cache/
I'm back with same problem.
W3 Total Cache enabled and still buttons don't work (reply etc). We must exclude some i think JS files in w3 total cache from minify/combine, right? But which?