Quantcast
Channel: ActiveTopics
Viewing all 72689 articles
Browse latest View live

MultiNodeTreePicker | Failed to retrieve entity data for query $site//cardRepository

$
0
0

Using MultiNodeTreePicker with an xpath query of $site//cardRepository in Umbraco 8 which was once working, has started to throw the following error

Failed to retrieve entity data for query $site//cardRepository

Looking at the logs, I'm seeing the following

Unhandled controller exception occurred for request '{RequestUrl}'
Umbraco.Core.Exceptions.PanicException: invalid item type
   at Umbraco.Web.PublishedCache.NuCache.PublishedContent.GetGetterById() in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedContent.cs:line 123
   at Umbraco.Web.PublishedCache.NuCache.PublishedContent.<get_ChildrenForAllCultures>d__57.MoveNext()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Umbraco.Web.PublishedCache.NuCache.PublishedContent.get_ChildIds() in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedContent.cs:line 361
   at Umbraco.Web.PublishedCache.NuCache.Navigable.NavigableContent.get_ChildIds() in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\Navigable\NavigableContent.cs:line 54
   at Umbraco.Core.Xml.XPath.NavigableNavigator.State.GetContentChildIds(Int32 maxDepth) in D:\a\1\s\src\Umbraco.Core\Xml\XPath\NavigableNavigator.cs:line 1196
   at Umbraco.Core.Xml.XPath.NavigableNavigator.MoveToFirstChildElement() in D:\a\1\s\src\Umbraco.Core\Xml\XPath\NavigableNavigator.cs:line 579
   at Umbraco.Core.Xml.XPath.NavigableNavigator.MoveToNext() in D:\a\1\s\src\Umbraco.Core\Xml\XPath\NavigableNavigator.cs:line 758
   at MS.Internal.Xml.XPath.XPathDescendantIterator.MoveNext()
   at MS.Internal.Xml.XPath.DescendantQuery.Advance()
   at MS.Internal.Xml.XPath.DocumentOrderQuery.Evaluate(XPathNodeIterator context)
   at System.Xml.XPath.XPathNavigator.Evaluate(XPathExpression expr, XPathNodeIterator context)
   at System.Xml.XPath.XPathNavigator.Evaluate(XPathExpression expr)
   at System.Xml.XPath.XPathNavigator.Select(XPathExpression expr)
   at System.Xml.XPath.XPathNavigator.Select(String xpath)
   at Umbraco.Core.Xml.XPathNavigatorExtensions.Select(XPathNavigator navigator, String expression, XPathVariable[] variables) in D:\a\1\s\src\Umbraco.Core\Xml\XPathNavigatorExtensions.cs:line 20
   at Umbraco.Web.PublishedCache.NuCache.ContentCache.GetSingleByXPath(Boolean preview, String xpath, XPathVariable[] vars) in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\ContentCache.cs:line 321
   at Umbraco.Web.PublishedCache.PublishedCacheBase.GetSingleByXPath(String xpath, XPathVariable[] vars) in D:\a\1\s\src\Umbraco.Web\PublishedCache\PublishedCacheBase.cs:line 51
   at Umbraco.Web.PublishedContentQuery.ContentSingleAtXPath(String xpath, XPathVariable[] vars) in D:\a\1\s\src\Umbraco.Web\PublishedContentQuery.cs:line 61
   at Umbraco.Web.Editors.EntityController.GetByQuery(String query, Int32 nodeContextId, UmbracoEntityTypes type) in D:\a\1\s\src\Umbraco.Web\Editors\EntityController.cs:line 267
   at lambda_method(Closure , Object , Object[] )
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()

Any help would be greatly appreciated.


Conditional fields not working

$
0
0

I'm having problems with conditional fields in Forms 6.0.6 - they don't show up, ever.

I've eliminated all the obvious things (dependencies are loaded, no CSS conflicts etc), and found that in umbracoforms-conditions.js there's a reference to .contourField:

    for (fieldId in fieldConditions) {
        handleCondition($("#" + fieldId).closest(".contourField"), fieldId, fieldConditions[fieldId], "Field");
    }

That code is looping through the conditions for each form field, where the handleCondition function toggles show/hide on first argument, which should be the ancestor element of the input and its label, selected by the input ID (the fieldId value, in this case)

Truncated for brevity:

