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

You are not logged in.

Announcement

#1 2016-09-22 07:05:39

kathybao
Member
Registered: 2016-09-22
Posts: 4

chrome not working but IE can work

The website is hosted in a website and the live help chart are hosted in the same domain but different port

The live chart widge can be loaded in IE successfully but not in Chrome.

Here is the error in Chrome

:8100/index.php/chat/chatwidget/(leaveamessage)/true/(fullheight)/false/(vi…ml&r=%2F%2Fwww.XXX.com%2F&dt=%E5%AE%9D%E4%BF%A1%E7%A7%91%E6%8A%80:1 Refused to display 'http://www.XXX.com:8100/index.php/chat/ … 1%E6%8A%80' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN, GOFORIT'.

Did anyone have this issue before?

Offline

#2 2016-09-22 07:21:04

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

Re: chrome not working but IE can work

Hi kathybao,
seems your server deny a frame from different domain / address in the page you are in.

Sorry but I cannot help you by what I can read here in this topic.
Maybe if you can share URLS where chat widget should be showed I can see if I can help you more.

Never see this issue. I have LHC installed in one domain and I use widget in different domain. No issues.


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 2016-09-24 04:00:03

kathybao
Member
Registered: 2016-09-22
Posts: 4

Re: chrome not working but IE can work

I fixed this error by doing this

1.Locate the httpd.conf file
2.Comment the code below
#<IfModule headers_module>
#    <IfVersion >= 2.4.7 >
#        Header always setifempty X-Frame-Options SAMEORIGIN
#    </IfVersion>
#    <IfVersion < 2.4.7 >
#        Header always merge X-Frame-Options SAMEORIGIN
#    </IfVersion>
#</IfModule>

3.Restart apache

Then the error in Chrome is gone.

Offline

Board footer