Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Operator chat window is not refreshed, so not showing new messages. I have to manually refresh the page and select the chat tab to see new messages.
Offline
Sorry but here works. Perhaps you missed some of permission. I really cannot help with these unpronounceable reports
You can try to use chrome debug to see, what request returns etc...
On 12 June 2014 13:24, Laurence Cope <amityweb...***.com> wrote:
Operator chat window is not refreshed, so not showing new messages. I have to manually refresh the page and select the chat tab to see new messages.
Offline
Which documentation page describes the settings so operator chat window is refreshed to show new messages?
Thanks
Offline
Nothing in the Chome console showing Javascript errors. The User window title bar changes which I think implies a refresh, but the admin chat window does nothing.
Offline
Also, would it be a permissions issue? Because even the main Admin user does not get a chat window refreshed to see the chat he just posted, and a chat he just submitted to a user. Thanks
Offline
Sorry, but i really have no idea, because on demo all works. So it's just your instance configuration issue...
On 12 June 2014 13:49, Laurence Cope <amityweb...***.com> wrote:
Also, would it be a permissions issue? Because even the main Admin user does not get a chat window refreshed to see the chat he just posted, and a chat he just submitted to a user. Thanks
--
Offline
Yes its my instance, so how can you help me with that? Do you charge for this sort of help, if so please tell me how much and how to arrange it, I can pass the cost to my customer if the cost is OK. Thanks
Offline
Pricing is in the site. Standard rate 35$/h, Minimum half hour, 20$. If it finds out is bug, then it's free
On 12 June 2014 13:57, Laurence Cope <amityweb...***.com> wrote:
Yes its my instance, so how can you help me with that? Do you charge for this sort of help, if so please tell me how much and how to arrange it, I can pass the cost to my customer if the cost is OK. Thanks
--
Offline
Thanks a lot, I'll ask the customer if they are OK for you to take a look
Offline
Hi
I emailed you twice about asking you to do some paid support to fix this issue, did you get the email? My customer is keen to use your software so needs this fixed.
Thanks
Offline
Hi,
No i have not received anything...
Offline
I emailed re******.com (as per footer in your website)
I have just sent again. Can you check spam please? Subject "Support required"
Thanks
Offline
Yes, i got it now. Will see after few hours.
Offline
The issue ius fixed, thanks Remigijus.
Anyone else has a similar issue, the issue was we are using htaccess to remove the trailing slash on URLs,
RewriteRule ^(.+)/$ /$1 [R=301,L]
But it is required for livehelperchat to work properly, so we exclude the chat folder from the rewrite, and now it works!
RewriteCond %{REQUEST_URI} !^/(chat_system/.*)$
RewriteRule ^(.+)/$ /$1 [R=301,L]
Thanks
Offline