<div class="umbraco-forms-field name shortanswer mandatory">
    <label for="837db468-9dec-4a91-d45a-757759c97c49" class="fieldLabel"> Name <span class="contourIndicator">*</span></label>
    <div><input type="text" name="837db468-9dec-4a91-d45a-757759c97c49" id="837db468-9dec-4a91-d45a-757759c97c49" class="text" value="" maxlength="500" data-val="true" data-val-required="Please provide a value for Name">
    </div>
</div>

However, notice the selector used in closest() -> .contourField. That doesn't exist in my rendered forms, instead (as expected in Forms), the class is .umbraco-forms-field.

This issue appears on the contact form on umbraco.com (that's where the code snippets are from).

Is this a genuine bug, or are we just doing something screwy?

cheers, champions Nathan

Generate Schema Markup for Nested Content

$
0
0

Hi there,

I've started creating a new model and controller to generate FAQ schema data for each FAQ item on a given page.

I'd like to render this in a Schema data partial in the format below, however the part i'm struggling with is how to generate a question & answer set in JSON for each nested content item/FAQ.

<script type="application/ld+json">
{
"@@context": "https://schema.org",
"@@type": "FAQPage",
"mainEntity": [{
"@@type": "Question",
"name": "@Model",
"acceptedAnswer": {
"@@type": "Answer",
"text": "@Model.answerText"
}
}]
}

Anybody done this before? or any pointers, packages or reference sites I could take a look at?

Cheers Stuart

Can you reinstate a deleted system/umbraco data type?

$
0
0

Hi all,

Bit of an odd one this, we have somehow managed to delete an out of the box data type via the back end (date picker with time).

Aside from the fact that Umbraco should not let us do that... do you know of any way to reinstate a datatype?

We tried manually inserting into the DB but restrictions have stopped us from doing so.

The next idea is to re install the current Umbraco version again, but not sure if that would help.

Anyone have any experience with this?

Thanks!

How to get determine the type in Nested Content

$
0
0

I got stuck on this so just some general information.

I needed to determine the type of what the Nested Content elements were. And based on the Umbraco 8 documentation for Nested Content, it was not clear, because I have multiple different types of nested content with different property values. That said, here is my solution.

It got the type by using ContentType.Alias

@{
 var items = Model.Value<IEnumerable<IPublishedElement>>("homepageSections");

  foreach (var item in items)
  {

    if (item.ContentType.Alias == "homepageArticles"){

      //Show selected articles

    }else if (item.ContentType.Alias == "homepageEvents"){

        //Show selected articles

    }else{}

  }@*End foreach*@

}

License 2.9.1

$
0
0

It is possible to recover the license key for ImageGen package version 2.9.1. for a specific domain? I'm the new developer for the company who owns the license buy we don't know the email account used to purchase the license and don't have access to the configuration files in the current production server.

Nested Content - Select Multiple Groups

$
0
0

Hey all,

I was wondering if there's any way that we can have multiple groups selected at once when adding nested content items.

Out the box, I appreciate you can only select one group at a time for each doc-type but we'd really like to be able to use all compositions in a given doc-type at once.

enter image description here

That is to say, if we have the doc-type "Banner Item" with the compositions:

  • Content
  • Imagery
  • Position/Alignment

When clicking "Add Content" for a nested content property editor an item would be added containing all of the properties from all of the compositions of the "Banner Item" doc-type.

enter image description here

I understand that we could just add properties individually into one group in our "Banner Item" doc-type but we'd prefer to use compositions to keep things DRY.

If we can't do it, we can't do it. Just wondered if anyone's found a way to do this whether by using a package or writing something themselves.

Thanks for your help, folks!

How to Upgrade to umbraco 8 ?

$
0
0

Hi our

any body pass this error when migrate from 7 to 8 ? enter image description here


Show Member Group on member listview

$
0
0

Does any one know how to show the member group in the member list view? We need to allow admins to see what members belong to a group in the back office.

-Lee

Newbie

$
0
0

Hello you all

I am absolutely in love with Umbraco and have been using it a bit in past. I have, however, been relying on a friend with coding skills for the 'under the hood' work.

As I am quite new to programming (I know html and CSS) I was hoping that some of you good people could help as to where to begin improving my skills - perhaps even broken down into steps.

Any input will be much appreciated 🙏 Thanks in advance.

Philip

How can I create package license?

$
0
0

Hello All,

I am planning to develop starter kits and would like to make some feature commercial. So How can I create license for it? Can anyone help me please?

Thank you in advance. HK

UmbracoContext issues in hangfire/service job. (possible Dependency Injection)

$
0
0

Hi.

I'm using the LightInject Dependency Injection and running Hangfire to do some scheduled tasks. I think I've gotten Hangfire to work using one of two methods:

One by mocking a HttpContext when resolving the Scope of Lightinject, or two - by using another container for Hangfire and re-registering all services from the existing container.

Both of these seems to work. My issue comes from the application layer which I'm calling from my Hangfire job.

Suppose the following simplified example: From Hangfire I'm calling MyService.MyMethod() which needs to lookup content from Umbraco. I am doing the following simplified:

public class MyService : IMyService
{
    private readonly IUmbracoContextFactory _umbracoContextFactory;

    public MyService (IUmbracoContextFactory umbracoContextFactory)
    {
        _umbracoContextFactory = umbracoContextFactory;
    }

  public void MyMethod()
 {
       using (var contextFactory = _umbracoContextFactory.EnsureUmbracoContext())
        {                
            var myContent = contextFactory.UmbracoContext.Content.GetAtRoot().OfType<MyContent>()?.FirstOrDefault();
        }
 }
}

This does seem to work and I can view the correct content in myContent.

However afterwards, from somewhere, I also get a null pointer exception with the stacktrace

at Umbraco.Web.Templates.TemplateUtilities.ParseInternalLinks(String text, Boolean preview, UmbracoContext umbracoContext)
       at Umbraco.Web.PropertyEditors.ValueConverters.TextStringValueConverter.ConvertSourceToIntermediate(IPublishedElement owner, IPublishedPropertyType propertyType, Object source, Boolean preview)
       at Umbraco.Core.Models.PublishedContent.PublishedPropertyType.ConvertSourceToInter(IPublishedElement owner, Object source, Boolean preview)
       at Umbraco.Web.PublishedCache.NuCache.Property.GetInterValue(String culture, String segment)
       at Umbraco.Web.PublishedCache.NuCache.Property.GetValue(String culture, String segment)
       at Umbraco.Web.PublishedPropertyExtension.Value[T](IPublishedProperty property, String culture, String segment, Fallback fallback, T defaultValue)
       at Umbraco.Web.PublishedContentExtensions.Value[T](IPublishedContent content, String alias, String culture, String segment, Fallback fallback, T defaultValue)

This time the UmbracoContext is null in ParseInternalLinks It seems because "something" else is calling NuCache (perhaps a rendering that's triggered in the background or something?), but I don't understand what that is and I cannot seem to trace it back.

Does anybody have something that can help me shed some light on the issue and maybe point out where I am taking a wrong turn?

Thanks in advance.

Forgot password submit button not working

$
0
0

Morning all,

has anyone had any issues with with the forgot password not working in umbraco 8? I can click the link and fill my email in, but when I click the submit button it doesn't do anything? but if I enter an email which hasn't been used in the back office it will then submit?

Hide Member Groups in back office

$
0
0

Is it possible to hide Member Groups from all members other than admin in the back office?

thanks

Umbraco 8 Ucommerce bug loading category tree in Azure

$
0
0

Hi,

Since I can't write and get help on the package forum, I try here since this is a urgent matter..

I've have a big problem with the category tree in Ucommerces , this is a DEV version.

I have created a Product Catalog Group under Stores named "teststore.com". Then I have created a Product Catalog.

With a PIM system, I push items under the Product Catalog using SQL DB via a tabel. This is no problem on my local version of Umbraco Ucomerce.

Here is a demonstration:

enter image description here

But once I publish the site to Azure, the tree structure won't load the child items there. It just says "Loading", then it disapears. Nothing is there when i "Inspect" the list in Chrome. It's empty.

Here it's loading and it seems to be fine:

enter image description here

Then it stops loading and it looks like this:

enter image description here

In security section, I can see the tree and select everything: enter image description here

I can also se the products in the fronend with the Azure version.

What is the problem!? There is nothing in the logs..

This has worked before but once I started to publish more content and installed some plugins like "SEO Checker", the tree stoped loading.

Hope anyone have a answer to this.

Best regards, Simon


What do you know about Umbraco?

$
0
0

I interviewed with a medium sized C#/.NET shop last week about a mid-level dev role.

The IT Director said the role is on one of his teams that solely worked with the open source CMS called Umbraco. The Director admitted very few are experienced with Umbraco but believes the company can train a mid-level C# guy with minimal issues.

My concern is this. I've been a ASP.NET 4.6 MVC 5 guy for about 3 years and gotten pretty good at it. If I were to join a team that's hyper-focused on Umbraco..... would that be a detrimental career move if my goal is to be a well-rounded Senior .NET dev in the future?

What do you know about Umbraco?

How much custom C#/.NET code could one write when working with this CMS?

Would having this experience produce any transferable skills? Don't want to be pigeonholed and have a career stymied.

Thanks.

Umbraco Forms "Thank you" message not displaying.

$
0
0

So I have a fresh install of 7.2.4 with the 4.1.1 Forms Package installed.

I have created a very basic test form which is working except it isn't displaying the "Thank you" message once the form has been successfully submitted. More specifically, that part of it isn't working when I add the form macro to a traditional C# masterpage. So this isn't working:

------------------------------------------------------------------------------------------------------------------------------

<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
   
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>FORM TEST</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
</head>
<body>

    <umbraco:Macro FormGuid="938358a1-9100-42e9-a339-6bbc7ce27269" Alias="FormsRenderForm" runat="server"></umbraco:Macro>
   
</body>
</html>
   
</asp:Content>

------------------------------------------------------------------------------------------------------------------------------

I've had a look at the Form.cshtml file and a brief test of it tells me that "Model.SubmitHandled" is always returning false, even though the form submissions are being saved and can be viewed in the backoffice.

Am I missing something or is this a bug?

 

 

Homepage regularly hangs after error from ImageProcessor

$
0
0

Hello all. First time posting, so thank you first to all who've come before. I've solved a lot of issues from reading these forums. This, however I cannot...

Our site was previously built and hosted in Umbraco v7.14. I recently rebuilt the site fresh in v8.5 as it was such a large change between versions. As well as created a new database for it.

  • It has two cultures: gb & au
  • Articulate v4.1.1 & Umbraco Forms v8.2.0 (both installed with NuGet)
  • Built within Visual Studio v16.4.4.
  • .NET v4.7.2
  • IIS v10.0.14393.0
  • Windows server 2016

All was fine for the first few weeks after the new site went up, now I keep receiving these errors in the backend that line up with the homepage (for both cultures) hanging until I sign in and republish the homepage node (all other pages on the site display correctly, it just seems to be affecting the home page).

Example:

ImageProcessor.Common.Exceptions.ImageProcessingException: ProcessImageAsync 610 : No image exists at E:\[root]\media\1491\image01.jpg

The “[root]” is just me replacing the physical path on the server for this post.

They’re all image path related errors. The links are still trying to access the images with the old Umbraco way of numbered folders inside the media folder, rather than the new way of random characters.

Each image mentioned does actually exist in the site, however they were all manually re-inputted when the v8 rebuild happened, so their paths in the backend are correct and display correctly in the front-end.

Example:

ImageProcessor.Common.Exceptions.ImageProcessingException: ProcessImageAsync 610 : No image exists at E:\[root]\media\1hzdc0pk\image01.jpg

I’ve refreshed my server cache as well as my Umbraco caches, so I have no idea where it could be coming from. Any thoughts?

Thanks in advance.

Related Links Server Error in '/' Application.

$
0
0

Hi. Any idea how to resolve this error, which i get when i preview the related links;

Server Error in '/' Application.

Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.] System.Object.GetType() +0 Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers.HandlePageNotFound(PublishedContentRequest docRequest) +182 Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers.TryFindContent(PublishedContentRequest docRequest) +16 Umbraco.Web.Routing.PublishedContentRequestEngine.HandlePublishedContent() +540 Umbraco.Web.Routing.PublishedContentRequestEngine.UpdateRequestOnMissingTemplate() +33 Umbraco.Web.Routing.PublishedContentRequest.UpdateOnMissingTemplate() +34 Umbraco.Web.Mvc.RenderRouteHandler.GetHandlerForRoute(RequestContext requestContext, PublishedContentRequest publishedContentRequest) +208 System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +12465707 Umbraco.Web.UmbracoModule.ProcessRequest(HttpContextBase httpContext) +571 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36480

I am the admin for the site and can only edit through the web front end.

The whole site works and the related links do not show at all.

Any help would be most helpful

Logout issue

$
0
0

Hi. Any idea why the site logs me out all the time? Its like the connection is lost and I have to close the browser and open the site again.

Thanks

Viewing all 72689 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>