How to code with Umbraco and Razor pages ?
Hi all, I'm having a hard time understanding the best way to code something clean with Umbraco. By that, I mean that a lot of code is in my templates which is not the cleanest work ever... For example,...
View ArticleBanner links on site tab fall off after upgrade
Just upgraded to 7.6.3 on the way to 14 Two things seem to have happened. First, the banner links listed on the home page vanished. Second, the css files don't load. If I try to open an external link...
View ArticleUmbraco treating certain file types differently
Hello, I'm running Umbraco 13, and in my wwwroot folder I have 2 files, MyProgram.exe and MyImage.iso. If I try to navigate to ~/MyProgram.exe, it triggers a download, which is what I want. When trying...
View ArticleLoop through the Multi node Tree Picker and also loop through a different Doc...
I can successfully render content from a different Doc Type using x.ContentType.Alias == "cases", however, I also want the ability to use the Multinode Tree Picker so the editor can reorder the...
View ArticleHow to Integrate Data from External SQL Database
I have a blocklist component cProductGrid. cProductGrid lists all children of the Products node in a 4-column grid. I have an external SQL database that has the price for each of those products. What I...
View Articleget_ContentSchedule not found after umbraco upgrade
Hi, I have a umbrao 9.4.1 project, that has been updated to 10.5.1. I did the upgrade, and pushed to to our test-server, which is a windows 10 machine running the project in IIS. It was then pushed to...
View ArticleInclude username in member index
Hi All, We have a unique requirement where we need the member "username" field added to the members index. Would anyone know how to achive this? We alredy have a custom index config where we specify...
View ArticleMigrating to Azure
Greatings, I have had a hosting account at a company for a number of years and have hosted my umbraco sites, there..but sometimes when I deploy my sites to the server I have issues, strange umbraco...
View ArticleUmbraco fails to boot even after database connection is warmed up. It seems...
We have an Umbraco installation that takes around a minute to boot. Sometimes Umbraco will successfully boot. But some of the time Umbraco will fail to boot with the "failed to boot" screen and the...
View ArticleReconnection to database after lost connection do not work until a restart of...
Hi all. We occasionally lose connection to the database, because the database is being maintained by the providers. System.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred...
View ArticleHow to deal with BootFailedException?
I have observed the following behavior whenever our SQL server is rebooted or our web server loses connectivity to the SQL server.. Umbraco enters a persistent state after the BootFailedException is...
View ArticleHow to overwrite a media file with a locale, physical file so it works both...
I can't get Cogworks.Tinifier package working on Umbraco v13 (and have got no solutions here: https://www.facebook.com/groups/umbracowebdevs/posts/2091914831210397/). Therefore I have tried to make my...
View ArticleUmbraco 13.4, how to set up Examine Index in a distributed environment
Hi there, I have a Umbraco project, and the deployment is as follows: 1 Umbraco instance for backend editors 2 Umbraco instances provide high availability services to provide API services to frontend...
View ArticleDesigning content types in v13
I have started upgrading our U7 sites to v13. How do I sort property editors for a content type. Right now all inherited editors are at the bottom and content type-specific ones I add end up above. I...
View ArticleTransaction Emails Not Sending in Umbraco Commerce – No Errors in Logs
Hi everyone, I'm facing an issue with transaction emails in Umbraco Commerce. Whenever an order is placed, the emails are not being sent. Everything seems to be set up correctly, and I’ve...
View ArticleHow to display URLs containing a dot
Error when trying to display a page containing a dot on a site built with Umbraco. For example, the URL is as follows. www.test.com/abc.efg The site was originally built using another CMS, and at that...
View ArticleError when creating project
Error when creating project C:\Users\user>dotnet new umbraco -n MyProject --force The template "Umbraco Project" was created successfully. Processing post-creation actions... Restoring...
View Articleumbraco forms add extra data to saved entry
Hi, We need add extra data to each saved form entry. We must collect tracking data from our affiliates. I can create hidden form fields thru C# and populate their values from JS. But how do i add the...
View ArticleUmbraco 10 to Umbraco 13 upgrade
Can direct upgradation from umbraco V10 to umbraco 13 is possible? I have followed the below link for upgradation. https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading Did everything as...
View ArticleUsing Umbraco to hold back-end data with a Vue front-end
I'm working on a new project where I'd like to use Umbraco to manage content and then use Vue as the front-end app, which queries content using the Content Delivery Service. The only issue is how to...
View Article