umbraco7 Questions

7

I am getting this error after deploying Umbraco website to the shared hosting site. Couldn't able to find any solution. Tried refreshing App Pool The Xml cache is corrupt. Use the Health Check...
Hanus asked 18/4, 2018 at 19:0

2

Solved

Created an ASP.NET empty web application in Visual Studio Installed Umbraco 7.1.5 via NuGet Package Manager When asked to overwrite the web.config file, typed Y(Yes) Built the project F5 When I ...
Supernal asked 23/8, 2014 at 12:11

5

Solved

First time Umbraco user. I'm looking to add pagination to the following basic loop: @foreach (var example in CurrentPage.Children.OrderBy("createDate descending").Take(8)){ //Do Stuff// } An...
Sieve asked 23/7, 2014 at 9:12

0

I have a requirement to index a series of key phrases assigned to articles. The phrases are stored as a string with a \r\n delimiter and one phrase may contain another phrase, for example: This is...
Purulent asked 22/2, 2018 at 11:58

3

Solved

I have a simple Umbraco 7.7.2 application and I'm hosting it on Azure (app-service). When I restart the server it takes 20-40 seconds for first time requesting a page which is really annoying speci...

2

This is my first post in this stackoverflow. I hope to do it correctly. I spend hours look for a solution without results. I'm using Umbraco version 7.5.7 assembly: 1.0.6219.11990 I use Visual St...
Cheat asked 10/3, 2017 at 8:29

8

Solved

This should be something embarrassingly simple, but I can't get it to work: I'd simply like to display an image that was uploaded to the Umbraco Media Library (Umbraco 7.1.1) within a Partial View ...
Hayfield asked 17/4, 2014 at 13:17

3

Solved

Hello stackoverflow people hope you can help me with maybe a simple question, but couldn't find a solution elsewhere and I have just been working with umbraco for a week now and have never used the...
Jeroboam asked 11/12, 2013 at 14:15

3

Solved

Ok am am very new to Umbraco/C# and what I am trying to do is loop through a custom media type to build banners for the home page of my application and the @bannerUrl always returns the images prop...
Gwyn asked 25/7, 2014 at 12:55

1

Solved

We have an Umbraco website (version 7.5.11) hosted on Azure Web Apps. We are experiencing the following exception intermittently (3 times within the past 3 weeks). Once the exception occurs it bri...
Apparatus asked 26/4, 2017 at 8:56

2

Solved

My issue is actually close to this one: Umbraco V6 404 not handled properly according to culture I have 2 directories with different culture: Content EN page1 page2 404 FR page1 404 Whe...
Protomartyr asked 15/6, 2015 at 16:37

0

Our team use Umbraco 7 as our CMS. We have a simple MVC web site and two main environments; TEST and PROD. Each environment has it's own Umbraco installation and database. I've been tasked with s...
Brazzaville asked 5/12, 2016 at 13:59

1

Solved

After deploying my web application on internet, I cannot access to Login form for umbraco admin back-office [http://www.cake-and-art.de//umbraco][1] I've encountered an error. How can I solve it?...
Tableware asked 2/12, 2016 at 1:29

1

Solved

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...
Pampero asked 28/11, 2016 at 19:47

3

Solved

I have used GetTags() method under umbraco.cms.businesslogic.Tags.Tag to get all tags under a group or node. var tags = umbraco.cms.businesslogic.Tags.Tag.GetTags("default"); But with umbraco.cm...
Verdugo asked 30/3, 2015 at 8:44

2

Solved

I want to apply where condition on Umbraco Collection. Code: var workList = CurrentPage.work.ToString().Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries); var workCollection = U...
Haberdasher asked 7/9, 2016 at 10:31

1

Solved

What is different between HttpContext.Current.Cache and ApplicationContext.ApplicationCache.RuntimeCachein Umbraco? And which one is better to use in terms of efficiency? I've used Umbraco 7.4.x i...
Mccarron asked 31/8, 2016 at 13:19

5

Solved

This is my first time round using Umbraco and I have created Document Types / Pages using the wrong naming format and now this has transpired into my page URL's, for instance /about-page/. How woul...
Bennie asked 30/7, 2014 at 9:41

3

Solved

Situation I have created a new section in Umbraco 7.3 where I can manage a catalogue (create, edit, and delete products). When I create a product, I store all its information in a table in the Umb...
Stray asked 26/2, 2016 at 8:49

2

Solved

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 admi...
Nolpros asked 29/7, 2014 at 15:38

2

I'm trying to work out why Umbraco 7.2.4 just doesn't seem to handle asynchronous tasks in my ASP.NET MVC controller. I feel like I've read almost every possible stack overflow and umbraco q&a,...
Imprecate asked 11/5, 2015 at 11:32

2

I'm trying to allow javascript in rich text editor inputs in my Umbraco setup. I'm using Umbraco 7.2. I've enabled the script tag in tinyMceConfig.config so the editor no longer eats my script tags...
Pledget asked 14/1, 2015 at 22:10

1

Solved

I'm trying to create an edit screen for a new section in the back office. I've followed various tutorials on how to go about this and it is working fine for normal text fields. However, my model h...
Impetigo asked 15/5, 2015 at 11:1

1

Solved

I have a sectiontree which varies based on the current logged in users UserType. The thing is that if i log-out from the backoffice, and logs in with a new user with a lower UserType, the tree is...
Lulu asked 8/4, 2015 at 8:12

1

Solved

Our project has finally come to a point where we can add translations. I just cant seem to figure out how to actually work with languages in Umbraco 7. Ive added a language and a few dictionary ite...
Euridice asked 7/4, 2015 at 9:54

© 2022 - 2024 — McMap. All rights reserved.