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

You are not logged in.

Announcement

#1 2014-05-03 16:42:59

Vincent Miele
Member
Registered: 2014-04-30
Posts: 33

Came From (referrers?)

The CAME FROM field in the online visitors is blank most of the time.  If they visited a previous page on our web site, then it will show that they came from that page

Otherwise, there is no referrer information.   Are you not able to obtain CAME FROM info from external sites?
It seems like a routine implementation

thanks


https://groups.google.com/forum/#!topic … 8rRILGvg7E

Offline

#2 2014-05-03 17:50:59

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Came From (referrers?)

Sorry but it works here.

Offline

#3 2014-05-04 00:49:39

Vincent Miele
Member
Registered: 2014-04-30
Posts: 33

Re: Came From (referrers?)

Ok, then what is wrong?  How can I debug this?  I attached a screenshot.thanks.

Offline

#4 2014-05-04 06:57:30

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Came From (referrers?)

Sorry but i don't know. If user comes directly to site there is no referrer. If user comes from another site or google then there is referer. But as lond demo.livehelperchat.com works as expected nothing to fix.


Offline

#5 2014-05-04 15:42:35

Vincent Miele
Member
Registered: 2014-04-30
Posts: 33

Re: Came From (referrers?)

So you really have no idea?  I was using Crafty Syntax and it showed referrers. 

Offline

#6 2014-05-04 16:06:28

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Came From (referrers?)

Sorry, no idea, as I told here all works. You can see on demo.livehelperchat.com that referrers stuff is working.

Offline

#7 2014-05-05 01:50:42

Vincent Miele
Member
Registered: 2014-04-30
Posts: 33

Re: Came From (referrers?)

Perhaps error log gives a clue.  Error log is FULL of these lines of 404 errors.

404||www.pianowizardacademy.com/livehelp/index.php/chat/chatcheckoperatormessage/(count_page)/1/(vid)/ecurj3bu2x8uu4n0imyl?l=http%3A%2F%2Fwww.pianowizardacademy.com%2Fcreating-your-own-piano-lessons%2F&r=https%3A%2F%2Fwww.google.com%2F&dt=Creating%20your%20own%20piano%20lessons%20for%20the%20Piano%20Wizard%20game||173.216.235.63||http://www.pianowizardacademy.com/creating-your-own-piano-lessons/||2014-05-04 18:43:33

Offline

#8 2014-05-05 06:48:31

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Came From (referrers?)

Turn of mod security.
http://livehelperchat.com/godaddy-configuration-tutorial-avoiding-no-input-file-specified-error-119a.html

https://github.com/LiveHelperChat/livehelperchat/issues/286

I won't fix anything, it's related to users servers configurations. your servers, your problems.


Offline

#9 2014-05-05 10:04:26

Vincent Miele
Member
Registered: 2014-04-30
Posts: 33

Re: Came From (referrers?)

No, not going to open up security holes.

Too bad. I liked your script, and would have considered donating if it worked.  But responses like "your servers, your problems" are not very helpful, and a bit insulting.

Offline

#10 2014-05-05 10:10:31

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Came From (referrers?)

Well, I told where the problem is. And if your site has a security holes mod_security won't help in any case. And reliable hosting's just do not use it because of these problems. If you do not want to lose mod_security you can sponsor https://github.com/LiveHelperChat/livehelperchat/issues/286 this issue.

In any case, these happens only then mod_security is active. You can also perhaps add ignorance to your chat folder.

Offline

#11 2016-11-20 10:40:39

yoorshop
Member
From: Lyon
Registered: 2016-11-20
Posts: 1
Website

Re: Came From (referrers?)

In our case, we never use mod_sec, issue was due to a particular php.ini setting, and this one was causing the issue if turned on with value 1 :
; http://php.net/session.cookie-secure
;session.cookie_secure =

Other settings we use that cause not issue :
session.use_cookies = 1
session.use_only_cookies = 1

If these enabled, it will still work for displaying referrer
session.use_strict_mode = 1  (not in default PHP 54 and PHP cloudlinux versions)
session.cookie_httponly = 1  (not in default PHP 54 and PHP cloudlinux versions)

NB : it took us 2 hours testing to figure out this, ebcause of cache issues everywhere, and we used our VPN network also to be sure of testing...

Last edited by yoorshop (2016-11-20 10:48:27)


Performant SSD hosting in Europe - Unlimited SSL Http2 + HSTS - Free website transfer - VPN OpenVPN/L2TP-IPsec
30 days money back guarantee !  - https://www.yoorshop.fr

Offline

#12 2016-11-20 12:44:15

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

Re: Came From (referrers?)

Hi yoorshop,
thanks for your post but this topic is so old. I suggest to open a new topic by linking this one.
I will close this topic.

You are also are not providing detailed information about your issue like a screenshot or what kind of error you are seeing.

Last edited by PeopleInside (2016-11-20 13:16:49)


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