Copied to clipboard

Flag this post as spam?

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


  • Nigel Wilson 944 posts 2076 karma points
    Dec 25, 2011 @ 20:07
    Nigel Wilson
    0

    Map Not Displaying in Admin Area

    I have been using this neat Package for a while now and have struck a weird problem.

    The data type is not displaying correctly in the admin area - refer screen shots below:

    Correct display on my development site

    Incorrect display on my production site

    The width of the form fields is completely different and the map is not displaying at all.

    I get the feeling it might be permissions related, however I have another site with the same web hosting company and the datatype is working correctly on that site. 

    I have checked the bin directory and the Our.Umbraco.GoogleMaps.dll file is there.

    Can anyone suggest anything else please ?

    Cheers and merry xmas

    Nigel

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 25, 2011 @ 20:20
    Jan Skovgaard
    0

    Hi Nigel

    Have you checked with the hosting company that the permissions are in fact correct? If the two sites live on different servers it could easily be something permission related.

    You could perhaps also try to see if you can uninstall the package on the production site and then re-install the package to see if it makes a difference? Have you also checked to see if there is something usefull in the Umbraco log table?

    /Jan

  • Nigel Wilson 944 posts 2076 karma points
    Dec 26, 2011 @ 07:48
    Nigel Wilson
    0

    Hi Jan

    Thanks for your ideas.

    I have tried uninstalling / reinstalling.

    At the moment I cannot access the database to view the umbracoLog table - have a support call in about that but no doubt will be a couple of days before that gets addressed... Ahh the joys of trying to do stuff over the Xmas break !

    From what I can tell all there is only the dll file that is added to the site and this is copied into the bin directory OK.

    I have just identified some css that isn't being applied - a webresource file is being called on the site that is working, but is not being referenced on the site that isn't working.

    So can anyone shed light on how the webresource.axd is called - this is way outside my level of experience.

    Thanks

    Nigel

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Dec 28, 2011 @ 00:35
    Lee Kelleher
    0

    Hi Nigel,

    The WebResource.axd being called is for the CSS/JavaScript required by the Google Map data-type - it's all embedded within the DLL (in the /bin folder) ... WebResource is .NET's way to pull it out of the DLL.

    Last week we ran into a similar problem with the WebResource.axd requests aren't being returned/applied. Turned out to be a server timezone issue - the datetime on the DLL was in the "future" of the server.  My advice is check the date/time settings for the server.

    Cheers, Lee.

  • Nigel Wilson 944 posts 2076 karma points
    Dec 28, 2011 @ 20:50
    Nigel Wilson
    0

    Hi Lee

    Thanks for your ideas - haven't had a chance to investigate yet... 

    Will advise in due course.

    Cheers

    Nigel

  • Dimitar Peychinov 1 post 21 karma points
    Dec 29, 2011 @ 11:17
    Dimitar Peychinov
    0

    I seem to have the same problem as the OP.

    Will look up the permissions and the log table.

    Greetings and happy holidays!

    Dimitar

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jan 23, 2012 @ 11:43
    Jeavon Leopold
    0

    Hi, I just came across this issue. For me, seems to be related to using the upgraded Client Dependency 1.4, if I change back to the bundled version (1.2, I think), it works again.

    I need to do some further investigation.

  • Nigel Wilson 944 posts 2076 karma points
    Jan 23, 2012 @ 18:45
    Nigel Wilson
    0

    Just an update... 

    I have just built a site at home and had no problems with this package. 

    So my gut feeling is that something within my work network (firewall rules, etc) is the issue.

    Nigel

  • aghy 129 posts 308 karma points
    Jan 26, 2012 @ 15:30
    aghy
    0

    Hi, 

    I'm having the same issue, works locally but not on the server. Checked the umbraco log and nothing is being reported.

    Any ideas?

    Thanks
    Ben 

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jan 26, 2012 @ 15:38
    Lee Kelleher
    0

    Begs the question: How is the server different to your local environment?

    Areas I'd check... date/time on server (as I mentioned above, ASP.NET/WebResource.axd will not serve embedded resources from "the future"); firewall restrictions (thinking to Google Maps - BUT the requests should only be coming from the client-side, so now not sure about that?).

    Could be related to ClientDependency, as Jeavon says - try temporarily setting the Web.config to debug=true (which disabes ClientDependency)?

    If anyone discovers this to be code-related, I'm happy to get a fix out pronto.

    Cheers, Lee

  • aghy 129 posts 308 karma points
    Jan 26, 2012 @ 15:43
    aghy
    0

    Thanks Lee,

    Just changed debug to true here:

    <compilation defaultLanguage="c#" debug="true" batch="false" targetFramework="4.0">

    and it's now working.

    Is this an easy fix? 

    Thanks again!
    Ben 

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jan 26, 2012 @ 15:50
    Lee Kelleher
    0

    Hmmm... dunno, looks to be related to ClientDependency - either caching or otherwise ... I'll take a look over the code tonight, see if there is anything I can do.

    Quick question: Which version of IIS is running on your server?

    Thanks, Lee

  • aghy 129 posts 308 karma points
    Jan 26, 2012 @ 15:56
    aghy
    0

    On the server we're using 7.5, and I'm using the same version locally.

    Thanks
    Ben

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jan 26, 2012 @ 16:11
    Jeavon Leopold
    0

    What version of Client Dependency are you using? I've seen this issue, and it only occured with a upgraded version, going back to the version shipped with Umbraco resolved the issue?

  • aghy 129 posts 308 karma points
    Jan 26, 2012 @ 16:22
    aghy
    0

    Properties of ClientDependency.Core.dll:

    Does this help? I haven't chagned it or have any packages that would have overridden it.

    Thanks
    Ben 

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jan 26, 2012 @ 17:13
    Jeavon Leopold
    0

    That's odd, that is the standard version of Client Dependency......  I wonder if this might be a clue......

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Apr 04, 2012 @ 11:36
    Lee Kelleher
    0

    Following up on this (I know it's a few months old now) ... another issue was raised about GoogleMaps data-type and ClientDependency.  I'm still not sure "what" the cause of the problem is, but there is definitely some scenario with ClientDependency where it will not include/combie resources that contain querystrings (which pretty much rules out the use of embedded resources - which GoogleMaps data-type does).

    As a workaround I have proposed to introduce an AppSettings key that will disable the use of ClientDependency for the GoogleMaps data-type.  See the other thread for details.

    Cheers, Lee.

  • Matt Bliss 176 posts 234 karma points c-trib
    Jun 08, 2012 @ 17:56
    Matt Bliss
    0

    Hi Lee,

    Did this ever get resolved? I have the same issue, working on local copy but not displaying properly when deployed:

    Umbraco 4.7.1.1 & Google Maps 2.0.3

    Thanks,
    Matt 

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jun 09, 2012 @ 09:40
    Lee Kelleher
    0

    Hi Matt,

    I did release a v2.0.4 beta that should fix it... just needs someone (other than me) to test it, to make sure it works for them.  Care to test? :-)

    https://bitbucket.org/vertino/google-maps-for-umbraco/downloads#download-80538

    Cheers, Lee.

  • Matt Bliss 176 posts 234 karma points c-trib
    Jun 09, 2012 @ 11:07
    Matt Bliss
    0

    Thanks Lee,

    I'll download and test that on Monday and report back here what I find.

    Thanks again,
    Matt 

  • Matt Bliss 176 posts 234 karma points c-trib
    Jun 12, 2012 @ 21:25
    Matt Bliss
    1

    Hi Lee,

    Worked a treat, once found and included the...

     <add key="GoogleMaps:DisableClientDependency" value="true"/>

    ...in my web.config from your comment in the other post.

    Many thanks,
    Matt

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jun 21, 2012 @ 18:11
    Lee Kelleher
    2

    Just to let you all know that v2.0.4 is now released, which contains the AppSettings key for disabling the use of ClientDependecy.

    http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype

    Cheers, Lee.

Please Sign in or register to post replies

Write your reply to:

Draft