Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello,
I'm having problems with proactive chat ... when the chat window opens the user tries to send a message but it is stuck at the loading window.
Thank you!
Offline
Sorry, but all works here. You will have to give more details like error itself etc... No way to help from words like "It does not work" they are useless for me...
Offline
Sure, let me try to explain better.
This is the pro active invitation configuration:
Operator name:
Kelsen
Language:
Blank
Time on site:
60
Pageviews:
2
How many times user show invitation:
0
Requires e-mail: selected
No department.
This is the widget code:
[== JavaScript ==]
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500,domain:'dipaula.com.br'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var referrer = (document.referrer) ? encodeURIComponent(document.referrer.substr(document.referrer.indexOf('://')+1)) : '';
var location = (document.location) ? encodeURIComponent(window.location.href.substring(window.location.protocol.length)) : '';
po.src = '//mysite/lhc_web/index.php/site_admin/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(check_operator_messages)/true/(top)/350/(units)/pixels/(leaveamessage)/true?r='+referrer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
the domain was hidden to protect the innocent (me!).
When the user sends a message, the chat frame keeps loading and I do not receive a notification.
Let me know if you need more info.
Last edited by kelsen (2015-07-31 12:30:46)
Offline
Maybe this can help a little.
When the user send the message, the browser developer tool's show this url above and a error 503 - Service temporary unavailable.
http://mysite/lhc_web/index.php/site_ad … ste/&dt=Di Paula® Moda Fitness - Since 1997
Last edited by kelsen (2015-07-31 13:50:08)
Offline
Hi,
If you see this response 503 follow this article
https://livehelperchat.com/during-some- … -215a.html
Then in chrome console you will see exact error.
Offline
Hi, thanks for answering me,
chrome console shows these errors:
the pop up chat shows this information:
[== Undefined ==]
ezcInputFormNoValidDataException Object
(
[originalMessage] => Invalid field name 'value_items_admin' requested.
[message:protected] => Invalid field name 'value_items_admin' requested.
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/dipaula.com.br/lhc_web/ezcomponents/UserInput/src/input_form.php
[line:protected] => 392
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/dipaula.com.br/lhc_web/modules/lhchat/readoperatormessage.php
[line] => 224
[function] => __get
[class] => ezcInputForm
[type] => ->
[args] => Array
(
[0] => value_items_admin
)
)
[1] => Array
(
[file] => /var/www/dipaula.com.br/lhc_web/lib/core/lhcore/lhmodule.php
[line] => 96
[args] => Array
(
[0] => /var/www/dipaula.com.br/lhc_web/modules/lhchat/readoperatormessage.php
)
[function] => include
)
[2] => Array
(
[file] => /var/www/dipaula.com.br/lhc_web/lib/core/lhcore/lhmodule.php
[line] => 473
[function] => runModule
[class] => erLhcoreClassModule
[type] => ::
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/dipaula.com.br/lhc_web/index.php
[line] => 38
[function] => moduleInit
[class] => erLhcoreClassModule
[type] => ::
[args] => Array
(
)
)
)
[previous:Exception:private] =>
)
Apache log shows no error.
Offline
Hi,
I ques you are using some older version perhaps, because I just cannot reproduce your issue. Just try to replace https://github.com/LiveHelperChat/liveh … essage.php this file clear cache and try again.
Offline
Hi,
I had downloaded livehelper from github a week ago, anyway I did what you asked and is still the same, it's not working.
Offline
Yes, i know. I did not fixed yet anything. I'll fix in a next few days. Just working 7/7 over 12 hours each day...
Offline
I have merged with mater branch postgresql branch. So you can test now.
Offline
Nice it's working now, I just downloaded again and created a new database.
Thank you so much!
Offline
Pages: 1