sitecore

Sitecore XSL cache

☆樱花仙子☆ 提交于 2019-12-12 03:07:52
问题 Hi can any tell me how we can clear the XSL cache in Sitecore 6.2. When i publish my XSLT code files from staging to production I have a cache problem because of which the content or the images which are rendered using this xslt code are not rendered even when I havent opened a particular URL before. When i clear the cache using \sitecore\admin\cache.aspx some time later after that I can see the content displaying. But i cannot suggest my customers to clear the cache when ever a new file is

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 instance showing incorrect workflow state in Page Editor

拜拜、爱过 提交于 2019-12-12 02:46:12
问题 On our test CM server in content editor, I click Lock and Edit, which moves the page item out of the final workflow state and moves it to the first (in our case "Draft"). I then click Publish > Page Editor. In the Page Editor window, the blue workflow bar, shows the page as still being in the final workflow state. If I make a change to the page in Page Editor and press save, a new version is created...every time I save a new version is created. Back in Content Editor, it still shows as being

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

Add CSS Class through a Repeater

一世执手 提交于 2019-12-12 02:18:58
问题 I have a repeater which dynamically generate tab links using Sitecore (sc:Link) like this: <asp:Repeater ID="rptTab" runat="server" OnItemDataBound="rptTab_ItemBound"> <ItemTemplate> <li id= "liTabTest" runat = "server" class="tab-label"> <asp:HyperLink onclick = "javascript: TabClick(this)" runat="server" id="aLink"> <sc:Link ID="hlTabLink" Field="scTabLink" runat="server" ></sc:Link> </asp:HyperLink> </li> </ItemTemplate> </asp:Repeater> I manipulate the CSS via JS: var loadURL; $(document)

Loop Through Controls on Web User Control

余生长醉 提交于 2019-12-12 00:50:53
问题 I'm having problems looping through controls that are on my user control. I have tried the following code, but cannot get it to find the checkboxes that are on the user control. (You can see some of my previous attempts that I have commented out.) 'For Each Ctrl As Control In Page.Controls 'For Each Ctrl As Control In Me.Page.Controls 'For Each ctrl As Control In Request.Form '''Dim frm As Control = Me.FindControl("frmDefault") '''For Each Ctrl As Control In frm.Controls Dim Check As CheckBox

Maldivian mystery in Sitecore and returning 404 on unsupported languages

久未见 提交于 2019-12-11 23:38:12
问题 A website I am currently working on is currently responding to requests on http://www.mysite.com/dv with 301, where I would have expected a 404. My site has no content item named DV, there is nothing in the site that corresponds to "DV", and I can't understand why on earth I am seeing this. I originally found these /DV/ URLs while looking at Google Webmaster Tools. Then I used Fiddler to analyse the request and found Response sent 26 bytes of Cookie data: Set-Cookie: wwwwebsite#lang=DV; path=

Sitecore internal links to media files?

假如想象 提交于 2019-12-11 23:30:36
问题 In a Sitecore 6.5 solution, i have the following; <sc:Text runat="server" Field="bodyText"/> and Sitecore.Context.Item["bodyText"] I use the latter many places in the solution - the first not so much. I have now discovered that when using the latter, all links to the medialibrary is in the format ~/media/31F0E8084F9443789F25836A2B285D3E.ashx even though Media.UseItemPaths is set to true in the web.config. However, when i use the first mentioned method <sc:Text /> the links to medialibrary

Fetch Sitecore Cache Details

試著忘記壹切 提交于 2019-12-11 22:02:17
问题 I have a requirement that needs to fetch Caching Details which includes: Analyze the current system caching which includes CDN setup, enabled HTML, data cache etc with invalidating of cache suggest. I need to get Sitecore instance caching details in non Sitecore application like Windows Application. What are the options to get Sitecore Instance Details in non Sitecore Application What all inputs i should provide to non Sitecore application to get Sitecore instance details. The non Sitecore