https://discord.umbraco.com
Join Discord
Fresh v13 install on Arm64 (Surface Pro 11)
b

Barry Fogarty

10 months ago
Morning! I have a shiny new Surface Pro 11 with the Snapdragon Arm64 chip and I'm having difficulty installing v13 on it. The site builds and boots, but I get a 503 Service Unavailable console error in the
GetSetup
Umbraco API call. Nothing relevant in the Umbraco logs. This happens before the install form appears on the frontend. Interestingly a v14 install works fine, as does an unintended install via
dotnet new umbraco
e.g. the latest LTS with Clean Starter Kit example from Paul Seal's excellent package script writer: https://psw.codeshare.co.uk/?TemplateName=Umbraco.Templates&TemplateVersion=LTS&Packages=&UserEmail=admin%40example.com&ProjectName=MyProject&CreateSolutionFile=true&SolutionName=MySolution&UseUnattendedInstall=true&DatabaseType=SQLite&UserPassword=1234567890&UserFriendlyName=Administrator&IncludeStarterKit=true&StarterKitPackage=clean&OnelinerOutput=false&RemoveComments=false Could be a bug and I'll need to log an issue, but interested to hear if anyone else has tried this on Arm64? It should be the same as what has worked on Mac/Linux for a while right? Could it be to do with the NodeJs version installed on my machine? Thanks!
b
s
+8
  • 10
  • 50
  • 117
[Solved] PDF Generator
c

Craig100

10 months ago
Is there a decent PDF generator for Umbraco that works with V13? I've tried the WebWonders one but it won't install and looks like it hasn't been updated in a long while.
c
d
+5
  • 7
  • 83
  • 116
Umbraco 14 how to display custom section's content.
a

Abradolf Lincler

11 months ago
Hey so I've created custom section following the documentation, but i can't find anything about putting content in it. This is what i've done. I've also tried creating sectionView and it worked but it's not put in the content of the section I've created. https://cdn.discordapp.com/attachments/1252932290049216564/1252932290225639445/image.png?ex=667403a0&is=6672b220&hm=cbb6958896e391a683d7c16bb22549280c1d30652820739952d5540296487887& https://cdn.discordapp.com/attachments/1252932290049216564/1252932290443612181/image.png?ex=667403a0&is=6672b220&hm=bd2d5a53d2325f3d6b01ff07117ffb94b2370b9f5418300f4fd61a589340765b& https://cdn.discordapp.com/attachments/1252932290049216564/1252932290783219793/image.png?ex=667403a0&is=6672b220&hm=529d7a43c9c76abb754f5ae614af13cb83cfe5db4881cea01e59b98541a42af4&
a
b
  • 2
  • 3
  • 116
error CS0246: The type or namespace name could not be found
w

webjaved

almost 2 years ago
Hello, I am getting the following error message;
error CS0246: The type or namespace name 'FeaturedItemsRow' could not be found (are you missing a using directive or an assembly reference?)
Here is the featuredItemsRow.cshtml component file. https://prnt.sc/_gBCXnfJaxwi Here is the block selected as part of my page builder block. https://prnt.sc/p_MqFGvF2X_H I'm working on Umbraco Cloud at the moment but will look at getting the project cloned locally now that I have access to do so.
w
j
  • 2
  • 5
  • 115
Umbraco Form Data cleanup
j

jonroberts

11 months ago
Using Umbraco 13 and Umbraco Forms how easy is it to do the following: - Scheduled Data Cleanup: automatically delete web form data (including uploaded files) after a specified period (e.g., six months, one year). - Manual Data Cleanup: implement a feature allowing a CMS user to trigger the deletion of web form data (including uploaded files) on demand. Thanks @User #forms
j
j
  • 2
  • 4
  • 113
Custom labels in Umbraco 14 Blocks
d

Dixi

11 months ago
Hi guys, are there any docs on the label formatting options for blocks in block list / grid in Umbraco 14? The official docs are still pending to be updated
d
p
+5
  • 7
  • 12
  • 111
