How to replace default implementation of ContentMediaResolver?
In our site we have two definitions for how our ImageData content is supposed to be setup, one to be used for CMS-images and another one for our Commerce images. In CMS 11 the solution described here...
View ArticleCustom Localization Provider
Migration from CMS 11 to 12 #againI have such entry in web config:<localization><providers><add virtualPath="~/lang" name="languageFiles"...
View Article"Successfully published" pops up, but the blue Publish button is shown below...
Optimizely CMS claims to have finished publishing and yet the Publish button is still visible and active. If we publish again then we do see the expected message of 'No changes since last publish'.So...
View ArticleUpdating links in xhtml-fields at runtime
Hi.I am trying to update links in xhtml-content during the SavingContent event using the IContentSoftLinkRepository, but cant seem to get it to work. I have been unable to track down any documentation...
View ArticleUsing Content Search Api with category filter always returns no records.
I have this request that I am trying to fetch data with but I always get no records when calling the api.https://localhost:8080/api/episerver/v3.0/search/content?filter=category/value/name eq...
View ArticleWhy is my custom admin menu item generating two requests when clicked?
I've implemented a simple menu provider that looks like this:[MenuProvider] public class CustomAdminMenuProvider : IMenuProvider { public IEnumerable<MenuItem> GetMenuItems() => new...
View ArticleOpenIDConnect and AccessDenied
Hello,We are configuring OpenIDConnect during an upgrade to CMS 12 and are plagued with the AccessDenied problem (which I have seen in other posts without a clear solution)We are forced at the moment...
View ArticleAll files return 404 when reading them
Ahoy.We've recently upgraded to CMS 12, and now, all our media files are returning 404 to visitors. When all file paths, blob IDs etc seem correct. They point to the correct files on disk and match...
View ArticleCustom Forms Containers in CMS 12
We are upgrading from CMS 11 and CMS 12. One of the many problems that we have encountered is related to forms. We have a custom FormContainerBlock (that is heavily used on our sites). It was...
View ArticlePropertyFor generates invalid HTML
We have a custom property renderer: public class CustomRenderer : EPiServer.Web.Mvc.Html.PropertyRenderer { public override HtmlString PropertyFor<TModel, TValue>( IHtmlHelper<TModel> html,...
View ArticleUnified search does not return result for a specific type after upgrade to...
I have a content type that inherits from BynderAssetData. This is part of search initialization and have also added it to Unified search registry. If I go to Search and Navigation I can see the content...
View ArticleService API Setup
Hello,Hopefully an easy one here. I'm new to Service API and am trying to setup the service according to the...
View ArticleIncrorrect text in "Choose content" for EPiServer.Forms ContentArea
Change "Opprett Et Nytt Element" to "Opprett et nytt element" (wrong capitalaztion for Norweigan, may other lang as well..)Change "Velg blokk" to "Velg element" Applies: EPiServer.CMS.Core 11.37.1
View ArticleIncrorrect use of capital letters in "Choose content" for ContentArea
Change "Opprett En Ny Blokk" to "Opprett en ny blokk" (wrong capitalaztion for Norweigan, may other lang as well..)But better: how about just "Opprett blokk" and "Velg eksisterende blokk" aka "Create...
View ArticleRemoving Default Warehouse prevents web app from starting
We get the warehouses from integration, so I thought I'd remove the Default Warehouse since we do not use it. Didn't think about it, I just did it. Little did I know that the web app would not be able...
View ArticleWhere can I report a Bug?
Hi,Trying to report a bug on EPI CMS, but I can't go to 'register new inquiry' (It says: Your account does not have access to the support system.)Where can I report the bug?
View ArticleUpgrade to 5.6.0 and FormContainer not allowed in ContentArea anymore?
Hi, I just tried upgrading our Forms package from 5.5.1 to 5.6.0,which also required me to upgrading the CMS package as well to v12.22.1, and now my regular content page does not show FormContainer as...
View ArticleAutosave sometimes does not work and gives different "Could not save...
Sometimes the autosave does not work and gives one of the below errors in a small popups:"Could not save property. The page may have been changed by another user. Please reload the page""Could not save...
View ArticleAdding Custom External plugins to TinyMce 4.4.4
Hello All,Looking for help on adding external custom plugins to TinyMce 4.4. version. I am not seeing any online resource that has the details.Thanks,
View Article