EPiServer.DataAbstraction.ScheduledJob errors with: ExecuteNonQuery requires...
We are getting this error in our logs intermittently about 50 times a day (see below). It is not customer impacting, because it seems to be related to executing background scheduled jobs. Has anyone...
View ArticleAll content grayed out in CMS Edit mode
On our stage site, all content is grayed out in Edit mode. I've checked languages as I've seen other posts had something to do with language that caused this, but I can't change in under Tools in the...
View ArticleFilter pages on specific visitor group
Hi,I have a list of UsedVisitorGroups, I used the code from david-tecs Visitor Group Usage Viewer https://www.david-tec.com/2015/05/visitor-group-usage-viewer-for-episerver-8/And a list of pages that...
View Articlehow to create an empty starter project which works?
The "creating-a-starter-project" guide here:https://world.episerver.com/documentation/developer-guides/CMS/getting-started/creating-a-starter-project/Says you can just create an empty start project,...
View Article180K products - Random App Pool Recycle
Hello,Using EPiServer.Commerce 12.17.2 and EPiServer.CMS 11.11.2:We have been talking with Microsoft Azure support team for a while now because of a random app pool reycle that takes place on one of...
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 ArticleLeft menu in commerce manager empty
Sometimes the left menu in commerce manager goes empty on our Azure VMs. Restarting the website in IIS fixes the issue, but it's very annoying to do this every now and then. I believe that the issue...
View ArticleUpgrading from Episerver CMS 9.7 to latest version of 11
Hi,Can you give advice on how to upgrade our 9.7 version of Episerver to the latest version of 11?Are there any breaking changes?How does the Database get updated?Etc, etc.Many thanks
View ArticleUpdating TransactionId after Purchase Order Creation
Is there a way to update any meta field on a payment record for an order that has already created a purchase order object?Thanks
View ArticlereCAPTCHA not working
HelloI am attempting to add reCaptcha to a form on our episerver site. I have done the following:installed nuget package for Episerver.Forms.Samples - this allows the widget for recaptcha to now show...
View ArticleError importing products
I'm getting an "The event manager has been stopped." error after about 15 minutes of running an import job.System.AggregateException HResult=0x80131500 Message=One or more errors occurred....
View ArticleHow to remove all unused blobs - scheduled clean up jobs not removing all...
Hi there,I have ran the following scheduled jobs:'Remove Unrealted Content Assets''Remove Abandoned BLOBS''Clear Thumbnail Properties'But I am still getting errors around media which is not in use. In...
View ArticleCustom Folder Types
It would be really helpful to be able to create custom folder types for the Asset Pane. Specifically, the ability to create a custom folder with an allowed types attribute. The final goal being to...
View ArticleAny way to index content using ContentReference?
I am having a list of ContentReferences.I need to index the content in EpiServer Find using these ContentReferences.Any way to do that?
View ArticleRestrictions are not indexed for the child pages when indexed them in the...
I need to index the child pages when an editor changes the restrictions in a page in CMS.So, I have handled the ContentSecuritySaved event like below to index all the child pages. [InitializableModule]...
View ArticleIs there a way to get the restrictions of a content using ContentReference?
I have defined several restrictions for pages in CMS.I am having a list of ContentReferences of the pages.How can I get their restrictions programmatically?Note: I do not need to pass a user and check...
View ArticleGet User Roles in WebApi
Hi I am testing WebApi calls and I Wanted to proble users and their roles.I can get all roles, and user data but how can I check what roles a user has?This is a plugin so I can not know what type of...
View Article[v13.15.0] Using Automapper to create a new ProductContent instance
Hi,Currently, I have a profile like this -CreateMap<PimProductDto, GenericProduct>() .ForMember(dest => dest.PimId, opt => opt.MapFrom(src => src.ECommerceProductId))...
View ArticlePermissions to overwrite a file - Without allowing them to add new files
Hello,I have a set of users which I need to give permissions to simply overwrite an exisiting file, without the ability to add new files. They have a newsletter, and they need to overwrite this...
View ArticlePromotions - include tax in saved amount
I have created the promotion Spend amount to get free shipping. In the checkout process I want to show the discount that the customer will receive, but if I look for applied promotions on the cart, the...
View Article