umbraco

Extend umbraco member with property

烈酒焚心 提交于 2020-01-24 22:23:09
问题 I am developing web site on umbraco and need to store additional information about member(cmsMember). How can I do that? Is there a way to extend umbraco member without changing membership provider? I would like to do something similar to this var datatype = new DataTypeDefinition("varchar"); var type = new PropertyType(datatype); var property = new Property(type); property.Value = myAdditionalInfo; member.Properties.Add(property); memberService.Save(member, false); Code above right now

Umbraco cache problems

梦想与她 提交于 2020-01-24 11:55:07
问题 I am having a problem with the umbraco cms. We are using umbraco 4.6.2 with .net usercontrols. Everything was running fine up until a couple of weeks ago when the client started complaining about updated content not displaying on the front end. After some investigation I was able to determine that just before this started happening that one of the users experience an error stating that a file in App_Data/ExamineIndexes could not be updated as was in use by another process/locked. A college

Umbraco cache problems

戏子无情 提交于 2020-01-24 11:54:53
问题 I am having a problem with the umbraco cms. We are using umbraco 4.6.2 with .net usercontrols. Everything was running fine up until a couple of weeks ago when the client started complaining about updated content not displaying on the front end. After some investigation I was able to determine that just before this started happening that one of the users experience an error stating that a file in App_Data/ExamineIndexes could not be updated as was in use by another process/locked. A college

Umbraco cache problems

六月ゝ 毕业季﹏ 提交于 2020-01-24 11:54:04
问题 I am having a problem with the umbraco cms. We are using umbraco 4.6.2 with .net usercontrols. Everything was running fine up until a couple of weeks ago when the client started complaining about updated content not displaying on the front end. After some investigation I was able to determine that just before this started happening that one of the users experience an error stating that a file in App_Data/ExamineIndexes could not be updated as was in use by another process/locked. A college

Umbraco MVC Implementation - View does not depend on Umbraco implementations

痞子三分冷 提交于 2020-01-24 01:25:11
问题 I have followed this nice tutorial which explains how you can take even more advantage of using Umbraco as a content delivery system. Tutorial MVC Umbraco => Your model and views should not depend on specific Umbraco implementations which is a huge advantage for real front-end developers. The controller inherited from Umbraco.Web.Mvc.RenderMvcController in order to access the data from the CMS. Now my problem is that we can't use @HTML.actionlink for navigation, it seems that this is only

Umbraco Backoffice Login stop working suddenly

南笙酒味 提交于 2020-01-21 13:03:28
问题 I am using UmbracoCMS 7.6.2 in one of my site. Today when I tried to login in Umbraco backoffice using mysite/umbraco, will my working credential, it shows me error: Login failed for user admin As, login for 'Admin' was working fine till today and suddenly stops working. I checked the console of the browser and getting following error: Failed to load resource: the server responded with a status of 400 (Bad Request) umbraco/backoffice/UmbracoApi/Authentication/PostLogin I check the log files

Umbraco Backoffice Login stop working suddenly

谁说胖子不能爱 提交于 2020-01-21 13:01:48
问题 I am using UmbracoCMS 7.6.2 in one of my site. Today when I tried to login in Umbraco backoffice using mysite/umbraco, will my working credential, it shows me error: Login failed for user admin As, login for 'Admin' was working fine till today and suddenly stops working. I checked the console of the browser and getting following error: Failed to load resource: the server responded with a status of 400 (Bad Request) umbraco/backoffice/UmbracoApi/Authentication/PostLogin I check the log files

Umbraco 7 single page application routing

假装没事ソ 提交于 2020-01-17 05:36:08
问题 I have a problem with my single page application made around Umbraco 7. I would like to redirect all requests to AngularJS instead of Umbraco, for that I have added the following urlrewrite to UrlRewriting.config: <add name="SPA" virtualUrl="^~/(?![0-9]+/)([^\?]*?)$" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/" ignoreCase="true" /> But this redirects all responses to AngularJS, so now it not possible to open Umbraco at /umbraco. Does anyone know how to make a

How To Persist and Fetch a List in Umbraco?

不羁岁月 提交于 2020-01-16 19:32:10
问题 I am new to Umbraco and want to perform the following tasks in it. Store a list of movies in the database using an entry form. Fetch the records of the movies and display them in a page for which I have a template. I don't want to use JQuery, AngularJS etc., but rather to do it on the server side. Any guidance will be appreciated greatly. P.S. I have some knowledge about Umbraco fundamentals and its Partial View Macros. 回答1: To clarify, I am assuming that you wish to create movie nodes in

Umbraco - Incorrect alternative link to document

时光总嘲笑我的痴心妄想 提交于 2020-01-16 01:30:15
问题 On our website, we have the following structure: sitename -Global -English -UK -English for the Global > English page, the links to the page are showing as: Link to document /global/en/ Alternative Links http://english so the 'Link to document' is correct, but the alternative link isn't. On the UK > English page, I just get the correct 'Link to document'. I've tried publishing out the whole site but I can't as it times out (I've tried increasing all the timeouts, but it's taking an hour to