Just tried to update the service item doc type with a media picker center image then went into the developer section and executed the model rebuilder and now getting the below error and can not even get into umbraco anymore:
Line 27: //TODO: Get image from media and image cropped correctly
Line 28: IPublishedContent mediaItem = null;
Line 29: if (!string.IsNullOrEmpty(item.ListImage))
Line 30: {
Line 31: mediaItem = item.GetPickerMediaByValue(item.ListImage).First();
Umazel model generator issue
Just tried to update the service item doc type with a media picker center image then went into the developer section and executed the model rebuilder and now getting the below error and can not even get into umbraco anymore:
Please help.
is working on a reply...