Fix: Mappress over HTTPS
-
Hi,
I have a historic project that has used Mappress successfully for years.
We recently switched the site to HTTPS and found that Mappress no longer worked.
A quick fix is to edit line 638 of the file mappress_api.php, from:
echo "<script type='text/javascript' src='https://www.google.com/jsapi'></script>";
to:
echo "<script type='text/javascript' src='https://www.google.com/jsapi'></script>";
If the plugin gets updated, this will of course revert unless the developer includes it in the next update.
Ben
- The topic ‘Fix: Mappress over HTTPS’ is closed to new replies.