Could you please send me login credentials to your page so that I can try to reproduce the problems?
You can use this form http://blog.janjonas.net/contact to send me a private message.
Best Regards,
Jan
Hi filipp8,
I think the problem is caused by the file
home/filipp8/iceonmars.com/wp-content/plugins/bp-comment-notifier/bp-comment-notifier.php.
When posting a comment you server response with
<br />
<b>Warning</b>: extract() expects parameter 1 to be array, integer given in <b>/home/filipp8/iceonmars.com/wp-content/plugins/bp-comment-notifier/bp-comment-notifier.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/filipp8/iceonmars.com/wp-content/plugins/bp-comment-notifier/bp-comment-notifier.php:46) in <b>/home/filipp8/iceonmars.com/wp-includes/pluggable.php</b> on line <b>899</b><br />
and the WP-Ajaxify-Comments is not able to process this answer. You can either deactivate the “bp-comment-notifier” plugin, fix the PHP warnings in the plugin or turn of PHP warnings.
Hope this helps…
Hey, thank you!
Now that I fixed the php extract() warning I’m back with my original situation: plugin works fine only if there is one or more comment already present in the post, otherwise page is still refreshing.
Hope you can look once more.
Regards
Fixed.
#comments was missing at all when no comment was present.
A quick mod to my theme and now all works perfectly.
Thank you for the help you provided before. I don’t know why but I was not seeing the warning in my console.