Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Frej Raahede Nielsen 26 posts 59 karma points
    Oct 21, 2010 @ 21:50
    Frej Raahede Nielsen
    0

    Web site needs a different Google Maps API key

    When trying to use the datatype on a page (in the content section), an alert tells me that "This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/". Even though i have configured it already, and double checked that it is written in the place.config file.

    It then says on the page:

    No Google Maps API key found for domain raahede.com.

     

    You may obtain a API key from this site.

    Once you have obtained an API key click here to install it.

    However, when i click to install the API key, the file /umbraco/plugins/FergusonMoriyama/place/Config.aspx cannot be found.

    I am running Umbraco 4.5.2 / .NET 4.

  • Paul Blair 466 posts 731 karma points
    Oct 21, 2010 @ 22:45
    Paul Blair
    0

    I also ran into trouble trying to install the key through the Umbraco interface so I just entered manually and everything worked OK.

    Update the file /config/Nibble.Umb.Locator.config with the new key

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Oct 22, 2010 @ 09:50
    Darren Ferguson
    0

    @frej - if Config.aspx is not found then I'd suggest your package install is corrupted. Re-install the latest version of the package.

    @Pauk - I think you are confusing my maps datatype with Tims locator package

  • Frej Raahede Nielsen 26 posts 59 karma points
    Oct 28, 2010 @ 22:25
    Frej Raahede Nielsen
    0

    I tried re-installing, but with the same result. I am running my solution on a MySQL db, might that be an issue?

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Oct 29, 2010 @ 10:04
    Darren Ferguson
    0

    @frej - no the package doesn't use the database. which version of the package are you using?

  • Carlos 338 posts 472 karma points
    Oct 29, 2010 @ 21:56
    Carlos
    0

    There is an issue with the naming and path to the files I ran into when I tried to uninstall the package it asked me to what to uninstall and actually found the .ascx path was wrong.I am running Umbraco 4.5.2.  I am also having the same issue with the /umbraco/plugins/FergusonMoriyama/place/Config.aspx. I get an Error while processing request. Is that file in the 1.2 release of the package? Hence, I did not untinstall the package but kept going with got it to work, Sort of, but am getting a "Your search didn't return any results" alert when I try to look up a location.

    These are the files paths I found that it asked me to uninstall. There is no /umbraco/plugins/FergusonMoriyama/place/Config.aspx in the list. That is why I am assuming it was not added to the package.

    /bin/FergusonMoriyama.Place.dll
    /umbraco/plugins/FergusonMoriyama/place/admin.css
    /umbraco/plugins/FergusonMoriyama/place/mapProxy.aspx
    /umbraco/plugins/FergusonMoriyama/place/place.css
    /umbraco/plugins/FergusonMoriyama/place/place.js
    /usercontrols/FmPlace/FmPlacePostIntall.ascx – THIS PATH FOR THIS IS DIFFERENT IN THE 1.2 PACKAGE THAN THE DOCUMENTATION PDF for 1.1 install.

    Did you change the paths in the package from 1.1 to 1.2?  I am assuming so due to the 4.5+ releases.

    ALSO, Darren, I am getting a "Your search didn't return any results" alert in the admin when I try to search for a location. Both a general location like a city or a specific location. I am guessing something is not firing correctly and that is the reason for the alert box. Any ideas?  I have all the Javascript in the template, the Doc Type set up and Data type set up.

  • Carlos 338 posts 472 karma points
    Oct 29, 2010 @ 22:37
    Carlos
    0

    Is this thing compatible with 4.5.2 using .Net 4.0?

  • Carlos 338 posts 472 karma points
    Oct 29, 2010 @ 22:45
    Carlos
    0

     

     

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Oct 30, 2010 @ 10:57
    Darren Ferguson
    0

    @carlos - a number of points.

    Take the time to read the package homepage. compatinility with Umbraco versions and the .net build version is clearly stated.

    The documentation is for the 1.1 release - so you shouldn't assume that anything in there is valid for 1.2. There is no doc for 1.2 at present.

    It does seem that I missed config.aspx from the 1.2 package so I'll release a patch version of the package when I have a moment.

    Having said, config.aspx is only a GUI for the underlying config file so the package should work without it.

    If you are having trouble searching the maps, suggest you use firebug to watch the map plugin querying mapProxy.aspx and see what results are coming back.

     

     

     

     

     

  • Carlos 338 posts 472 karma points
    Nov 01, 2010 @ 16:23
    Carlos
    0

    @Darren

    Thanks for getting back to me on this.  I apprediate it. Thanks for suggesting using Firebug, I will do that.

    Again, great maps package. Awesome work.

  • Brian Juul Andersen 44 posts 98 karma points c-trib
    Dec 07, 2010 @ 16:29
    Brian Juul Andersen
    0

    I might be able to shed a little light over this situation.

     

    I´ve just tried to install the package manually by uploading the zip file I got from this page: http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype - and it failed with more or less the same problems as mentioned above (no Config.aspx and kept asking for an API key - yes I also double checked)

    So what I did was to uninstall the package and reinstall it from Developer > Packages > Umbraco package Repository > Backoffice extensions > Google maps datatype - and this did the trick.

     

    So try installing it from the Umbraco package Repository.

     

     

  • Rich Green 2246 posts 4008 karma points
    Mar 11, 2011 @ 12:46
    Rich Green
    0

    For anyone passing by, the site name must be all lowercase in the config file.

    Rich

  • Rich Green 2246 posts 4008 karma points
    Apr 05, 2011 @ 12:54
    Rich Green
    1

    Just come back with the same problem, only to find I'd figured it before :)

  • Ambert van Unen 54 posts 96 karma points
    May 25, 2011 @ 13:31
    Ambert van Unen
    0

    Had the exact same problem and what I did to finally fix it... Don't use HTTP:// in front of the domain... Failed horribly here...

  • Rich Green 2246 posts 4008 karma points
    May 25, 2011 @ 13:45
    Rich Green
    1

    If you're using 4.7 then just upgrade the datatype http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype

    No more API keys needed!

    Rich

  • Ambert van Unen 54 posts 96 karma points
    May 25, 2011 @ 13:51
    Ambert van Unen
    0

    Sadly, we're still running 4.6.2 due to nForum :( 

    All of the others websites were updated to 4.7, except for this one... At first I was buzy the entire morning trying to find out WHY it wouldnt work... Then figured out that I wasn't running 4.7.. LOL ;)

Please Sign in or register to post replies

Write your reply to:

Draft