I'm running a rather old version of umbraco (4.0.2.1), where i', using the Google Maps Datatype.
it has been working until now - i've changed nothing. The only error i've been able to find is this:
At /umbraco/plugins/FergusonMoriyama/place/mapProxy.aspx?q=herning (Referred by: http://www.????.dk/umbraco/editContent.aspx?id=1274): System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.GetResponse() at FergusonMoriyama.Place.mapProxy.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Bump. I've just encountered this same error. Happens when attempting to search the address and return the lat/long from Google.
It's on an old Umbraco site, v4.5.2, running Google Maps datatype v1.2
Stack trace:
at /umbraco/plugins/FergusonMoriyama/place/mapProxy.aspx?q=405+Oxley+Avenue%2C+Redcliffe%2C+Queensland+4020
[WebException]: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.GetResponse() at FergusonMoriyama.Place.mapProxy.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Not sure if there are any upgrade options that might fix this? Can't upgrade the site itself, as it's way too big and has too much content and custom coding to allow an Umbraco version upgrade to 4.7 or later (which is required for Google Maps datatype 2.0+ I believe)...
Datatype suddenly not working
Hi guys,
I'm running a rather old version of umbraco (4.0.2.1), where i', using the Google Maps Datatype.
it has been working until now - i've changed nothing. The only error i've been able to find is this:
Any one know whats going on?
best regards, Hundebøl
I've got the exact same problem on on a 4.5.2 site. Any ideas? This was reported to us last Friday.
+1. Again, on a very old version of Umbraco (4.0.3) and Google Maps (1.1).
I can only assume Google has changed the long-deprecated v2 API in such as way as this application breaks (see https://developers.google.com/maps/documentation/javascript/v2/reference).
Any update on this?
Bump. I've just encountered this same error. Happens when attempting to search the address and return the lat/long from Google.
It's on an old Umbraco site, v4.5.2, running Google Maps datatype v1.2
Stack trace:
at /umbraco/plugins/FergusonMoriyama/place/mapProxy.aspx?q=405+Oxley+Avenue%2C+Redcliffe%2C+Queensland+4020
[WebException]: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at FergusonMoriyama.Place.mapProxy.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Not sure if there are any upgrade options that might fix this? Can't upgrade the site itself, as it's way too big and has too much content and custom coding to allow an Umbraco version upgrade to 4.7 or later (which is required for Google Maps datatype 2.0+ I believe)...
is working on a reply...