Issue with Azure SSO Login: AuthenticationFailureException in Umbraco CMS
I have a .net Umbraco CMS project that was handed over to me to see if I can add login via Azure SSO. I found the package Umbraco.Community.AzureSSO and configured the Azure settings provided to me....
View ArticleHow do i get a list of articles that have been published in the last week?
I'm using Umbraco 13 and want to provide a 'latest articles' feature.I had been using a content item on my document type for 'publish start date' and 'publish end date' that I was using to control...
View ArticleUmbraco Image upload to Media folder in ASP.NET Core Web API
I am trying to upload the image to media folder under a folder which we are receiving the file from frontend in ASP.NET Core Web API. I am using Umbraco 3.2.2 version.When I am trying like below its...
View ArticlePublished website looking for media folder, but it's not created when published
When i publish my Umbraco website and put it on the server. it generates and error and the log showsUnhandled exception. System.IO.DirectoryNotFoundException:...
View ArticleHow to Restrict Users to a Specific Member Group in Umbraco and Prevent...
I'm trying to restrict users in Umbraco so that users with the "collarDatabase" role can only add members to the "Collar_Database" member group. If a user attempts to add a member to any other group,...
View ArticleCreate Umbraco Package with Visual Studio
Visual Studio 17Umbraco 13I need to create a back-office API plugin for Umbraco. This will be a new section and dashboard, with AngularJS controllers and server-side MVC content (well, not so much the...
View ArticleError while upgrade from Umbraco 14 to 15
I tried to upgrade my website from Umbraco 14 to 15.This the error I get when try to navigate to my website after I did dotnet publish and copied bin\Release\net9.0\publish\ to ftp:You do not have...
View ArticleSend Email in Umbraco
I am setting up a function to send out mails(as confirmation for orders but thats a later matter).Problem is that the mails are to be sent from the companys exchange server and so far all i have gotten...
View ArticleWhy is my custom section not rendering on the homepage in Umbraco v13 using...
Context:I am working on an Umbraco v13 project and trying to implement a custom section on the homepage using the Block Grid editor. I have added the section in the CMS and configured it in the...
View ArticleHow to dynamically render images based on button clicks in Umbraco v13?
Context:I am working on an Umbraco v13 project and need to implement a feature where clicking on different buttons dynamically renders specific images. The buttons are:AllFestivalSportsActivityThe...
View ArticleUMBRACO troubles - Ecommerce Integration
I am trying to add some form of ecommerce to our website www.lightfab.comI was going to simply insert the html tags for the paypal button that I had but the html editor clips the code and doesn't...
View ArticleUpgrade from Umbraco 10 to 13 made 404 error when calling...
screenshot from Backoffice errorI upgraded Umbraco 10 project to Umbraco 13 but unfortunately I media section not working and cause error when opening it /mediatype/GetAllowedChildren?contentId=-1...
View ArticleMissingMethodException within Umbraco
I have an Umbraco (v13.5.2) project (call it project A) which is running fine in ASP.NET Core (.NET 8.0). I have a second project (call it project B) for the controllers which also references the same...
View ArticleUmbraco Disable NuCache Database Composer
i have a problem (in log file):"An unhandled exception was thrown by the application.","@l":"Error","@x":"System.IO.IOException: The process cannot access the file...
View ArticleGet all content items of a specific document type in Umbraco 13
I am creating an API Controller for fetching content items in Umbraco. We have several document types already created and have a controller class for each document type. Each controller should have a...
View ArticleAutomapper ConstructServicesUsing in Umbraco 8
I recently have been working on a small side project using Umbraco 8, and I set myself a challenge of getting Auto-mapper working with the Dependency Injection.I've got basic mappers working however...
View ArticleDynamically set the value of a TrueFalse property based on the value of a...
Our client wants a TrueFalse property on a document type to be automatically and dynamically set to a value, based on the value of two number fields on an entity in Dynamics CRM.The current workaround...
View ArticleDeploying Umbraco web app to Azure from GitHub Repoistory
I've created a simple Umbraco web app with latest Umbraco and .NET 9.This works fine locally, I'm using Sqlite so it's just a file in a generated data folder.I want this to persist, so I've specified...
View ArticleUmbraco - BeginUmbracoForm posting to the wrong controller
I cannot work out why BeginUmbracoForm is generating a form that posts back to the wrong controller. I figure this is due to data within the hidden upfrt field but I cannot find a solution or really...
View ArticleIIS web.config error: ecognized attribute 'enableSsl'
I get this error on IIS: There was an error while performing this operation. Details: Filename: \?\C\HostingSpaces\tasrestaurants\tasrestaurants.co.uk\wwwroot\web.config Line number: 118 Error:...
View ArticleIIS/ASP.NET/Umbraco exception on on w3wp.exe and pcre.dll
I have a Windows Server 2025 VPS managed using Plesk for Windows. On it, I host multiple Umbraco websites. Since recently, an issue occurs where some sites' application pools appear to crash, taking...
View ArticleCannot login to admin page umbraco backoffice
I have created an Umbraco version 7.10 project. I can access the umbraco backoffice when I debug the project locally however when I deploy this to server, I cannot access umbraco backoffice. The web...
View ArticleUsing partial View in Umbraco
I'm working with a Grid editor and Partial View, but I'm having some trouble because I'm testing everything and I've tried to test what I'm trying to do in JSFiddle and it works the way it was supposed...
View ArticleDraft Issue After setting RichText Value in Block List (Umbraco 16)
I have Umbraco 16 running and I after some work I was able to publish programmatically to a rich text in a block list on a document. I started off by adding clean starter kit which has been a big help...
View ArticleUmbraco Flavoured Markdown returns blank label
I'm using Umbraco v16.1.1 and I've been trying to get labels working for Blocklist and Blockgrid elements. With version 16, you're supposed to use Umbraco Flavoured Markdown to generate dynamic labels...
View ArticleShould scaling down an Azure app service cause the server to restart?
I just scaled down an Umbraco site running in an Azure app service from S2 to S1 which caused the server to restart. This was a production instance so we need to know if this is what is supposed to...
View ArticleHow can I update multiple Nuget packages to a specific version at the same time?
I have two Nuget packages, let's call them A and B. Both reference a particular version of package C. I now need to update both packages A and B, but the problem is the updated versions both require...
View ArticleC# MVC (Umbraco 8) - Receiving a recurrent warning in home
I have an Umbraco 8 c# MVC website and have realized I'm having a lot of recurrent log warnings that are making my log file very big.The log warning message is:The current Document Type home matches a...
View ArticleCreating custom BlockGrid component with BlockGrid property in Umbraco 13
In Umbraco 13 the BlockGrid is very flexible.It is simplest to create a custom BlockGrid component. The component can defines any property you can imaginate: media, text, date, number...And it is...
View ArticleUmbraco Custom Dashboard Routing Parameters
I'm trying to set up a custom dashboard for my Umbraco 17 backend so I have the following manifest:export const dashboardInstallerDetailsManifest: UmbExtensionManifest = { type: 'dashboard', alias:...
View Article