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

You are not logged in.

Announcement

#1 2020-04-15 22:37:45

xtopher
Member
Registered: 2020-03-29
Posts: 9

url parameters being ignored on page requests with chat tool

I am having an interesting problem.

On page requests within the chat tool that use parameters in the query string to pass information, these parameters are being ignored.  The requested page loads as if no URL parameters are recognized.

For example, if I attempt a user search by the name field, the user list page appears to just reload. 

I have verified that the parameters are being passed into the web server (Apache in this case) and being written to the access log:

[15/Apr/2020:22:25:21 +0000] "GET /index.php/site_admin/user/userlist?doSearch=1&username=&chat_nickname=&email=&name=Elaine&surname=&doSearch=Search HTTP/1.1" 200 7371

I see this behavior with other site pages like Chat search and Statistics.

I have suspended caching but that makes no difference, and I saw no obvious clues with debugging enabled.

Any advice on where to look?   

I am on version 3.29

Thanks,
Xtopher

Offline

#2 2020-04-16 07:37:48

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

Re: url parameters being ignored on page requests with chat tool

Offline

#3 2020-04-16 19:52:48

xtopher
Member
Registered: 2020-03-29
Posts: 9

Re: url parameters being ignored on page requests with chat tool

Thanks, remdex. 

I updated htaccess to conform to what you provided and that corrected the issue.

The htaccess file provided in the Bitnami Live Helper Chat AMI was inaccurate.  I noticed they released a new build on 4/13/20.  Not sure if it is corrected or not.

Offline

#4 2020-04-17 04:11:36

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

Re: url parameters being ignored on page requests with chat tool

Hi,

Thanks. I'll have to check myself seems something changed in Apache + PHP part.

Offline

#5 2020-04-17 04:45:52

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

Re: url parameters being ignored on page requests with chat tool

I tested myself and can confirm it's an issue. I have informed bitnami of the issue they should update image.

Offline

Board footer