FreiChat related discussions
-custom-6.1.1-users-internal server error-SOLVED

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 . "
57
0
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft