one other very strange thing that is happening ... there are old members that were deleted a long ago ..but they keep showing ... :/ ... i searched all the database clean cache ... search in the file system for names that could be in some file cashe or something ... and even that way ...it keeps showing the member... strange ! :(
is there any place where it cashes data or something ?
It uses the Examine index, so you may need to refresh your index. In the Developer Section you'll find the Examine Dashboard which will allow you to rebuild the index.
Also if you've recently updated the MemberListView package you may want to refresh the ClientDependency config file but incrementing the serialnumber...
Can you confirm whether it works with Debug Mode set to true in the web.config? Does it work on localhost? Is it exactly the same error (as in, the same Url causing the problem)? Is it a new install?
How did you install the package? From NuGet? It looks like you may have a stale MemberListView dll if you've upgraded... can you verify the reference to it in the project? The Dll version should be 1.5.3.0
I have installed version 1.5.3 via nuget and the .dll was not installed so I downloaded the package and copied it into my bin folder to get the package to work. If I try to install the package from the back office, I get an error. If I try to install the package as a local package, I get an error saying that a package file is already in the App-Data folder. I am not sure why I am seeing the errors and I don't know why the .dll was not in the nuget package.
I am still seeing this error.
Request error: The URL returned a 404 (not found): Backoffice/MemberManager/MemberApi/GetCanExport
I have created a video showing what I am doing. I have a backup of my site without the MemberListView package installed. Each time I try to install the package, the dll is not added. I run the site without the dll and you will see the errors.
I have a second video where I have downloaded the package from the package page and copied the dll from the package files into my bin folder. The package has removed 2 errors, but one remains.
I tried using nuget in another project to install the package and the dll doesn't get installed there either.
I have tried a few more times and each time I try to add the package to the project via Nuget the MemberListView.dll is not added. I have provided videos of the issue. Can you please provide the correct dll file. The dll I have is from the package I downloaded from our.umbraco.
Is the dll physically in the Packages directory? (should be something like \packages\MemberListView.1.5.3\lib\net472)
Has the dll been added to your project's references?
You won't see it in your bin folder until the project has been compiled, so no point checking until then; but if it's not added to your references when you install the NuGet package you may have a project issue, but can resolve it by adding it manually.
The reference was not added to the solution, so I manually added it. I then compiled the application, but the dll was not created so I copied from the \packages\MemberListView.1.5.3\lib\net472 folder and now I don't see an error. I last question is how do I added other columns related to the member profile?
These are native:
Created
Last Edited
These are ones I have added to the profile
Organization
In another list view I am able to add the "Organization" with a custom list view. I have created my own list view to convert the number that comes in to text. I your list view JS I am not able to use "dataTypeResource".
that's a separate question - are you able to perhaps open another question here and mark this one as answered perhaps? I still think there's some stuff not right with your project if it's not adding the dll when you compile though.
I have figured out the Sensitive Data group. In our umbraco, this group did not exist. It exists in V8, but not in V 7.15.3 so I created the group and was able to add my self because I am a super admin.
404 ... After deploy on server :(
Request error: The URL returned a 404 (not found):
Backoffice/MemberManager/MemberApi/GetMembers
works well on localhost ... but gives error after deploy on server
thank you
AS
Hi Angelo,
Are you using the most recent version? It should be fixed there - also, what version of Umbraco are you running it on?
- Rob.
Hello Rob thank you for your answer ... :)
im using last component version on 7.1.8
one other very strange thing that is happening ... there are old members that were deleted a long ago ..but they keep showing ... :/ ... i searched all the database clean cache ... search in the file system for names that could be in some file cashe or something ... and even that way ...it keeps showing the member... strange ! :(
is there any place where it cashes data or something ?
Rob once again thank you :)
AS
It uses the Examine index, so you may need to refresh your index. In the Developer Section you'll find the Examine Dashboard which will allow you to rebuild the index.
Also if you've recently updated the MemberListView package you may want to refresh the ClientDependency config file but incrementing the serialnumber...
nice :) ... i found it and it worked Rob..
concerning ClientDependency config file ... are you talking about this number ?
<clientDependency version="2068144199"
from 2068144199 to 2068144200 ?
once again thank you Rob :)
AS
Yep, that's the one :)
Hello Robert ... thank you for your help :)
im still fighting with the first error on production server not on my localhost ?
any idea ? :/
thank you
AS
Hey, What version of the plugin are you using? Have you upgraded to the latest one available yet?
last version on U7.1.8
thank you
AS
I'm getting this same error:
× Request error: The URL returned a 404 (not found): Backoffice/MemberManager/MemberApi/GetMembers
Whats the actual answer to the original problem? Where is this file if I need to make sure it's uplaoded?
Hey,
I'm seeing this error on a 7.4.3 install with the latest version of the plug in.
Ive rebuilt the Examine index and also incremented the client dependency.
Any suggestions?
Cheers,
Ian
Hi Ian,
Can you confirm whether it works with Debug Mode set to true in the web.config? Does it work on localhost? Is it exactly the same error (as in, the same Url causing the problem)? Is it a new install?
Rob
I have installed the package in umbraco 7.15.1 and I am seeing this error.
Request error: The URL returned a 404 (not found): Backoffice/MemberManager/MemberApi/GetCanExport
What do I need to do to fix the issue? I have done the suggestions and nothing seems to work. I am running Umbraco on locally.
-Lee
Hi Lee,
How did you install the package? From NuGet? It looks like you may have a stale MemberListView dll if you've upgraded... can you verify the reference to it in the project? The Dll version should be 1.5.3.0
Rob
I have installed version 1.5.3 via nuget and the .dll was not installed so I downloaded the package and copied it into my bin folder to get the package to work. If I try to install the package from the back office, I get an error. If I try to install the package as a local package, I get an error saying that a package file is already in the App-Data folder. I am not sure why I am seeing the errors and I don't know why the .dll was not in the nuget package.
I am still seeing this error. Request error: The URL returned a 404 (not found): Backoffice/MemberManager/MemberApi/GetCanExport
hm. The DLL I've just verified that the dll is definitely in the package. Did you attempt to upgrade it or something like that?
The package on Our is out of date (due to be updated today) so don't try to install that way, you need to use the NuGet package.
I suggest removing package if you've installed it from Our, then try uninstalling and re-installing the Nuget package.
I have created a video showing what I am doing. I have a backup of my site without the MemberListView package installed. Each time I try to install the package, the dll is not added. I run the site without the dll and you will see the errors.
http://dev-client.com/member.mp4
I have a second video where I have downloaded the package from the package page and copied the dll from the package files into my bin folder. The package has removed 2 errors, but one remains.
I tried using nuget in another project to install the package and the dll doesn't get installed there either.
http://dev-client.com/add-dll.mp4
Can you provide a link to the dll?
-Lee
have you looked in the packages folder to see if the dll is there? Also check your references.
Hi Lee,
Just following up - did you get this resolved?
Rob.
I have tried a few more times and each time I try to add the package to the project via Nuget the MemberListView.dll is not added. I have provided videos of the issue. Can you please provide the correct dll file. The dll I have is from the package I downloaded from our.umbraco.
ok, a few things to check:
You won't see it in your bin folder until the project has been compiled, so no point checking until then; but if it's not added to your references when you install the NuGet package you may have a project issue, but can resolve it by adding it manually.
Rob,
The reference was not added to the solution, so I manually added it. I then compiled the application, but the dll was not created so I copied from the \packages\MemberListView.1.5.3\lib\net472 folder and now I don't see an error. I last question is how do I added other columns related to the member profile?
These are native: Created Last Edited
These are ones I have added to the profile Organization
In another list view I am able to add the "Organization" with a custom list view. I have created my own list view to convert the number that comes in to text. I your list view JS I am not able to use "dataTypeResource".
In my list view, I have the following code:
How could I add these columns to MemberListView that you created?
-Lee
that's a separate question - are you able to perhaps open another question here and mark this one as answered perhaps? I still think there's some stuff not right with your project if it's not adding the dll when you compile though.
Now that I am not seeing errors, the "Export Members" link is missing. I was there before I added the new dll. How do I bring it back?
-Lee
Hi Lee,
You need to be a member of the Sensitive Data user group to see the export option.
Please use a new thread for additional support requests, as it's off topic.
Thanks, Rob.
My account is an admin account. I don't see a permission setting for "Sensitive Data". Where do I set this?
you can't add/remove your own groups - you need to log in as another admin user and add the Sensitive Data group as them.
Please move other questions to new threads - I'm not going to reply to off topic posts on this thread any longer
Thanks, Rob
I have figured out the Sensitive Data group. In our umbraco, this group did not exist. It exists in V8, but not in V 7.15.3 so I created the group and was able to add my self because I am a super admin.
is working on a reply...