Selecting serach result in backend shows exception
Hi,
I'm trying to get the search working again in the backend of our site. I have managed to reindex the site and now the search is working fine, the results shown are correct. However on selecting a result I get the dreaded 'Object reference not set to an instance of an object.' exception.
Stack trace is:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) +54
umbraco.controls.ContentControl..ctor(Content c, publishModes CanPublish, String Id) +745
umbraco.cms.presentation.editContent.OnInit(EventArgs e) +369
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Selecting serach result in backend shows exception
Hi,
I'm trying to get the search working again in the backend of our site. I have managed to reindex the site and now the search is working fine, the results shown are correct. However on selecting a result I get the dreaded 'Object reference not set to an instance of an object.' exception.
Stack trace is:
Search results:
On select:
Anyone had this before?
Cheers.
Hi,
I've ended up fixing this by accident, all I did was reset the permissions on the whole of the data folder - works fine now :)
Thanks.
(also sorry for the size of text above, no idea how I did that or how to put it back!)
is working on a reply...