It was sudden, and he just stopped working. I don't know what went wrong that caused this:
Unable to instantiate event handler. Type: Sitecore.Publishing.HtmlCacheClearer. Method: ClearCaches (method: Sitecore.Events.Event + EventSubscribers.Add (String eventName, XmlNode configNode)).
I tried everything that would make it work, but not
- Re-copied Sitecore files from Sitecore 7.2
- Re-indexed my Solr
- Created a completely new project Sitecore
- Reissued Full Site
- Laid his head on the table
Can someone tell me the reason for this and what could be the solution. I am new to Sitecore.
Update publish:end and publish:end:remote
<event name="publish:end"> <handler type="Sitecore.Publishing.HtmlCacheClearer, Sitecore.Kernel" method="ClearCaches"> <sites hint="list"> <site>website</site> </sites> </handler> </event> <event name="publish:end:remote"> <handler type="Sitecore.Publishing.HtmlCacheClearer, Sitecore.Kernel" method="ClearCaches"> <sites hint="list"> <site>website</site> </sites> </handler> </event>
source share