-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problem creating the nodes #32
Comments
@marcusjm What version of Umbraco are you using? |
This is the latest public release 9.4.1 |
Hmm, I've just setup 9.4.1 install and installed Vendr + Vendr Checkout and it installed as expected. Is there anything custom about your setup? Have you removed any of the standard data type deinfitions? |
I use the Vendr Usync plus some other like Contemtment etc but nothing dramatic. |
ok I will try again and see if it works Complete error msg. ` Exception Details at Umbraco.Cms.Core.Models.PropertyType..ctor(IShortStringHelper shortStringHelper, IDataType dataType) |
It is multi language though if that matters? 4 different. |
Aha so some store setting perhaps? I couldn't see any missing but. We use 4 currencies also. GBP, EUR, SEK and NOK. I compared with the Tea Store and they seem to be about the same (except the unique settings of course) |
I will try to create a new setup and simply compy the doctypes over. |
It looks like it works when doing from a clean vendr install. Not sure if something collided with other DocTypes then. Going to try using Usync to match them :). |
I'm getting the same error, admittedly on a pretty heavily customised base site. Although I don't think we've removed any standard Umbraco datatypes. Same versions of Vendr too - Vendr 2.1.2, Vendr.Checkout 2.1.0 on Umbraco 8.17.1 Will carry on looking into it, maybe take the source and debug, see if I can work it out
|
Just for info (or if anyone else has this issue) adding the project src to my solution, and referencing directly from the web project worked a treat. Strange. |
🤯 |
Cool. I will try that then. |
Unfortunatelly that didn't work for me. |
If this is an upgraded umbraco install, I think it’s probably because the new image picker data type isn’t being created. It only gets created on new installs after the version of umbraco in which it was added. I think we may need to check for its existence before using it 🤔 |
I have not upgraded yet but it is at 9.5. |
I get this issue when trying to create a new checkout tree under the root node. Using 2.1.0 of Checkout and 2.1.2 of Vendr.
An error occurred
Value cannot be null. (Parameter 'dataType')
Exception Details
System.ArgumentNullException, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Value cannot be null. (Parameter 'dataType')
The text was updated successfully, but these errors were encountered: