U8.3 Memory cache issue
Hi, I've been running on Umbraco 8.3 for a few weeks now and I've got the issue that sometimes the memory cache is 'gone'. I have several main categories that show the amount of subcategories that are...
View ArticleUDI and ContentService / GetValue
Using the contentpicker2 with the UDI. Need to grab the selected content item in an eventhandler with ContentService or IContent.GetValue<> but there doesnt seam to any propertyvalueconverters or...
View ArticleFrom UDI to Guid
var udi = Udi.Parse(test); var page = Services.ContentService.GetById(Guid.Parse("ac0a00738fbb43d3b6ebd01928d61051")); string teee = page.GetValue("CarDetailsTitle").ToString();
View ArticleExamine search query for multiple document types
I'm trying to write a search query for examine in version 8 that picks up on multiple document types but can't quite see how it works. var results = searcher.CreateQuery("content")...
View ArticlePushing from local to cloud is not showing everything
Hello! I'm using GitKraken for my umbraco cloud project and I have a few questions with hopes for some answers and guidance, so i can proceed my work. When I open a local repository in GitKraken and do...
View ArticleLazy loading images inside umbraco editor (uCKeditor)
We are using Umbraco 7.10.3 We have replaced our default text editor with the package uCKeditor. https://our.umbraco.com/packages/backoffice-extensions/uckeditor/ We have many pages where the text in...
View ArticleGet image url from content
I noticed in the umbraco 8 standard template installation the following code: @using Umbraco.Core.PropertyEditors @inherits UmbracoViewPage @{ Layout = null; // Get basic design settings from the...
View ArticleSite is too slow
Hello, please help me Logs showing following error and site is too slow ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred System.InvalidOperationException: This request has...
View ArticleUmbraco 7.13 Examine, Lucene "[IOException: read past EOF]" Error
We have a Umbraco 7.13 website running well on Local Host. When we deploy it on a hosting server(unoeuro.com), it gives a YSOD - "[IOException: read past EOF]" error. I rebuild the indexes and deploy...
View ArticleMedia not loading after migrating to the 7.1.2
Hi, I have migrated an Umbraco instance from 6.1.5 to 7.1.2 Everything went well except media section. Media items does not load and it shows following error message. Much appreciate if anyone could...
View ArticleUmbraco Multitreenode picker gives empty values in umbraco 8
Hi All, Please help me iterating multi tree node picker in Umbraco 8.3 Model.HasValue gives me TRUE, but after applying foreach on it, it does not picks any children out of it. Struggling to get this...
View ArticleAny idea how does this module interfere with the default umbraco redirect...
I have installed this module with urlTracker:trackingDisabled = true. Umbraco default redirect management doesn't seem to work any more.
View ArticleLog flooding with imageprocessor errors using blobstorage
Hi, I'm using a blobstorage for the first time on cloud. It all looks good but now my log file is flooding with the following error: ImageProcessor.Common.Exceptions.ImageProcessingException:...
View ArticleAdding custom MVC routes in v8
Does anyone know how to add custom MVC routes in v8? With v7 I used an ApplicationEventHandler class but this is not available. I did make an attempt with Composers and Components but it didn't go very...
View ArticleHangfire dependency injection
Hi! I'm using Hangfire with Umbraco 8 and followed this post to set it up: https://cultiv.nl/blog/using-hangfire-for-scheduled-tasks-in-umbraco/ I'm using LightInject and now trying to inject a custom...
View ArticleFixing top navigation on safari or chrome for tablet and desktop
When using IPAD with Safari or Chrome browser the Navigation menu is distorted. The ‘About Us’ tab drops below the other tabs and the menu opens to the left-hand side of the screen which makes it...
View ArticleRestrict Who can edit doctypes
Is it possible to restrict access to who has permission to add/remove doctypes by user role. i.e. an admin can change the doctype but an editor cant.
View ArticleUmbraco with cloudflare and form pages
I am working on v8 site and am using cloudflare to cache everything. I have code from umbracoflare project running to invalidate caches of urls when page is published and when images are saved etc. One...
View ArticleUmbraco 8 - ApiController attribute routing
I am trying to develop an web api using umbraco api controller which works fine if I provide the controller and action name in the url but if I am trying to to use attribute routing as like Asp.Net Web...
View ArticleDoes this work with LeBlender?
This looks really good, but does it work with LeBlender, or can it be made to?
View Article