No Export button in any browsers + filtering seem to be broken?
EDIT 2:
Now our Umbraco version is 8.12.2 and still no progress 😥.
I read in the documentation that the 2.10 version included a fix for 8.12, but it doesn't work in our backend?
It might also be good to know that I can't install it via the repository since that throws an error, I must DL and install as local package.
I get this error in the log:
Error while terminating component "MemberListView.Composing.MemberListViewComponent".
Exception
System.NotImplementedException: The method or operation is not implemented.
at MemberListView.Composing.MemberListViewComponent.Terminate()
at Umbraco.Core.Composing.ComponentCollection.Terminate() in D:\a\1\s\src\Umbraco.Core\Composing\ComponentCollection.cs:line 50
And also this:
System.IO.InvalidDataException: End of Central Directory record could not be found.
at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen)
at Umbraco.Core.Packaging.PackageExtraction.ReadZipfileEntries(FileInfo packageFile, Func`2 entryFunc, Boolean skipsDirectories) in D:\a\1\s\src\Umbraco.Core\Packaging\PackageExtraction.cs:line 174
at Umbraco.Core.Packaging.PackageExtraction.ReadTextFileFromArchive(FileInfo packageFile, String fileToRead, String& directoryInPackage) in D:\a\1\s\src\Umbraco.Core\Packaging\PackageExtraction.cs:line 36
EDIT: I just saw that there only was a 75% functionality in our Umbraco version... maybe I should try upgrading to at least 8.7 first...
Version 8.10.x (100%)
Version 8.9.x (100%)
Version 8.8.x (100%)
Version 8.7.x (100%)
Version 8.6.x (75%)
I just installed version 2.1.0 in Umbraco 8.6.4.
The "Export Members" button is only visible for a fraction of a second, and only when you select The top "Members" node.
When I select member type - All -, a member group with thousands of members and "Only active" I get nothing from the filter?
I can't se anything neither in the Umbraco Log nor the JS Console??
Is there anything else I can try to be able to see the "Export button" ?
It works fie for me. This is Umbraco 8.10.1 and I am running MemberListView 2.0.7.1 which was installed via nuget (when the site was running Umbraco 8.7), it has subsequently been upgraded to 8.10.1 but I have not yet updated MemberlistView as it is working OK. As you can see from the image, both the export button appears and the filtering works.
No I have rebuilt the Member index and I can now see some results when searching. But the filtering doesn't work for the member groups, I can see replies from most membergroups despite that only one group was selected as a filter??
Does your filter panel display just the membergroup you are filtering ? It took me a while to work out I needed to pick all for some values otherwise it tried filtering the wrong things
No Export button in any browsers + filtering seem to be broken?
EDIT 2: Now our Umbraco version is 8.12.2 and still no progress 😥.
I read in the documentation that the 2.10 version included a fix for 8.12, but it doesn't work in our backend?
It might also be good to know that I can't install it via the repository since that throws an error, I must DL and install as local package. I get this error in the log:
And also this:
EDIT: I just saw that there only was a 75% functionality in our Umbraco version... maybe I should try upgrading to at least 8.7 first...
Version 8.10.x (100%) Version 8.9.x (100%) Version 8.8.x (100%) Version 8.7.x (100%)
Version 8.6.x (75%)
I just installed version 2.1.0 in Umbraco 8.6.4.
The "Export Members" button is only visible for a fraction of a second, and only when you select The top "Members" node.
When I select member type - All -, a member group with thousands of members and "Only active" I get nothing from the filter?
I can't se anything neither in the Umbraco Log nor the JS Console??
Is there anything else I can try to be able to see the "Export button" ?
I will check my site later to see if I have the export button on mine
It works fie for me. This is Umbraco 8.10.1 and I am running MemberListView 2.0.7.1 which was installed via nuget (when the site was running Umbraco 8.7), it has subsequently been upgraded to 8.10.1 but I have not yet updated MemberlistView as it is working OK. As you can see from the image, both the export button appears and the filtering works.
Thanks for the info Huw!
Then I wonder if there's any difference between the zip-package and the nuget version, sounds strange.... 🤔
There must be something else that breaks it in 8.12 i think...
Back to reading logs I think...
I think I had issues installing it any other way than nuget, so yes perhaps there are some differences
No I have rebuilt the Member index and I can now see some results when searching. But the filtering doesn't work for the member groups, I can see replies from most membergroups despite that only one group was selected as a filter??
Does your filter panel display just the membergroup you are filtering ? It took me a while to work out I needed to pick all for some values otherwise it tried filtering the wrong things
Yes I get it like this when I've applied a filter for "NO Member" (Norwegian)
is working on a reply...