Page with new page type from code can not be displayed
Hi,I use EpiServer CMS version 10 and Web Forms.I have created a page type in my code and I also have created a page for this page type.When I start my webapplication EpiServer finds my new page type...
View ArticleSelect edit view mode not remembered with CMS UI package 11.23.0-11.23.2
There seem to be a bug in edit mode UI. If you select the all properties view and then switch to another page then the on-page edit view is shown.You can reproduce this with Alloy MVC and latest NuGet...
View ArticleEPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately
The private static field EPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately even when executing the same query and receiving the same result over and over. This will eventually...
View ArticleCreating an external plugin for TinyMCE
Guys, I am following this link and the following code[ModuleDependency(typeof(TinyMceInitialization))] public class CustomizedTinyMceInitialization : IConfigurableModule { public void...
View ArticleBootstrap modal in Episerver custom tool not working after CMS upgrade
Possible bug. One of our custom tools uses Bootstrap, and the modals are not working properly after upgrading to the new UI. We upgraded from 11.12.0 to 11.14.1. Here is a list with the packages...
View ArticleTiny MCE XHTML Editor question
Is there an option that will show me the source code of the stuff inside tiny mce editor ?
View ArticleLinks not resolving after adding hostname (.../link/sid)
Adding hostname to our Episerver stage environment has broken all of my links. When you try following a link, they show as hostname/link/sid instead of hostname/pagename...
View ArticleIntegrating Wordpress blogs to Episerver
Hello,I am not sure if this is possible.I have a EpiServer website which uses Epi Find for search feature. I have another word press site for blogs. Now there is an ask if we could integrate wordpress...
View ArticleNeed help with Episerver Find filters
I have a search code as shown below that works fine. On the page where I show these result I have another content reference field that am displaying. I need to see if the search result contains the...
View ArticleWithAndAsDefaultOperator() does not work as expected with UsingSynonyms()
I have created a 'one way' synonym as “dog” > "animal”.When I search for "test+dog" it gives many results. (Which is as expected)When I search for "dog+test" it gives 0 results. (Which is not as...
View ArticleLinks not resolving after adding hostname (.../link/sid)
Adding hostname to our Episerver stage environment has broken all of my links. When you try following a link, they show as hostname/link/sid instead of hostname/pagename...
View ArticleOptimize DDS linq query.
HI,I need suggestions to optimize below linq query.store.Items<StorageMessage>().ToList().Where(x => x.Recipients.Select(y => y.Code).Contains(testCode)).OrderByDescending(x =>...
View ArticleEpiserver.search is not working (CMS v9)
Hello!I just started working at a company and they are using Episerver for their website. I am new to episerver, so I am learning a lot at the moment but it seems that I can not figure this one out.The...
View ArticleCan't move category node in admin
I have imported a tree pf categories to EPiServer using the ContentRepository API. The nodes have the type "Default Catalog Node".Everything seems fine about them, but when I try to move them I get the...
View ArticleCreating a flat file with EpiServer scheduled job
Hello,I have a need to create a flat file of some data from EpiServer database and send it to a third party AWS S3 bucket for reporting purpose. Now the steps I am thinking is to create a scheduled job...
View ArticleUpgraded 7.1 -> 7.5 - Type 'System.Decimal' could not be mapped to a...
I have upgraded our 7.1 site to 7.5. I think everything is in order, with nuget references, appdata, config etc.I am getting the following error on startup. We do have a few decimal page properties,...
View ArticleError in Log file /link/Guid.aspx does not exist
I have this error"EPiServer.Global : Unhandled exception in ASP.NET System.Web.HttpException (0x80004005): The file '/link/43F936C99B234EA397B261C538AD07C9.aspx' does not exist.This doesn't exist in...
View ArticleExample of saving batch of products to DB using ICatalogSystem
I am trying to wrap my head around creating a list of products that should be persisted to DB in a batch. The list will easily consist of thousands of products. I was looking into possibility to use...
View ArticleGlobally restrict block in all content areas
We are creating a new non-visual block (i.e. no view) which will solely be referenced in other blocks as a property and would like to globally remove it from the list of available blocks when creating...
View ArticleSetting value of [SelectMany] property programmatically
I've a string property on my Page with the [SelectMany] attribute, and I need to create the page and fill the property programmatically. [CultureSpecific] [SelectMany(SelectionFactoryType =...
View Article