sitecore8

Language Fallback not working for Fields with Standard Values (Sitecore 8.1)

穿精又带淫゛_ 提交于 2019-12-12 10:13:20
问题 We had an issue where we enabled fallback language settings at the item level on a base template so that it would apply to all of our items. It worked for about 90% of our items but not for others even though the sitecore content editor indicated that it was working. Placing this here for anyone else who has this issue. I didnt find a specific solution for this issue on Google and was lucky enough to figure it out. Hopefully this can help someone else out too. Our setup is Sitecore 8.1 with

Experience Editor is not showing the ribbon options in sitecore 8

倖福魔咒の 提交于 2019-12-12 06:39:52
问题 I have logged in to sitecore through administrator account. I have a page in my site if press 'experience editor' or preview button,editor ribbon is not displaying. I am new to sitecore, Is that a permission issue am facing? 回答1: If you see only header of the ribbon like that: Click on the arrow on the right. You should see all the options: If you don't see even the header, there must be some errors on the console. 回答2: This specifically applies to MVC implementations and could apply to

How to Unit Test a GlassController Action which Uses Sitecore.Context.Item

梦想与她 提交于 2019-12-12 04:09:01
问题 I'm a sitecore developer and I want to create a sample sitecore helix unit testing project for testing out the logic you see in our "ArticleController" controller's Index() action method: public class ArticleController : GlassController { public override ActionResult Index() { // If a redirect has been configured for this Article, then redirect to new location. if (Sitecore.Context.Item.Fields[SitecoreFieldIds.WTW_REDIRECT_TO] != null && !string.IsNullOrEmpty(Sitecore.Context.Item.Fields

Sitecore 8.1 : Lucene.Net.Store.LockObtainFailedException

╄→гoц情女王★ 提交于 2019-12-12 03:28:01
问题 We have sitecore 8.1 hosted in Azure WEB Apps. The setup is 1xCA and 2xCD and using LUCENE We noticed a error log below which I googled but could not get solution. ManagedPoolThread #12 2015:12:28 23:22:33 ERROR Exception Exception: System.Reflection.TargetInvocationException Message: Exception has been thrown by the target of an invocation. Source: mscorlib at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection

Clarification on Azure Web App Scale Instance

半城伤御伤魂 提交于 2019-12-12 03:23:01
问题 Per article below web app has an option to either auto or manual scale: https://azure.microsoft.com/en-us/documentation/articles/insights-how-to-scale/ Would appreciate if I can get clarification on below: Scenario: I've ASP.NET Sitecore CMS which uses Lucene behind the scene for search. Lucene index gets rebuilt upon publish of new pages. Lets say I manually or auto scale to 2 instances: What exactly happens behind the scene i.e. copies all the website folder to new VM and sets up IIS etc?

Sitecore 8: Experience Profile not calculating Value (Latest visit) properly

我是研究僧i 提交于 2019-12-12 02:56:53
问题 Sitecore Experience profile (EXP) responsible to record user visits and calculates the values related to the actions that the visitor did on the website. In our website, Sitecore EXP records the user visits but the visit values are not properly being calculated. Value (Latest visit) fields shows 0 for some visitors. But when I go inside the visitor details it populates the visitor values in the Goals section in the Activity tab. I have rebuild the Sitecore analytics database as well. 来源:

Sitecore 8: EXM 3.1 Update 1 (3.1.1) not showing the email templates

杀马特。学长 韩版系。学妹 提交于 2019-12-12 02:25:34
问题 I upgrade the EXM to version 3.1 Update 1 (3.1.1). Now when I go to create an One time message I don't see my email templates. I have add the email templates using the Insert options as bellow. But still I don't see my email templates when try to create an One time message. 回答1: EXM looks in the Message Type folders, in this case "One Time Message", and finds the first item with the right template, in this case "OneTime". Try moving your "Default" node to the top of the "One Time Message"

Does anybody have experience in maintaining Sitecore MVC and Web Forms in a single solution? [closed]

谁都会走 提交于 2019-12-12 02:22:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . We have a multi site project in Sitecore 6.5 Web Forms which requires decent refactoring, architecture redesign and we want to upgrade it to sitecore 8. Of course it will be easier to start something brand new, but the project is huge and probably it won't be possible to rewrite

TDS .update package fails with object reference error - 8.0 update 2

孤人 提交于 2019-12-11 20:37:35
问题 We are trying to use TDS update package to deploy items to TEST environment. When we install, all the items are getting skipped though items are marked with "Always Update". When we reviewed the log we found that there is an object reference error while removing versions. We then updated the items using Deployment manager to Deploy Once and selected all the fields under Field level deployment. Note: Image shows deploy action as 'always' above After doing this, the package is installed

Scheduled task fails - Unspecified Error

好久不见. 提交于 2019-12-11 13:34:31
问题 I have a c# console app that uploads data to a Sitecore/UCommerce implementation. It is based on the UCommerce UConnector. When I run this from the command line it executes without a problem all data is uploaded and downloaded correctly without error. When I try to schedule this task it exits with a 0xffffff error. The task specifies a command line parameter that sets the app to read all configurable options from the App.Config I have search this error and found many suggestions which I have