Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adam Kvist Lamaa 2 posts 22 karma points
    Nov 08, 2012 @ 15:10
    Adam Kvist Lamaa
    0

    Member search not working Umbraco 4.7

     

    Hello

    I have an instance of Umbraco where i get the following error when i try and use the seach member function. The Error appears when i enter a name and click "Search". Does anybody have any ideas or suggestions as to what could cause this error and how to solve it?

    Server Error in '/' Application.


    Invalid or unsupported character in number: .

    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.ArgumentException: Invalid or unsupported character in number: .

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [ArgumentException: Invalid or unsupported character in number: .]
       Number.ToInt64(String s) +301
       Lucene.Net.Index.SegmentInfos.GetCurrentSegmentGeneration(String[] files) +137
       Lucene.Net.Index.FindSegmentsFile.Run(IndexCommit commit) +312
       Lucene.Net.Search.IndexSearcher..ctor(Directory path, Boolean readOnly) +74
       Examine.LuceneEngine.Providers.LuceneSearcher.ValidateSearcher(Boolean forceReopen) +194
       Examine.LuceneEngine.Providers.LuceneSearcher.GetSearchFields() +19
       UmbracoExamine.UmbracoExamineSearcher.GetSearchFields() +11
       UmbracoExamine.UmbracoExamineSearcher.CreateSearchCriteria(String type, BooleanOperation defaultOperation) +38
       Examine.LuceneEngine.Providers.LuceneSearcher.Search(String searchText, Boolean useWildcards) +34
       umbraco.presentation.umbraco.members.MemberSearch.ButtonSearch_Click(Object sender, EventArgs e) +709
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

  • Jan Skovgaard 11280 posts 23678 karma points MVP 12x admin c-trib
    Nov 08, 2012 @ 17:24
    Jan Skovgaard
    0

    Hi Adam - welcome to our :)

    What characters does your search phrase contain? I've just recently used the search function on a 4.7.1.1 install and it worked fine. So perhaps it's because of some weird characters?

    Please elaborate as much as you can.

    /Jan

  • Adam Kvist Lamaa 2 posts 22 karma points
    Nov 09, 2012 @ 09:06
    Adam Kvist Lamaa
    0

    Hello Jan

    I have used standard alfabetical characters, here are some examples: "Adam", "Effective". I don't se anything in the query it self that should break the search function.

    Edit: All searches give this error, i have not been able to make a search without getting this error.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies