Recently I was trying to install Sitecore 9.1.1 on my machine and started getting an weird issue i.e. "Cannot validate argument on parameter 'Path'" during the xConnect installation piece. I went and checked if all the prerequisites were installed correctly and also ran few msi files as suggested in this link: https://sitecore.stackexchange.com/questions/22639/sif-exception-cannot-validate-argument-on-parameter-path But the solution … Continue reading Sitecore 9.1.1 installation error – Cannot validate argument on parameter ‘Path’
Author: RKenkre
Adding a Processor to getMediaUrlOptions Pipeline
Recently, I had to enable CDN for our Sitecore instances. After following the instructions available in Sitecore documentation, everything seemed to work fine. There was use case where we had to exclude PDF documents from the CDN route to keep the security for some of the documents in place. The suggested approach was to add a … Continue reading Adding a Processor to getMediaUrlOptions Pipeline
How to quickly mitigate Log4J critical vulnerability?
There is a lot of discussion around the Log4J CVE in the community. If you haven't heard or read about it then below is the good read https://support.sitecore.com/kb?id=kb_article_view&sysparm_article=KB1001391 The Sitecore versions that got affected are:Sitecore XP 9.2Sitecore XP 9.3Sitecore XP 10.0Sitecore XP 10.1Sitecore XP 10.2 Versions not affected Sitecore XP 9.1 and earlier versions are … Continue reading How to quickly mitigate Log4J critical vulnerability?
A big thank you from Sitecore Diaries for 25K views in a year!
This year has been amazing for me as I received my first ever "Sitecore Technology MVP" award, started a new job and moved to my new home! With that said, I got a chance to share my knowledge through online channels compared to offline channels. My goal is always to create a knowledge base which … Continue reading A big thank you from Sitecore Diaries for 25K views in a year!
Application Error – Sitecore.ContentTesting
We are using Sitecore 9.3 and we activated Personalization on the Home page of our website. Everything was working as expected but we started noticing that Google Bot was directed to 500 Error page inconsistently. Upon more research we understood that there was one error consistent in the logs whenever the Google bot was redirected … Continue reading Application Error – Sitecore.ContentTesting
Creating custom submit action to send the emails in Sitecore Forms
This a common ask if you are not using EXM, you need to send thank you emails or emails to the admin team with the details of the submitted entry. This can be achieved in 2 steps: Create a class which inherits from Sitecore.ExperienceForms.Mvc.Processing.SubmitActions.SendEmail and write your custom logic.Add a Custom Submit Action under /sitecore/system/Settings/Forms/Submit … Continue reading Creating custom submit action to send the emails in Sitecore Forms
How to add custom Event handler in Sitecore?
We had a requirement of pushing some Sitecore items to third-party applications once those are publish on the Live (Web database). We had to attach a custom event handler in the Publishing event. Now the handler needs to be added in both publish:end and publish:end:remote, the former works well on single instances and CM server … Continue reading How to add custom Event handler in Sitecore?
Sitecore Tips – Search and Replace
This blog is very simple tip but thought of sharing it. We had a rebranding of a word across our Media like (News, Events, Blogs, etc.) and it is impossible to go to each and every word manually and change it. The simplest solution was to write a Script in SPE and execute. Then I … Continue reading Sitecore Tips – Search and Replace
Enabling the Suggester from SOLR for the Search box
We recently used SOLR suggester to implement autocomplete feature for our Site search. There are 3 steps involved to implement the Suggester:1. Add the Search component in solrconfig.xml file.2. Add the new field in Managed-Schema file.3. Call the Suggester from your Controller method. Add the Search component in solrconfig.xml filea. Go to the solrconfig.xml file … Continue reading Enabling the Suggester from SOLR for the Search box
Adding voice recognition to your search box
Now a days, the world is moving towards or utilizing the modern edge features in their day to day activities. So giving our end customers a feature of voice recognition on the Search box of our website might draw us some more traffic and leads. Now the logic, we need here is to hear the … Continue reading Adding voice recognition to your search box