Spent a bit of time looking into this this morning. It was a weird one, but it seems it boils down to the fact that in v7 there is no longer a media picker macro parameter type like there was in v6. A simple fix for now is to go in to the macro editor for ezSearch and set the "type" dropdown for "rootMediaNodeId" to "Numeric" then hit save (this means you'll have to know the root media nodes id if you want to set this rather than using a media picker, but it seems to be the only option for now). Once you've done this, ezSearch should then work again.
I'll go register this as an issue on the issue tracker for Umbraco, but this should hopefully fix your issue for the time being.
Error: Object reference not set to an instance of an object. V 7
Hi,
I know that it is compatiable with v 6. i tried with v6 and its works.
I am developing a small site in v 7 and i need search function. ezSearch installed perfectly but i am getting error on rendering the Macro.
Your help will be highly appreciated.
Below is the Stack Trace
Hi Yasir,
Spent a bit of time looking into this this morning. It was a weird one, but it seems it boils down to the fact that in v7 there is no longer a media picker macro parameter type like there was in v6. A simple fix for now is to go in to the macro editor for ezSearch and set the "type" dropdown for "rootMediaNodeId" to "Numeric" then hit save (this means you'll have to know the root media nodes id if you want to set this rather than using a media picker, but it seems to be the only option for now). Once you've done this, ezSearch should then work again.
I'll go register this as an issue on the issue tracker for Umbraco, but this should hopefully fix your issue for the time being.
Many thanks
Matt
Hi Yasir,
For your reference, I've raised an Umbraco issue here:
http://issues.umbraco.org/issue/U4-3796
Many thanks
Matt
Hi Matt,
Thanks for help.
Yes it was the parameter problem. No media picker's parameter exists in Umbraco 7.
Your rsolution is working.
Yasir
is working on a reply...