Integrating 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 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 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 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 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 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 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 ArticleGet data from MetaClass table.
Hi,Is there an episerver api to use to get all entries, or the Name and the MetaClassId from that table in the database?Thanks in advance.
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 ArticleGetFormsInfo doesn't return all forms
We run a scheduled task (running from episerver) that loops through all available forms in our episerver instance and exports any submissions that have been made since the last time the scheduled task...
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 ArticleEPiServer Find Content Indexing Job scheduled job:...
Hi,I have experencing an issue when i am trying to run the job EPiServer Find Content Indexing Job. This issue only happend on DXC enviroment and i can't reproduced on my local development environmentI...
View ArticleUpgrade 10.10.3 to 11.14.0 SqlException
Hello Epi people!After upgrading I'm getting an error when changing any property i Edit mode. The friendly message is simply "Something went wrong", "An unexpected error occurred". The config and...
View ArticleUsing ContentDelivery API and ServiceAPI - Auth errors
Hi,I am using the EpiServer Service API and Content Delivery API. I want to use both Authorization, so I added the following code in my Startup.cs...
View Article