sitecore6 Questions
6
Solved
I know I have done this before but I can't seem to remember where or how.
I want to create a link to an Item in Sitecore.
This code:
Sitecore.Data.Items.Item itm = Sitecore.Context.Database.GetIt...
5
Solved
I'm running Sitecore 6.1 on Windows 2008, IIS7, and I'm trying to use the URL Rewrite Module to do a redirect. When I enable the rule and hit the URL that triggers it, I get a YSOD. The same rule w...
Scintillation asked 28/2, 2010 at 15:11
3
Solved
Hi when loading page during preview I have not loaded ribbon.
Do you have any clues how to fix it?
Object reference not set to an instance of an object.
Description: An unhandled exception occurr...
2
Solved
We're running Sitecore 6.5 with a few TDS projects, and I've been trying to get TFS builds to work on our TFS Build server. We receive the following error when the projects attempt to build:
C:\Pr...
3
Solved
Sometimes Sitecore will not return certain items. For instance, in the following code:
Sitecore.Data.ID itemId = new Sitecore.Data.ID(id);
Sitecore.Context.Database.GetItem(id);
This will return...
4
Solved
How do I turn off Sitecore (6.5) XHTML Validation of pages in workflow?
I'm developing and keep running into issues while trying to publish down test pages because they error out. I would prefer t...
3
Solved
I'm using Teamcity to automate (single click) deploys into our QA environment. At the moment content items are being deployed, but the QA guys then have to go and manually trigger a re-publish of t...
Pharisaic asked 15/10, 2012 at 13:11
2
Solved
Sitecore CMS+DMS 6.6.0 rev.130404 => 7.0 rev.130424
In our project we have been using AdvancedDatabaseCrawler (ADC) for our indexes (specially because of it's dynamic fields feature). Here's a sam...
Gothurd asked 20/12, 2013 at 3:25
3
Solved
I am trying to create a role within Sitecore which can publish content, but only within a specific area(s) of the site. I've added the standard Sitecore\Client Publishing role to my role, but I can...
Morrissette asked 3/6, 2011 at 14:48
2
I have a Sitecore site that uses the AD module for connecting to an Active Directory. Let's say that we have a Role defined in Sitecore called "Content Authors". Content Authors may contain individ...
Robbierobbin asked 19/3, 2012 at 17:37
1
Solved
In my business, I am working on Unit Testing, after finishing an example in a .NET application. We want to use a standard .NET Unit Testing project. We also want to mock the Sitecore data by serial...
Incipit asked 16/10, 2013 at 14:18
5
Solved
The custom Lucene index on my Sitecore 6.2 Content Delivery server seems to be not right. So I think I need to rebuild all 3 of my custom indexes. How do I do that? Do I just have to use the shared...
Feet asked 30/9, 2013 at 18:50
1
Solved
In the Sitecore workbox, (Sitecore.Shell.Applications.Workbox), in the DisplayStates(IWorkflow workflow, XmlControl placeholder) method, Sitecore uses following method to retrieve items in a partic...
Kongo asked 3/9, 2013 at 11:29
9
Solved
i'm trying to track a NullReferenceException that shows up on sitecore 6.5 at loading any webpage:
[NullReferenceException: Object reference not set to an instance of an object.]
Sitecore.Diagnos...
Chipboard asked 6/3, 2012 at 15:59
2
Solved
I have a Sublayout called TwoColumns that looks like this:
<div class="row">
<div class="column span8"><sc:placeholder runat="server" key="left-column"></sc:placeholder>&l...
2
Solved
I have a Rendering Parameter template applied to a sublayout. It has a single Droptree field on it, and I want to set the Source of that field to a Sitecore query so I can limit the options availab...
1
Solved
I was wondering if there was any way to statically call a View Rendering similarly to how you would call a sublayout using the following web forms code:
<sc:Sublayout Path="~/sublayouts/samples...
Cyr asked 27/6, 2013 at 20:9
3
I'm working on a Sitecore (6.4.0.101124) site that has two templates used for the home page. These have a very similar structure - the big difference between them is that they each have one differe...
Quathlamba asked 1/10, 2012 at 20:52
3
Solved
Sitecore 6.6 (Update 4).
MaxMind has an option for a Sitecore-specific lookup service that integrates with DMS. MaxMind also has some more generic web services.
Can the 'generic' web services be ...
Allen asked 13/5, 2013 at 18:51
3
Solved
I need to add some custom markup for the sc:Image field to enchance SEO. This markup is not a property of the field, so from codebehind, I tried something like this:
slideImage.Attributes.Add("Con...
Invite asked 10/5, 2013 at 3:55
2
Solved
I'm trying to access existing content items created by an admin user as a standard content editing user (Content Author, in sitecore terminology I believe) but I'm getting the following error:
T...
Takamatsu asked 26/4, 2013 at 19:2
2
Solved
Sitecore - rewrite " " to "-" in urls but still allow dashes as legal item names
I've read a half dozen guides on rewriting spaces to something more friendly in Sitecore, but all of them rely on Sitecore's <encodeNameReplacements/> element which also reverses the replacem...
Barm asked 25/4, 2013 at 21:12
1
I created a web service and had imagefield from the sitecore6.6. Now i am want to change the width and height of image dynamically so that i have big image on the fly. There are almost 1000 picture...
1
We have a couple of MVC 3.0 web application some of them combination of Web Form and MVC3.0 within on project/solution.
I'm quiet new to sitecore, could someone please help me understand following...
1
Solved
I have a multiple site Sitecore solution. All the sites share a product range which is stored inside a 'Shared data' node that sits at the same level as the root nodes of the sites. The individual ...
© 2022 - 2024 — McMap. All rights reserved.