? Success

User tests: Successful: Unsuccessful:

avatar bembelimen
bembelimen
7 Mar 2016

If you try to load a google map in https environment, the scheme check fails

Summary of Changes

Changed new JUri to JUri::getInstance()

Testing Instructions

Build the following script in Joomla!:

$maps = $google->embed('maps');
$maps->setCenter('Here you should enter a valid address');
$maps->setAutoload();
$maps->setZoom(9);

$maps->echoHeader();
$maps->echoBody();

Now call this script with an https request => The map will not be displayed, with http only, it works

=> Apply patch => try again

avatar bembelimen bembelimen - open - 7 Mar 2016
avatar bembelimen bembelimen - change - 7 Mar 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 7 Mar 2016
Labels Added: ?
avatar Kubik-Rubik Kubik-Rubik - change - 8 Mar 2016
Milestone Added:
avatar Kubik-Rubik Kubik-Rubik - change - 8 Mar 2016
Title
Fixe broken https initialisation in the Google library
Fix broken https initialisation in the Google library
avatar Kubik-Rubik
Kubik-Rubik - comment - 8 Mar 2016

Merged on code review. Thanks!

avatar Kubik-Rubik Kubik-Rubik - close - 8 Mar 2016
avatar Kubik-Rubik Kubik-Rubik - reference | 4c2390b - 8 Mar 16
avatar Kubik-Rubik Kubik-Rubik - merge - 8 Mar 2016
avatar Kubik-Rubik Kubik-Rubik - close - 8 Mar 2016
avatar Kubik-Rubik Kubik-Rubik - change - 8 Mar 2016
Title
Fixe broken https initialisation in the Google library
Fix broken https initialisation in the Google library
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-03-08 07:22:55
Closed_By Kubik-Rubik

Add a Comment

Login with GitHub to post a comment