Yes there is a problem with sidebar widget. I’m working on it, new version should be up soon (1 hour max). Thanks for reporting
Quick Chat 4.01 version with fix for this is out. Please mark as solved and QC version as “working” if 4.01 works for you. And thanks again for reporting error.
No problem, sorry for this. The thing is that Quick Chat has many features now and it happens I forgot to check some of them for regressions after implementing something new. I do publish beta and RC versions here but usually nobody reports feedback until something unfortunate like this happens. Quick Chat is getting big with code and features and it’s really handful to work on it now. Enjoy!
I still have problem. After update WordPress and QuickChat the QuickChat doesn’t work.
Fatal error: Call to a member function quick_chat() on a non-object in /homez.420/…/sidebar-right.php on line 20
on line 20 I have this code:
<?php echo $quick_chat->quick_chat(400, 'default', 1, 'left', 0, 0, 1, 1, 1, 1); ?>
Hello,
this should work for using PHP to include chat box:
<?php
global $quick_chat;
echo $quick_chat->quick_chat(400, 'default', 1, 'left', 0, 0, 1, 1, 1, 1);
?>
Notice extra global $quick_chat;. Please report back and I’ll update FAQ question and answer. Thanks.
Regards,
Marko