phpvms 5.5x from SimPilotGroup. I am using the skin intended for php 7.2 and it’s working really well, with the map being the exception. But I can’t find where the skin is trying to pull open street map from, for example when I inspect the demo skin (on the map) I find:
\<div id="acarsmap" style="width: 840px; height: 400px; position: relative; outline: none;" class="leaflet-container leaflet-touch leaflet-fade-anim leaflet-grab leaflet-touch-drag leaflet-touch-zoom" tabindex="0"\>\<div class="leaflet-pane leaflet-map-pane" style="transform: translate3d(0px, 0px, 0px);"\>\<div class="leaflet-pane leaflet-tile-pane"\>\<div class="leaflet-layer " style="z-index: 1; opacity: 1;"\>\<div class="leaflet-tile-container leaflet-zoom-animated" style="z-index: 19; transform: translate3d(0px, 0px, 0px) scale(1);"\>\<img alt="" role="presentation" src="https://b.tile.openstreetmap.org/5/4/12.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(115px, 132px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://c.tile.openstreetmap.org/5/5/12.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(371px, 132px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://a.tile.openstreetmap.org/5/4/11.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(115px, -124px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://b.tile.openstreetmap.org/5/5/11.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(371px, -124px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://c.tile.openstreetmap.org/5/4/13.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(115px, 388px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://a.tile.openstreetmap.org/5/5/13.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(371px, 388px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://a.tile.openstreetmap.org/5/3/12.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(-141px, 132px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://a.tile.openstreetmap.org/5/6/12.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(627px, 132px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://c.tile.openstreetmap.org/5/3/11.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(-141px, -124px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://c.tile.openstreetmap.org/5/6/11.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(627px, -124px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://b.tile.openstreetmap.org/5/3/13.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(-141px, 388px, 0px); opacity: 1;"\>\<img alt="" role="presentation" src="https://b.tile.openstreetmap.org/5/6/13.png" class="leaflet-tile leaflet-tile-loaded" style="width: 256px; height: 256px; transform: translate3d(627px, 388px, 0px); opacity: 1;"\>\</div\>\</div\>\</div\>\<div class="leaflet-pane leaflet-shadow-pane"\>\</div\>\<div class="leaflet-pane leaflet-overlay-pane"\>\</div\>\<div class="leaflet-pane leaflet-marker-pane"\>\</div\>\<div class="leaflet-pane leaflet-tooltip-pane"\>\</div\>\<div class="leaflet-pane leaflet-popup-pane"\>\</div\>\<div class="leaflet-proxy leaflet-zoom-animated"\>\</div\>\</div\>\<div class="leaflet-control-container"\>\<div class="leaflet-top leaflet-left"\>\<div class="leaflet-control-zoom leaflet-bar leaflet-control"\>\<a class="leaflet-control-zoom-in" href="#" title="Zoom in" role="button" aria-label="Zoom in"\>+\</a\>\<a class="leaflet-control-zoom-out" href="#" title="Zoom out" role="button" aria-label="Zoom out"\>−\</a\>\</div\>\</div\>\<div class="leaflet-top leaflet-right"\>\</div\>\<div class="leaflet-bottom leaflet-left"\>\</div\>\<div class="leaflet-bottom leaflet-right"\>\<div class="leaflet-control-attribution leaflet-control"\>\<a href="http://leafletjs.com" title="A JS library for interactive maps"\>Leaflet\</a\> | © \<a href="http://www.openstreetmap.org/copyright"\>OpenStreetMap\</a\>\</div\>\</div\>\</div\>\</div\>
However when I inspect my own website (where the map should be) I find:
\<div id="acarsmap" style="width:100%; height: 400px"\>\</div\>
When digging in frontpage_main.php I saw that it calls from frontpage_acars.php but in neither do I find where it actually goes to Open Street Map for the website. I am not great with code so I could have missed it, just trying to help you figure out if that’s a possibility.