Error when https is active
-
If you have a site with https enabled and use Locations, is necessary modify file index.php in \addons\locations\vc.
Replace:
<script src="https://maps.googleapis.com/maps/api/js?key='.$nd_options_locations_googlemaps_key.'&sensor=false"></script>
with:
<script src="//maps.googleapis.com/maps/api/js?key='.$nd_options_locations_googlemaps_key.'&sensor=false"></script>
Please, in next version fix this!!!
- The topic ‘Error when https is active’ is closed to new replies.