Find Page references in XHTML String
I have a page which has a property of type XHTML String. Contributors drag other pages in this area. If this page is expired or deleted, is there a way to find out if its referered in xhtml...
View ArticleWhat features of SQL server need to be installed for DXC?
When you install and run the alloy project, presumably its using some sort of embeded DB.According to this page: https: // world.episerver.com/digital-experience-cloud-service/requirements/ (this...
View ArticleUsingSynonyms not working for language specific synonyms
Hi,I have the following synonyms defined in the Episerver find backend:All langugages: 123 <> trainingDutch: 456 <> trainingThis is the relevant part of my search code:...
View ArticleHow to debug deployment to DXC of a hello world "alloy" app.
I setup VS 2019 as per EPiServer instructions and got Alloy working locally.Our organisation setup a DXC subscription, and I was sent the publish details for the integration env.I followed the exact...
View ArticlePage 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 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 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 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 Article