Elxis CMS Forum

Extensions => Components => Topic started by: bledi on December 07, 2016, 19:34:28

Title: Trip advisor reviews are not shown if https is activated
Post by: bledi on December 07, 2016, 19:34:28
Hello
The TripAdvisor reviews in the hotel page are not shown if the https is activated.
Any idea how to fix that.
regards
Title: Re: Trip advisor reviews are not shown if https is activated
Post by: datahell on December 07, 2016, 21:42:58
Open this file:
components/com_reservations/ext/hotels/includes/tripreviews.class.php
and change all instances of (use find and replace)
<script src="http://www.jscache.com/....
to
<script src="https://www.jscache.com/....

Line 121, 138, 155, 172, ...

This fix applied in IOSR Hotels SVN. Sorry for the trouble.
Title: Re: Trip advisor reviews are not shown if https is activated
Post by: bledi on December 08, 2016, 10:56:35
Hello datahell! thanks for the answer.
I changed all the
http://www.jscache.com/
to
https://www.jscache.com/

but still not fixed the problem...
Title: Re: Trip advisor reviews are not shown if https is activated
Post by: datahell on December 08, 2016, 19:50:45
Strange... Can you show me a link to that page?
Title: Re: Trip advisor reviews are not shown if https is activated
Post by: bledi on December 08, 2016, 20:34:36
Yes,
https://www.mtitravel.al/reservations/hotels/al/korce/bujtina-sidheri.html

Title: Re: Trip advisor reviews are not shown if https is activated
Post by: datahell on December 08, 2016, 22:53:09
You haven't changed http://www.jscache.com/ to https://www.jscache.com/
Please do it again and make sure you update the file.
Title: Re: Trip advisor reviews are not shown if https is activated
Post by: bledi on December 09, 2016, 00:02:17
Yes, you are right, fixed
thanks a lot.