Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2017-09-28 20:59:21

gilramirez
Member
Registered: 2017-09-26
Posts: 10

Not open livehelperchat

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
1506632346_cargando.png

thanks

Offline

#2 2017-09-29 08:21:10

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Not open livehelperchat

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!
smile

Have a great day and time!


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2017-09-29 15:38:35

gilramirez
Member
Registered: 2017-09-26
Posts: 10

Re: Not open livehelperchat

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

#4 2017-09-29 15:45:22

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Not open livehelperchat

Great to hear you have resolved !
smile


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer