Reputation: 33
I am getting the below error while rebuilding link database in Sitecore 8.1 (Initial release).
Object reference not set to an instance of an object. [NullReferenceException: Object reference not set to an instance of an object.] Sitecore.Shell.Applications.Dialogs.RebuildLinkDatabase.RebuildLinkDatabaseForm.CheckStatus()
any suggestion to fix the error?
Thanks, Karthik
Upvotes: 2
Views: 460
Reputation: 533
Sitecore 8.1 was released over 5 years ago, tons of improvements were made since then. Product seem to be out of mainstream support, hence Sitecore would not assist you here.
You could do following:
RebuildLinkDatabaseForm
class, CheckStatus
method is implemented; where NRE could bubble upwwwroot\sitecore\shell\Applications\Dialogs\RebuildLinkDatabase\RebuildLinkDatabase.xml
fileUpvotes: 1