hi
i tried to setup freiichat on a website. guest worked perfectly. but users didnt work. when i swith to users main.php $construct->initiateFreiChatX() live give internal server error. i cant solve that.
i followed http://evnix.com/drupal2/node/328 while setup.
please help me too.
if you install with dbprefix your own user table has same prefix or edit Custom.php line 27 and remove DBprefix
before:
FROM " . DBprefix . $this->usertable . "
after:
FROM " . $this->usertable . "
hi
i tried to setup freiichat on a website. guest worked perfectly. but users didnt work. when i swith to users main.php $construct->initiateFreiChatX() live give internal server error. i cant solve that.
i followed http://evnix.com/drupal2/node/328 while setup.
please help me too.
if you install with dbprefix your own user table has same prefix or edit Custom.php line 27 and remove DBprefix
before:
FROM " . DBprefix . $this->usertable . "
after:
FROM " . $this->usertable . "