Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Greetings. again playing with live helper chat I have it working just so that it can work I have to press open a new window. if I do not do not load the chat
thanks
Offline
Hi,
thank you for your message!
You can try to have a look here:
https://forum.livehelperchat.com/viewtopic.php?id=2195
Also please check your PHP version is egual or superior to PHP 5.6
Thank you!
Have a great day and time!
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
checking the problem was with httpd.con my page has a different domain than the cloud chat provider
. what I did was put the following.
<IfModule headers_module>
<IfVersion >= 2.4.7 >
Header set X-Frame-Options "ALLOW-FROM http://dominio.com/"
</IfVersion>
<IfVersion < 2.4.7 >
Header always merge X-Frame-Options
</IfVersion>
RequestHeader unset Proxy
</IfModule>
restart and it works correctly. then I am thinking whether
to take one or two or three or more beers. for clarifying my ideas. .
and very cold as death's leg.
Offline
Great to hear you have resolved !
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1