Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
I want to intergrate lhc with my existing system. Each my member has a user in LHC. so what should i do? Which API should i need?
Thanks anyway
P/S: Newbie
Offline
Take a loot at this extension, it's third party login to LHC which automatically creates user
https://github.com/LiveHelperChat/liveh … singon.php
Also it's file used to create new user in lhc from admin panel
https://github.com/LiveHelperChat/liveh … er/new.php
Offline
Ok thanks Ad. I'll try.
Offline
Another question :
i want display user status like this
http://vatgia.com/1087/do-dien-gia-dung.html
(each product has a chat operator, visitors can click to icon to chat)
Could you show me the way?
Offline
Offline
ok. Thanks. awesome!
Offline
hi Remdex, I'm trying display user status , so is there a js function to open Chat window from the status lable (ex: chat now) and what embed code can i use?
Offline
Use chrome debug etc to see the calls. But like you are making unique widget you will have to figure-out yourself how everything works there.
Offline
[Automated hosting]
when i ran cron.php by SSH: php cron.php -s site_admin -e instance -c cron/maintain
it thrown an exception :
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ttkhcn_chat'***'%' to database 'lhc_manage_client_1'' in /home/ttkhcn/manager/extension/instance/classes/dbhandlers/mysql.php:10
Could you show me the solution?
Offline
Do you read errors? it's pretty obvious that user does not have permission to access client instance.
Access denied for user 'ttkhcn_chat'***'%' to database 'lhc_manage_client_1''
Offline
im using kloxo. "ttkhcn_chat" is database owner user. So which user i should use?
Offline
Sorry, but you will have to hire admin or so, because your knowledge is really lacking basic understanding how automating hosting/database users and so on works
Offline
ok. I c. I need an Root DB
Offline
I followed step by step the guide in doc.txt: step #17
- Cron successful
- Database created
...
I created two instance in Manager:quyking and test2 (all r active) with two db: lhc_manage_client_1,lhc_manage_client_2
but i checked by the url http://manager.mydomain.com/instance/isfree/test2
it returns FALSE
and when i access http://test2.mydomain.com/index.php/site_admin
it returns "....that web has not been configured for this domain on this server."
so could u tell me what to do next?
PS: all subdomain point to same folder as mydomain.com
Thanks anyway!
Last edited by mrking (2015-03-10 08:11:33)
Offline