Surendra Sharma

Surendra Sharma

Search This Blog

Saturday, August 4, 2018

Certification : Sitecore Context Marketing Fundamentals eLearning

Sitecore developer generally ignores marketing capabilities of #Sitecore. I found this $800 "Sitecore® Context Marketing Fundamentals eLearning" course very useful and eyes opener for the same.



Wednesday, August 1, 2018

Solved : Sitecore duplicate item issue

Issue:-
There are two items with the same name in my project Sitecore content tree - "Contact Us". On selecting one item, its showing the content properly, but on selecting another item, Sitecore showing "Object reference not set to an instance of an object." error as below.



I was unable to delete that item as unable to select it.


Solution:-
To delete this item, I 

  • Opened Sitecore DBBrowser as http://localhost:9090/sitecore/admin/dbbrowser.aspx 
  • Selected the item 
  • Deleted it.

Old trick, but very handy.

Monday, July 30, 2018

Blog Count reached to 2,00,000

My blog http://www.sitecorelessons.com/ crossed magical number 2,00,000+ for all time page visit. Please visit and have a look. 

Any suggestions/comments for improvement are always welcome.



Sunday, July 29, 2018

Certification - Sitecore Experience Commerce 9 200 - Essential

Cleared one more certification worth of $1500 - Sitecore® Experience Commerce™ 9 200 : Essentials


Certification - Sitecore Experience Commerce 9 200 - Essential


Friday, July 27, 2018

Certification - Sitecore Experience Commerce 9 100 - Overview

Cleared one more certification worth of $750 - Sitecore® Experience Commerce™ 9 100:Overview


Certification - Sitecore Experience Commerce 9 100 - Overview

Saturday, July 21, 2018

Sitecore 9 Certification

#sitecore certification was missing from my profile from a long time. Cleared Sitecore 9.0 Certification today


Monday, July 16, 2018

Could not find configuration node: federatedAuthentication/identityProviders/identityProvider[@id='Facebook']

I faced this error when deploying my local Habitat instance to fresh Sitecore instance running on Sitecore 9 update 1. I was getting this while opening Sitecore login screen.

There are two ways to resolve this issue


1. Create package of Domain, roles related with Facebook from existing running Sitecore instance and install it on target Sitecore instance.


2. Comment "<identityProviders hint="list:AddIdentityProvider">" section from \App_Config\Include\Project\<SitecoreInstanceName>.Website.config file


I hope these steps helps you to fix this issue. Stay tuned for more Sitecore related articles.

Till that happy Sitecoring :)

Please leave your comments or share this fix if it’s useful for you.