I am facing error during searching on forum home page.its for some word only not for all words.like its work for "names" and its not working for "test","sample" etc. Here is the error. Could you please suggests me some solution if possible ? Thanks.
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 15: <div class="row-fluid">
Line 16: @if (!String.IsNullOrEmpty(Request["search"])) {
Line 17: @Html.Action("Search","UMFSurface", new { area = "UMF", searchTerm = Request["search"] })
Line 18: }
Line 19: </div>
Forum search error
Hello David,
I am facing error during searching on forum home page.its for some word only not for all words.like its work for "names" and its not working for "test","sample" etc. Here is the error. Could you please suggests me some solution if possible ? Thanks.
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 15: <div class="row-fluid"> Line 16: @if (!String.IsNullOrEmpty(Request["search"])) { Line 17: @Html.Action("Search","UMFSurface", new { area = "UMF", searchTerm = Request["search"] }) Line 18: } Line 19: </div>
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18449
Hi Pinal
What version of Umbraco are you using?
/Jan
Hello Jan,
Thanks for your reply.. i am using latest one 1.2.1 Thanks.
Hi Pinal
Ok, I suppose that's the latest version of the package - But I'm asking for the Umbraco version :) Which one is that?
/Jan
Hello Jan,
Sorry... I am using umbraco version 6.1.4 Thanks.
Hello Jan
Any news regarding this issue.. how can we sort this
is working on a reply...