php-kchat / kchat

PHP Based Live Chat Aplication
https://github.com/php-kchat/kchat
148 stars 48 forks source link

error 500 #1

Closed aniruddhpatel28 closed 5 years ago

GaneshKandu commented 6 years ago

Could you Please provide me more details…

aniruddhpatel28 commented 6 years ago

after installation, when i try to login it gives "HTTP ERROR 500"

GaneshKandu commented 6 years ago

Can you show me error log file logs/kchat.log.php

ivysashar commented 6 years ago

Hi, after installing kchat on my wordpress site, and embedding the code, I was not able to see the livechat icon on my home page. Please help...

GaneshKandu commented 6 years ago

@ivysashar did you added jquery ? , add this too

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="[[url]]/box/assets/js/kchat.js"></script>
<script>
  data = {
    'url': '[[URL]]/box/',
    'key': '[[YOUR KEY]]'
  };
  kbox.init(data);
</script>

Sorry ! not added jquery in documentation .