https://discord.umbraco.com
Join Discord
SQL Error: Invalid column name 'key' when upgrading to v14.1.2 from latest v13.4.1
z

ZimmertyZim

about 1 year ago
The title says it all. I've gone from v10 to v13, and now attempting v13 to v14, however I get the following error during the install/upgrade process: Internal 500 Error: https://www.mysite.local/umbraco/management/api/v1/upgrade/settings Invalid column name 'key'.\r\nInvalid column name 'key' You cans see the full error here: https://pastebin.com/U1Wid6gY Any help much appreciated.
z
c
  • 2
  • 8
  • 159
How to redirect azurewebsites.net domain when hosting as an Azure Web app?
t

TackleMcClean πŸ…

about 1 year ago
Setting up a .NET web app on Azure nets you an automatic `projectname.azurewebsites.net`domain. But you might also opt for setting up a custom domain. Doing so you probably want all your traffic to go to the custom domain, effectively redirecting all requests to the automatically assigned azurewebsites domain to your custom domain. How would you go about setting this up? Years ago one would use the web.config file. Is this possible to use in modern .NET Core contexts? My limited knowledge on this says that web.config is for IIS servers, while newer solutions - inlucing Umbraco - use the Kestrel server.
t
m
+3
  • 5
  • 14
  • 159
IIS Exception at start-up when running Umbraco v15 on Rocky Linux
o

ora

9 months ago
I should be using Kestrel so I'm not even sure how to deal with this. As the exception indicates it was built on Windows, but it should be cross-platform.
bash
Unhandled exception. System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Builder.IISServerOptions' from assembly 'Microsoft.AspNetCore.Server.IIS, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
   at Umbraco.Extensions.UmbracoBuilderExtensions.AddWebServer(IUmbracoBuilder builder)
   at Umbraco.Extensions.UmbracoBuilderExtensions.AddBackOffice(IUmbracoBuilder builder, Action`1 configureMvc)
   at Program.<Main>$(String[] args) in C:\Users\Ora\source\repos\MMVUmbraco\Program.cs:line 11
   at Program.<Main>(String[] args)
o
s
+3
  • 5
  • 27
  • 158
How to make working automatic converting of all images to webp in Umbraco 13?
m

Marian

over 1 year ago
Hello. Under Umbraco 13 project, I have tried to add the following line: app.UseImageSharp(); to startup app code. Than I have added a test Document Type with Media picker property and a cshtml View to show it. Created a node of that document type, uploaded a jpg or png file to its media picker and published the page. Then I run the project, opened this page containing images (jpg or png) locally in Chrome browser and saw that for some reason the images are NOT receiving as webp (in Type column of Chrome's Network tab). Type column shows original jpeg or png type, and not webp as expected. NOTE: Earlier I used exactly the same flow under Umbraco 12 (added the same single line of code, without any additional settings) - and there it worked, so all the images are receiving as webp type (in Type column of Chrome's Network tab). Could you please advice how to achieve the same behavior under Umbraco 13 (with as less efforts as possible)? Thanks.
m
c
+6
  • 8
  • 24
  • 156
[SOLVED] "Invalid column name NodeId" after Forms upgrade from 12 to 13.latest
k

kdx-perbol

over 1 year ago
Upgrading Umbraco and Umbraco Forms from 12.almost-latest to 13.latest worked fine in development, but in the production environment we get "Invalid column name NodeId" in the Forms backoffice UI and in the logs when forms are being indexed. There was nothing in the version-specific upgrade documentation for Forms to 13. What should be done in this case? Is this a Forms SQL migration that didn't run?
k
  • 1
  • 6
  • 156
Adding a class to a UL in the RTE
d

David Peck (Peck Tech)

over 1 year ago
I'm trying to figure out if there is solution that allows me to style *some *bulleted lists with a different background colour. There are basically two styles of bulleted list, and I need to toggle between them. The
<ul />
needs a class to do that. Using an RTE stylesheet I don't appear to be able to achieve this. I might end up adding a block inside my RTE, which I don't love. I'm sure this used to be possible by setting the stylesheet selector as
ul.green
but this wraps an additional
<ul />
around my original one. Just
.green
puts ``s inside my ``s. TIA
d
m
+5
  • 7
  • 34
  • 155
Anyone experiencing issue with Examine Management on v10 and v13?
b

Busra

about 1 year ago
Hey all, I've got 2 projects one running on v10 doesn't perform search and v13 doesn't perform search as well as examine management section errors without a message. https://cdn.discordapp.com/attachments/1260938455656042557/1260938455790129152/image.png?ex=669123f2&is=668fd272&hm=176c735bfae7c954b4a2b33629bc280ca5d5050f74bb988f847d37db8356e3ab&
b
n
+2
  • 4
  • 13
  • 154
[Solved] UmbracoApplicationUrl
o

Owain Jones

almost 2 years ago
After reading the 24 days article https://24days.in/umbraco-cms/2023/runtime-modes/, I decided to go through our client environments and implement the runtime modes, which necessitates setting the `UmbracoApplicationUrl `app setting. But I have a question, if I have a load balanced setup (1 backoffice edit app which is locked behind Azure AD, and 2 public frontend apps which sit under Azure Application Gateway), what URL do I set `UmbracoApplicationUrl `to? Would it be the public domain, or the domain of the backoffice edit app? (Note: /Umbraco is redirected to a 404 on the public domain)
o
k
m
  • 3
  • 5
  • 154
Umbraco Future / SSR & CSR
p

PascalEugster

almost 2 years ago
Hey everyone. Today i was wondering what the future of umbraco could look like. I've read posts about using nextjs and other frameworks, but am i right, that then cshtml would be obsolete? Is the future more and more heading towards headless cms and moving away from cshtml and all that comes with it? OR is it still future proof and will it someday maybe go to blazor? What would be a good way to implement client side rendering together with cshtml? As you can see there is a lot of things that i'm unsure about. Maybe someone could help me out what a future proof stack could look like and what umbraco itself is targeting for the future. I've found this post regarding .net Core / MVC https://stackoverflow.com/questions/51390971/im-lost-what-happened-to-asp-net-mvc-5
p
a
+2
  • 4
  • 4
  • 154
v13 Best way to transform External Index properties
h

Hooky

10 months ago
Hi all πŸ‘‹ I'm currently migrating a solution up to v13 from v8. It previously had a custom index for dealing with some products which had some custom values in that index. We're trying to remove this custom index and just rely on the ExternalIndex as is recommended however we would still like to include/transform the custom values. What/how/where is the best place to do this? Can I just create an IndexPopulator and amend the external index that way and if so is this just a composer I'd need to register in order for it to work or should it be attached to a Notification handler for example. How does a custom index populator behave in relation to the default OOTB one (will it run after)? Any help or advice would be great
h
d
j
  • 3
  • 11
  • 153
Previous141516Next

Umbraco

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

Powered by