Questions tagged [umbraco7]

Umbraco 7 is 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.

Umbraco 7 is the seventh 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.

Resources

https://umbraco.com/products/umbraco-cms/umbraco-7/

1479 questions
5
votes
1 answer

Umbraco - Error when trying to run 'IIS Express: Start Website' in Visual Studio Code

I've just downloaded and installed Umbraco, IIS, and IIS Express (installed the following extension IIS Express in VS Code: https://marketplace.visualstudio.com/items?itemName=warren-buckley.iis-express). When I run 'IIS Express: Start Website' in…
psm_348
  • 63
  • 5
5
votes
2 answers

Umbraco media does not have an approved file type

I cannot upload anything other than images using TinyMCE in Umbraco Content. I get an error: Cannot upload this file, it does not have an approved file type I have checked umbracoSettings disallowedUploadFiles, there is no docx…
Andrei
  • 42,814
  • 35
  • 154
  • 218
5
votes
1 answer

Umbraco 7.5.4 installation error: Invalid Objectname CmsContent

I've installed umbracoCms((version 7.5.4)) nuget package to my empty mvc project (.Net 4.6.2, vs2015). Then, I run the project and it opened installation page. Then I customized connection and used a connectionstring for an ms sql 2016 database. I…
serefbilge
  • 1,654
  • 4
  • 29
  • 55
5
votes
1 answer

Umbraco 7 custom membership and role providers

I went through 10's of documentation and I am doing the right thing but I am sure it is a small detail I am missing. I want to use my own login mechanism to log in my website. the login mechanism is in an Identity server for single sign on. But I…
dori naji
  • 980
  • 1
  • 16
  • 41
5
votes
1 answer

Should umbraco & umbraco_client be checked in to source control?

Just installed the latest Umbraco (7.2.1) package via NuGet. My development environment is as follows: Umbraco is installed installed on IIS8 as shown below and is all up and running. My Visual studio project is set up as shown below (For the…
Gyroscope
  • 3,121
  • 4
  • 26
  • 33
5
votes
2 answers

Changing Umbraco 7.1.4 admin URL

I am trying to change the default admin UI URL used in Umbraco to a custom URL. The default URL is simply /umbraco, for example: http://mywebsite.com/umbraco As an example, I would like the admin UI URL to be: http://mywebsite.com/asdf So far, I…
LoveFortyDown
  • 1,011
  • 2
  • 17
  • 37
5
votes
2 answers

Miniprofiler and umbraco

I'm running an instance of umbraco 7. But I can't seem to set miniprofiler to work with it. Set this on my global.asax: protected void Application_BeginRequest() { if (Request.IsLocal) { MiniProfiler.Start(); …
antao
  • 767
  • 1
  • 9
  • 24
5
votes
1 answer

Umbraco 7.0.2 on Azure Cloud Service - Access to the path 'E:\sitesroot\1\config\applications.config' is denied

I have a Cloud Service running on Azure and i'm trying to add Umbraco as a VirtualApplication to the WebRole: ServiceDefinition.csdef: ... ... It…
4
votes
0 answers

Umbraco: Custom Examine index with AWS flexible load balancing on EBS

Does anyone have an example of how to get this working? I have a custom indexer, configured in ExamineSettings.config like this:
4
votes
2 answers

How to assign default value for dropdown list in Umbraco?

I have created custom data type based on built-in dropdown list, but cannot figure out how to specify default value for the list. The default value is always blank:
Ivan Studenikin
  • 1,362
  • 4
  • 17
  • 30
4
votes
2 answers

Why can I not access UmbracoHelper in my own class

I am trying to get an image from Umbraco in my own class. I can´t understand why I can not use @umbraco helper in my class. I have its namespace defined in the class, such as: using Umbraco.Core.Models; using Umbraco.Web; I can only use…
user1032019
  • 53
  • 1
  • 7
4
votes
1 answer

Mixed languages in umbraco backend

We have an umbraco installation with mixed languages in the backend. When I switch the language for my user to "English (United Kingdom)" or "English (USA)" I still see some german words in the backend, e.g. "Durchsuchen" instead of "Type to…
Ocaso Protal
  • 19,362
  • 8
  • 76
  • 83
4
votes
2 answers

Getting an error during the deploying webapplication "Could not open Source file: Could not find a part of the path"

I got an error during the deploying my web-application. The title of error is Could not open Source file: Could not find a part of the path 'Could not open Source file: Could not find a part of the path …
x19
  • 8,277
  • 15
  • 68
  • 126
4
votes
2 answers

Robots.txt for umbraco

I wonder if there is a default Robots.txt for Umbraco (7.5) websites. Right now, I created one with these items. Shall I add anything else? User-Agent: * Disallow: /umbraco/ Disallow: /umbraco_client/ Disallow: /css Disallow: /Errorpages/ Disallow:…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
4
votes
3 answers

How do I upgrade Umbraco CMS from using SQL Server CE to an upgraded version of SQL Server?

I would like to upgrade my Umbraco project on my localhost (and eventually my live website) from running on SQL Server CE to either SQL Server 2014 or SQL Server 2016. The reason for the upgrade is simple: I may at some point want to manage a…
Ryan Battistone
  • 621
  • 1
  • 9
  • 22
1 2
3
98 99