Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullReferenceException when running recipe or selecting the event recipe up on installing orchard #1

Open
mobinzk opened this issue Feb 8, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mobinzk
Copy link

mobinzk commented Feb 8, 2019

NullReferenceException when running recipe or selecting the event recipe up on installing orchard core.

I'm using orchard core version 1.0.0-beta-3-70650 with AspNetCore 2.2.0

Here is the error I get

An unhandled exception occurred while processing the request.
NullReferenceException: Object reference not set to an instance of an object.
OrchardCore.ContentManagement.Display.ContentItemDisplayManager.BuildDisplayAsync(ContentItem contentItem, IUpdateModel updater, string displayType, string groupId) in ContentDisplayManager.cs, line 68
@mobinzk mobinzk added the bug Something isn't working label Feb 8, 2019
@peterkeating
Copy link
Contributor

Gave this a go myself running 1.0.0-beta3-70668 and it works fine. When we next get a chance we'll debug this on your machine. If I remember rightly it was the FlowPart override that was causing the issue. Looking at the original FlowPart there haven't been any changes for quite some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants