Title: [Plugin: Quick Chat] Doesn&#039;t work
Last modified: August 20, 2016

---

# [Plugin: Quick Chat] Doesn't work

 *  Resolved [jkrauer](https://wordpress.org/support/users/jkrauer/)
 * (@jkrauer)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/)
 * This is what I see when I activate the Quick Chat
 * Fatal error: Call to undefined function quick_chat() in /home/u294309664/public_html/
   wp-content/plugins/quick-chat/quick-chat.php on line 1690
 * [http://wordpress.org/extend/plugins/quick-chat/](http://wordpress.org/extend/plugins/quick-chat/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [valuser](https://wordpress.org/support/users/valuser/)
 * (@valuser)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827416)
 * ditto
 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827421)
 * 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
 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827443)
 * 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.
 *  Thread Starter [jkrauer](https://wordpress.org/support/users/jkrauer/)
 * (@jkrauer)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827448)
 * it works 🙂 thanks
 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827449)
 * 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](http://www.techytalk.info/wordpress-plugins/quick-chat/)
   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!
 *  [valuser](https://wordpress.org/support/users/valuser/)
 * (@valuser)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827468)
 * confirmed fixed. thanks
 *  [krystianj](https://wordpress.org/support/users/krystianj/)
 * (@krystianj)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827553)
 * 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); ?>`
 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827561)
 * 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
 *  [krystianj](https://wordpress.org/support/users/krystianj/)
 * (@krystianj)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827586)
 * Hi,
    Now it’s working 🙂
 * Thanks,
    Krystian

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Quick Chat] Doesn't work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-chat.svg)
 * [Quick Chat](https://wordpress.org/plugins/quick-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-chat/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [krystianj](https://wordpress.org/support/users/krystianj/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-chat-doesnt-work/#post-2827586)
 * Status: resolved