Questions tagged [episerver-6-r2]
37 questions
1
vote
0 answers
Translate plugin/solution for EPiServer 7.x
Is there any translation tool for episerver 7 similar to TranslateX?
TranslateX does not seem to be compatible with episerver 7.

PussInBoots
- 11,028
- 9
- 52
- 84
1
vote
3 answers
EPIServer 6 doesnt let admin delete page
I have an issue where EPIServer 6 says "insufficient privileges to change this page". I am 100% sure that I'm the highest admin available, and I have tried on my colleagues admin accounts aswell.
This is the icon showing:
The page was previously…

Camathon
- 514
- 2
- 5
- 22
1
vote
2 answers
Populate other properties with a property
I have very recently been assigned to an EPiServer project. I'm .Net developer however, I had never had a pleasure of actually working with ES.
I have been given a task of creating a soft "integration" with SoundCloud. Our users would like to…

Luke
- 1,872
- 20
- 31
1
vote
1 answer
Combination of roles in Episerver
I have a site where our customers log in to see their own data. Each customer must only see their own data (of course), and different users will have access to different pages within one customer. In addition - the editors must see all data.
I want…

Niklas Wulff
- 3,497
- 2
- 22
- 43
1
vote
1 answer
Let an editor change custom user settings in EPiServer
I am creating an EPiServer portal that users will log on to and view information specific to their company. A company can have many users. Every user will need specific settings to present correct data to them. These settings are maintained by an…

Niklas Wulff
- 3,497
- 2
- 22
- 43
1
vote
1 answer
Assignment in using directive
I just found the following code and don't know why it is done this way. Risk for conflict?
using DiffTreeNode = EPiServer.Enterprise.Diff.TreeNode;
And then in the class it is used as usual.
Why would you do something like this?

Magnus Karlsson
- 3,549
- 3
- 31
- 57
1
vote
1 answer
Could not map property LanguageBranch - table tblBigTable does not contain any columns that map to DbType.String
I have recently moved our EPi-project to a new server and keep getting the following message:
Could not map property LanguageBranch - table tblBigTable does not contain any columns that map to DbType.String
I've scriptet out the database with all…

Grendizer
- 2,173
- 3
- 16
- 18
1
vote
2 answers
Page copying fails
I have a problem with copy/paste action in the episerver tree.
When I try to copy and paste a page the background job is run, however it fails with an error:
Failed to copy the page "Test Content page" beneath the page "Home".
Have you ever come…

Dave
- 349
- 1
- 15
0
votes
1 answer
EPiServer Relate+ and AD
I have configured the Multiplexer to use ActiveDirectory provider, and I have granted access to the groups (both in web.config and EPiServer on root level). But I can't log in either in Relate or in Edit/Admin mode. In the EventLog on the Domain…

Bit Hunter
- 849
- 1
- 6
- 8
0
votes
1 answer
Get changed page count from a week back
I want a widget on the front page of an intranet.
It should display the count of number of pages that have been changed n number of days back.
I tried something like this, but it always returns 0
var changeLog =…

Leon Radley
- 7,596
- 5
- 35
- 54
0
votes
1 answer
EPiServer Remote Certification Exam Registration Purchase Order
While registering for the upcoming EPiServer certification exam, the sign up page shows a field named "Purchase order/Invoice Reference *" under Invoice Details section. I don't have such a Purchase order/Invoice Reference. Also its a mandatory…

MobDev
- 1,489
- 1
- 17
- 26
0
votes
1 answer
Debug a subclass of TypedPageData in Episerver 6 R2
I need to add a validator condition in a composer block (class) in Episerver, so I started from this:
[PageType("110187CD-89F0-40A8-A075-68944DD5AC1D",
Name = "New Composer Block",
Description = "My Description",
Filename =…

dear1
- 103
- 11
0
votes
1 answer
reference layout block from content block in episerver 6 R2
In the OnLoad of a Content Block, can I reference programatically (a method from) the Layout block where it's sitting in?
e.g. I've a text content block which I placed in a custom Layout block in Episerver Composer 6 R2, I need to call a method from…

dear1
- 103
- 11
0
votes
2 answers
How to read XML document from property in Episerver
I want to read XML document from a property which is created in edit mode of Episerver.
I have made one property of type 'URL to Document'.
When I try to fetch it from code behind, it gives only file path. I am not able to read the content of XML…

user2130929
- 45
- 9
0
votes
1 answer
EPiServer 6 r2- Share content with another episerver site
I have two separate episerver websites with their own separate editors (separate CMS DBs). There is some common content that both websites should share. I want to maintain the common content on website1 and use it on website 2. I don't want to…

Tepu
- 1,602
- 2
- 20
- 28