-
Optimize Your Sitecore Development with This CheatSheet
Read more: Optimize Your Sitecore Development with This CheatSheetAs a Sitecore developer, you know that time is always of the essence when it comes to building and maintaining websites. Whether you’re working on a new project or troubleshooting an issue, having quick access to the most frequently used commands and syntax can be a game changer. You know that developers love a good…
-
Issues with Exporting Form Data to CSV
Read more: Issues with Exporting Form Data to CSVRecently, I encountered a bug related to the “Export the selected form data to a CSV“ button in the Forms module in the Sitecore XP 10.2. When I tried to use this button, nothing happened, and just a message appeared. After some investigation, I discovered that there were two issues causing this problem. 1) First…
-
Migration of Media Content Items? Use my Module to do it fast and easily.
Read more: Migration of Media Content Items? Use my Module to do it fast and easily.Do you have to migrate 3 GB of Media Content from an old Sitecore XP to a new one and it looks like a nightmare? Not anymore. With the right tools, we can optimize and improve our work! Using the power of the Sitecore PowerShell Extension I’ve developed a new module to do this job…
-
[Sitecore For Newbies] 5 tips that will save your time! – Part 2
Read more: [Sitecore For Newbies] 5 tips that will save your time! – Part 2Hey, This is the second part of my [Sitecore For Newbies] series. I brought here more 5 tips. Haven’t you seen the first part? So take a look at: There are other 5 important tips for Sitecore XP: Hope it helps you!
-
The 10 topics you must study for Sitecore 10 .Net Developer Certification
Read more: The 10 topics you must study for Sitecore 10 .Net Developer CertificationHey there! Today, I’m gonna talk about the Sitecore 10 Certification for Developers. The goal isn’t to explain how it works or give you a full list with the exact questions. The questions change every time and we’re not able to predict them. However, I can give you some insights and guide you with my…
-
Unicorn Error – There is an extends inheritance loop, or a container extending a nonexistant container name
Read more: Unicorn Error – There is an extends inheritance loop, or a container extending a nonexistant container nameThe problem: I faced the following issue when trying to set up Unicorn on an existing Sitecore instance. There’s no information about that on Unicorn documentation and the error isn’t clear. The solution: After a while, I’ve figured out that the problem was in another .config file which was set up by someone in the…
-
HTTP Error 503.2 – Service Unavailable
Read more: HTTP Error 503.2 – Service UnavailableThe problem: When setting up a Sitecore instance for a Content Delivery server I faced the following error: HTTP Error 503.2 – Service Unavailable – The serverRuntime@appConcurrentRequestLimit setting is being exceeded. The solution: The content items aren’t published to the Web database. I’ve found a few solutions to this issue and none worked for me.…