Best practice for new projects
p

Pekdon

10 months ago
I am about to create a new Umbraco project. I wish to follow best practices and run the latest (or at least LTS) version of Umbraco. The site we're currently working on, is a messed up Umbraco 8 installation. One giant mono-project. I would like to do better this next time around, and break everything up. How do you normally structure your solutions? My idea at the moment is to have at least two projects. Web.UI <--- Umbraco Web <--- References Umbraco.Cms.Core packages The idea is to have the Web.UI project only contain views, javascript and css, and stuff like usync exports and the like. And everything else to be housed in the Web project. this is also where I would like my models to be exported from the Modelsbuilder. (i have another thread on here with just how much of a pain in the behind that has been) But I wanna ask this community, how do you structure your new umbraco projects?
p
m
+4
  • 6
  • 56
  • 110
Umbraco v13 IRecurringBackgroundJob not following Period
c

Carlos Casalicchio

11 months ago
Hello everyone! I have implemented the IRecurringBackgroundJob, but something seems wrong. I've scheduled it to repeat after 3 days, and after 7 days, but it's repeating every day. This is happening in Umbraco Cloud and I am suspicious it has to do with a restarting IIS process, but I cannot be certain. Does anyone have any suggestions or fixes to revolve this? please see attachment
public TimeSpan Period => TimeSpan.FromDays(7);
        public TimeSpan Delay => TimeSpan.FromHours(24);
https://cdn.discordapp.com/attachments/1248047040538214520/1248047040680824862/message.txt?ex=66623de2&is=6660ec62&hm=8dab93f684980f82323256dc03db5582bad7cf434b0184dc11eb8b8e4d4189fd&
c
s
  • 2
  • 4
  • 110
How to add custom languages to the "add language" dropdown in the BackOffice
w

warlloch

over 1 year ago
I have an Umbraco 13 site that needs to include translations for languages that aren't currently included in the language dropdown when you go to add a language in the backoffice. How would I go about adding these languages in? So far I have tried creating a custom locale on my pc in hopes that the backoffice would pull from my locale list when I run my site locally, but I haven't had success there yet. Any and all help is appreciated! https://cdn.discordapp.com/attachments/1197660661275177092/1197660661837201479/language_issue.png?ex=65bc1369&is=65a99e69&hm=fd7668cc9d5a069ddc47b828632dfa999ed18867c0690b219d0a806db7e3012e&
w
j
+2
  • 4
  • 11
  • 109
[solved]Azure Blob storage ImageSharp 13.0.1
m

Matt Wise

12 months ago
I have my connection string and container name set. However with the following in a Composer
builder.AddAzureBlobFileSystem(AzureBlobFileSystemOptions.MediaFileSystemName)
   .AddAzureBlobImageSharpCache();
I get a VirtualPath is required error OptionsValidationException: DataAnnotation validation failed for 'AzureBlobFileSystemOptions' members: 'VirtualPath' with the error: 'The VirtualPath field is required.'. Microsoft.Extensions.Options.OptionsFactory.Create(string name) System.Lazy.ViaFactory(LazyThreadSafetyMode mode) System.Lazy.ExecutionAndPublication(LazyHelper executionAndPublication, bool useDefaultConstructor) System.Lazy.CreateValue() Microsoft.Extensions.Options.OptionsCache.GetOrAdd(string name, Func createOptions, TArg factoryArgument) Microsoft.Extensions.Options.OptionsMonitor.Get(string name) Umbraco.StorageProviders.AzureBlob.ImageSharp.AzureBlobFileSystemImageCache..ctor(IOptionsMonitor options, string name, string containerRootPath) Umbraco.Cms.Core.DependencyInjection.AddAzureBlobImageSharpCacheExtensions+<>c__DisplayClass3_0.b__0(IServiceProvider provider)
m
  • 1
  • 2
  • 108
Previous141516Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by