Copied to clipboard

Flag this post as spam?

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


  • Mellow 3 posts 73 karma points
    Oct 25, 2018 @ 13:54
    Mellow
    0

    MemberListView no results

    Hello, i have the following issue:

    I have an existing website with a lot of members in it, because the customer needs to approve all members manually, they wanted a bulk approve function. And your package is perfect for that :)

    I've installed the package, only i get the message: No matching results. When i add a new member it shows up in the Manage tab, however when i rebuild the InternalMemberIndexer it disappears.

    Any help would be appreciated!

    Cheers

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Oct 27, 2018 @ 20:00
    Robert Foster
    1

    Hi Mellow,

    What version of Umbraco 7 are you using, and what version of the package? It should be compatible, but I'd need to check as there were some changes at one point that broke the member listing and I had to do an update a few months back.

    Rob

  • Mellow 3 posts 73 karma points
    Oct 30, 2018 @ 08:32
    Mellow
    0

    Hi Robert,

    Thanks for your response.

    Im using umbraco 7.10.4 and package 1.3.0.

    Mellow

  • Mellow 3 posts 73 karma points
    Nov 06, 2018 @ 09:09
    Mellow
    0

    Hi Robert,

    Have you got any idea on how to fix this?

    Greetings,

    Mellow

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Nov 06, 2018 @ 22:46
    Robert Foster
    0

    Can you post your Member Index configuration? can you search for a member using the Examine Management Tools on the Developer section? What is returned? Specifically, look for __Key or __key.

    If the Index isn't working, then you need to resolve that first.

  • Allan Hawkey 232 posts 303 karma points
    Aug 07, 2019 @ 17:40
    Allan Hawkey
    0

    Hi Mellow / Robert

    Did you ever fix a fix for this? I'm having an issue which sounds very similar following an upgrade from 7.10 to 7.15.1, and with package 1.2.0. The list of members is now showing completely empty.

    I am able to search for the Members in the Developer section, and the results include the __Key

    Thanks Allan

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Aug 07, 2019 @ 17:57
    Robert Foster
    0

    Hi Allan,

    Can you post your index configuration? It's possible something's changed in the indexing that may require an update to Member List View; I'll try to take a look at it this week, but you could also have a go at it if you're up for it - the repository is at https://github.com/KOBENDigital/umbMemberListView.

    Rob.

  • Allan Hawkey 232 posts 303 karma points
    Aug 07, 2019 @ 19:12
    Allan Hawkey
    0

    I think it's probably beyond my skillset, sadly! What is the index configuration you'd like to see?

    I've taken a look in the log and found this error, in case that helps:

     2019-08-07 17:52:29,044 [P15200/D10/T249] ERROR MemberListView.Controllers.MemberApiController - Unhandled controller exception occurred
    System.Web.Http.HttpResponseException: Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response' property of this exception for details.
       at System.Web.Http.ModelBinding.FormatterParameterBinding.ReadContentAsync(HttpRequestMessage request, Type type, IEnumerable`1 formatters, IFormatterLogger formatterLogger, CancellationToken cancellationToken)
       at System.Web.Http.ModelBinding.FormatterParameterBinding.ReadContentAsync(HttpRequestMessage request, Type type, IEnumerable`1 formatters, IFormatterLogger formatterLogger)
       at System.Web.Http.ModelBinding.FormatterParameterBinding.<ExecuteBindingAsyncCore>d__18.MoveNext()
    
  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Aug 07, 2019 @ 19:26
    Robert Foster
    0

    can you run it again, with the browser's Developer Tools window open on the Network tab and isolate the request - see if you get any further information on the response of the api call...

  • Allan Hawkey 232 posts 303 karma points
    Aug 07, 2019 @ 19:42
    Allan Hawkey
    0

    It's throwing some 415 errors, with the response: "The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource."

    Does that help?

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Aug 07, 2019 @ 19:44
    Robert Foster
    0

    hm. I'll have to take a look at the code.

    Thanks, Rob.

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Aug 07, 2019 @ 19:45
    Robert Foster
    0

    actually, can you please log an issue on the GitHub issue tracker (url above)?

  • Allan Hawkey 232 posts 303 karma points
    Aug 07, 2019 @ 20:04
  • Allan Hawkey 232 posts 303 karma points
    Aug 09, 2019 @ 11:07
    Allan Hawkey
    0

    Hi Robert, not sure if you've had a chance to take a look at this yet?

    I've taken a test site from Umbraco 7.10.5 through a series of version upgrades. MemberListView works fine up to 7.14.0 but falls over at 7.15.0.

    So something in the 7.15 version must be breaking it. Hope that helps isolate the issue?

    Thanks, Allan

  • Allan Hawkey 232 posts 303 karma points
    Aug 09, 2019 @ 11:30
    Allan Hawkey
    0

    I notice also in the search for the Members in the Developer section that the results include

    • __Key in v15.0
    • __key in v10.5

    Does that impact on this issue?

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Aug 09, 2019 @ 18:55
    Robert Foster
    0

    I've taken a look and started upgrading MemberListView to version 7.15 but need more time - it appears related to something done in that version regarding the recent security fixes, but I need to investigate more.

  • Allan Hawkey 232 posts 303 karma points
    Aug 15, 2019 @ 11:43
    Allan Hawkey
    0

    Hi Robert, just wondering whether you've been able to track down what it is in 7.15 that's causing these issues?

    Many thanks, Allan

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Jan 18, 2020 @ 01:59
    Robert Foster
    0

    Hi everyone,

    After several long months, I've finally gotten around to releasing a new version compatible with 7.15 - as a bonus, this version also supports filtering by Member Group out of the box.

    It's got a refreshed UI in keeping with current Umbraco skinning as well.

    Enjoy :)

    Rob

Please Sign in or register to post replies

Write your reply to:

Draft