-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to run installer if data type dosn't exist #14
Comments
Can you share the steps you took to resolve the issue? Maybe that would be enough to document here such that if anyone else comes across the issue, your steps might help. |
Absolutely! This is how I solved it!
That should make it run! But I think some sort of logging should be added? Because now it's just a window that's shown. |
On the install, from an upgrade from Vendr 8 + Checkout (sad to see it go Matt! But glad to see you're still around) we also didn't have the datatype. The instructions from @Lantzify helped. So now the nodes are installed However, no templates. And no default template for the doc types So, copied those templates into my Views (Templates in the Views root, partials etc in a the folder, called Views/UmbracoCommerceCheckout, then went through adding the templates in Umbraco, starting with UmbracoCommerceCheckoutLayout. Then adding the rest below that (except UmbracoCommerceCheckoutPage and UmbracoCommerceCheckoutPaymentPage which have Layout=null) Then, go through each of the installed datatypes and update their default template. Then, apply all the templates to Then, go through each page and apply/guess which template should be used and save/publish. I added all of the imports from https://github.com/umbraco/Umbraco.Commerce.Checkout/blob/release-13.1.2/src/Umbraco.Commerce.Checkout/Views/UmbracoCommerceCheckout/_ViewImports.cshtml into my _ViewImports.cshtml /checkout doesn't redirect, but that's a pretty easy fix. /checkout/customer-information/ does render. So if not entirely there, we're close! |
Hello! We are in the process of updating our Umbraco sites. And with that. Our Umbraco Commerce stores as well. We've encountered an issue with the installer. It looks like the
MediaPicker3SingleImageGuid
wasn't added with our Umbraco upgrade. And due to this the Umbraco Commerce installer crashed and gave us the error "null data type". (It didn't say which though). This seems like a very niche problem and I am unsure if something should be done about this. But I just wanted to bring this to your attention juts in case.This regards Umbraco Commerce 13
The text was updated successfully, but these errors were encountered: