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.
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.
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.
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
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.
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()
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...
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."
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.
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.
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
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
Hi Robert,
Thanks for your response.
Im using umbraco 7.10.4 and package 1.3.0.
Mellow
Hi Robert,
Have you got any idea on how to fix this?
Greetings,
Mellow
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.
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
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.
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:
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...
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?
hm. I'll have to take a look at the code.
Thanks, Rob.
actually, can you please log an issue on the GitHub issue tracker (url above)?
ok, done - https://github.com/KOBENDigital/umbMemberListView/issues/9
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
I notice also in the search for the Members in the Developer section that the results include
Does that impact on this issue?
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.
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
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
is working on a reply...