Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I suddenly get error when loading contour. (did not change anything) Does anyone have an idea why?
Umbraco Contour version 3.0.28 Umbraco v6.2.5
[WebException: The remote server returned an error: (404) Not Found.] System.Net.HttpWebRequest.GetResponse() +6558436 Umbraco.Forms.UI.Pages.FeedProxy.Page_Load(Object sender, EventArgs e) in f:\TeamCity\buildAgent\work\fd622d7f786e1305\Umbraco.Forms.UI\Pages\FeedProxy.aspx.cs:20 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +92 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
I have seen this too. The quickest fix is to remove this from your ~/Config/dashboard.config file:
~/Config/dashboard.config
<section alias="contour"> <areas> <area>contour</area> </areas> <tab caption="Dashboard"> <control>/umbraco/plugins/umbracocontour/formsdashboard.ascx</control> </tab> </section>
If you like, you can then replace it with your own dashboard: https://code101.net/clean-up-your-umbraco-dashboards-f42b256d539d
FYI, I think the problem is related to the recent changes to umbraco.com. I think they removed the feed this page was expecting to communicate with.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
File not found
I suddenly get error when loading contour. (did not change anything) Does anyone have an idea why?
Umbraco Contour version 3.0.28 Umbraco v6.2.5
[WebException: The remote server returned an error: (404) Not Found.] System.Net.HttpWebRequest.GetResponse() +6558436 Umbraco.Forms.UI.Pages.FeedProxy.Page_Load(Object sender, EventArgs e) in f:\TeamCity\buildAgent\work\fd622d7f786e1305\Umbraco.Forms.UI\Pages\FeedProxy.aspx.cs:20 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +92 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
I have seen this too. The quickest fix is to remove this from your
~/Config/dashboard.config
file:If you like, you can then replace it with your own dashboard: https://code101.net/clean-up-your-umbraco-dashboards-f42b256d539d
FYI, I think the problem is related to the recent changes to umbraco.com. I think they removed the feed this page was expecting to communicate with.
is working on a reply...