Questions tagged [umbraco6]

Umbraco 6 is the sixth stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Umbraco 6 is the sixth stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Version 6 of Umbraco includes integration of MVC, and also a rewrite of the core API.

More information about can be found on the main Umbraco website. Community provided support and documentation can be found on our.umbraco.org.

203 questions
0
votes
0 answers

The Type or namespace RssNews cannot be found

I am trying to restore an Umbraco site that was developed by someone else. While trying to restore the project in Visual Studio, I was given access to the project source (even though outdated) as well as the compiled and remaining assets of the live…
Miguel Mesquita Alfaiate
  • 2,851
  • 5
  • 30
  • 56
0
votes
1 answer

How to match table based on in Umbraco

i have some issues trying to match th with the td elements on the table, my code works fine but i shows the data but not in order of the th. What can i do to make this works as pretend?? Any Help would be apreciated My Code
Kevin Dias
  • 1,043
  • 10
  • 28
0
votes
1 answer

ApplicationContext.Current is coming null

I found same question in stack over flow as here and tried same think but still I am receiving ApplicationContext.Current as null. I am making the web service where I need to pull out a couple of pieces of data from an Umbraco database. I don't need…
mitesh jain
  • 139
  • 1
  • 2
  • 9
0
votes
0 answers

Umbraco, list media files, sort by size

I am working with Umbraco 6 and searching for a way to know what are the "heaviest" medias (pictures) of my site. I have a media folder per site. And I would like to be able to list all the medias from that folder, sorted descending by…
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
1 answer

Getting "Umbraco is not configured" while upgrading to 6.2.6 and struck at 90%

Getting "Umbraco is not configured" error repeatedly in UmbracoLog while upgrading to 6.2.6. Databse upgrade is struck at 90% and never get through. 2018-03-09 10:47:45,983 [76] INFO Umbraco.Core.ApplicationContext - [Thread 73] CurrentVersion…
0
votes
1 answer

Umbraco Server Error: Contact Administrator see log for full details. Logs telling 404 error

I am going to use my Umbraco after a long time but I am unable to edit or post new thing. After Publish Changes it Displays the following error but the website is working perfectly in localhost.
0
votes
0 answers

Page not found - No umbraco document matches the url

When typing in a url that does not exist I want to display a custom 404 page however when I type in a non-existing page I am seeing a Page not found No umbraco document matches the url in the browser At present I am to running multiple websites in…
Bob the Builder
  • 503
  • 1
  • 12
  • 33
0
votes
1 answer

In Umbraco 6 on an ASP masterpage, how do I get an tag to point to a field's "nice URL" as opposed to ID?

At the moment, I have the following code, and it actually mostly works. "> However, it's creating a URL that looks like…
Geesh_SO
  • 2,156
  • 5
  • 31
  • 58
0
votes
2 answers

How might I migrate an umbraco 6 live site a to version 7 site in visual studio?

I have been handed the job of upgrading an intranet site because I'm in dev. The current site is running under umbraco 6 and I am told it is corrupted. I have umbraco 7 running on visual studio 2015 on my machine. I am required to migrate the site…
sanepete
  • 979
  • 9
  • 28
0
votes
1 answer

Existing umbraco site from ftp to get it to work locally via visual studio

I have a working existing umbraco project that i have taken down from a ftp and saved it to my desktop. There was another developer that created this project. Iam just gonna develop some things in a already functional site. So i want to be able to…
Robel Haile
  • 309
  • 1
  • 5
  • 18
0
votes
1 answer

Umbraco: Multiple approvals after upgrading to 6.2.6

Umbraco 6 Hi there, We've just upgraded our Umbraco site from v6.1.6 to v6.2.6. Our Admins have noticed that they are receiving 3 approval emails each time that an editor submits (in v 6.1.6 they only received 1 approval email). Is this a known…
0
votes
1 answer

Use UIOMaticField or backoffice controls in Ui-O-Matic Umbraco

I am new to Umbraco CMS. I am using Ui-O-Matic plugin in my project. Ui-O-Matic allows easy CRUD operation for database. But I want to use backoffice controls like file, textarea, etc. So I am using UIOMaticFielld like this in database.cs file. …
Trusha Savsani
  • 489
  • 1
  • 11
  • 31
0
votes
3 answers

How to get CheckBoxList values in Umbraco using ContentService

Anyone knows how to get list of selected CheckBoxList values from Umbraco using ContentService? I use contentService.GetValue("currencies") and I get string with numbers and commas something like "154,155,156,157" How can I get actual values? Does…
0
votes
1 answer

Error Deleting Document Type

I am getting a weird error on an Umbraco site I maintain. I'm trying to delete an old Document Type that I am replacing with an updated one. The error I am getting is: Error handling action Item has already been added. Key in dictionary:…
Burgi
  • 421
  • 8
  • 24
0
votes
1 answer

Umbraco 7 - Renaming Node name does not stop URL working

I had a node in my tree called Register, umbraco created this page with a URL of: Domain.com/register Which is was I was expecting, then I decided to change the name of the node to "Register Step 1" As I was expecting the URL changes and looking…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71