• In the browser inspect I can see the next error:


    GET https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3 404 (Not Found)

    Any update to fix that?

    Thanks.
    Jose Carlos Ramos Carmenates

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter jramoscarmenates

    (@jramoscarmenates)

    I found the solution in the source.

    In the file “../plugins/bing-maps-for-wordpress/content.php” search the function __header() and replace the “mapcontrol.ashx?v=6.3”:


    function __header()
    {
    echo '<script type="text/javascript" src="https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3"></script>';
    }

    to “mapcontrol.ashx?v=7.0”:


    function __header()
    {
    echo '<script type="text/javascript" src="https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>';
    }

Viewing 1 replies (of 1 total)

The topic ‘ERROR 404 (Not Found) – mapcontrol’ is closed to new replies.