Copied to clipboard

Flag this post as spam?

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


  • Angelo 111 posts 260 karma points
    Nov 17, 2014 @ 21:03
    Angelo
    0

    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

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Nov 18, 2014 @ 01:36
    Robert Foster
    1

    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.

  • Angelo 111 posts 260 karma points
    Nov 18, 2014 @ 19:43
    Angelo
    0

    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

     

     

     

     

     

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Nov 18, 2014 @ 23:54
    Robert Foster
    1

    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... 

  • Angelo 111 posts 260 karma points
    Nov 19, 2014 @ 10:20
    Angelo
    0

    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

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Nov 19, 2014 @ 10:40
    Robert Foster
    1

    Yep, that's the one :)

  • Angelo 111 posts 260 karma points
    Nov 26, 2014 @ 12:07
    Angelo
    0

    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

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Nov 26, 2014 @ 13:58
    Robert Foster
    1

    Hey, What version of the plugin are you using?  Have you upgraded to the latest one available yet?

  • Angelo 111 posts 260 karma points
    Dec 02, 2014 @ 11:49
    Angelo
    0

    last version on U7.1.8 

     

    thank you 

     

    AS

  • Richard Hamilton 79 posts 169 karma points
    Oct 07, 2016 @ 15:40
    Richard Hamilton
    0

    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?

  • Ian Binns 8 posts 78 karma points
    Apr 04, 2017 @ 20:54
    Ian Binns
    0

    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

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Apr 05, 2017 @ 09:24
    Robert Foster
    0

    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

  • Mov3nforward 117 posts 319 karma points
    Feb 05, 2020 @ 15:37
    Mov3nforward
    0

    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

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

    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

  • Mov3nforward 117 posts 319 karma points
    Feb 05, 2020 @ 19:14
    Mov3nforward
    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

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 05, 2020 @ 21:06
    Robert Foster
    0

    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.

  • Mov3nforward 117 posts 319 karma points
    Feb 05, 2020 @ 22:31
    Mov3nforward
    0

    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

  • Mov3nforward 117 posts 319 karma points
    Feb 05, 2020 @ 22:32
    Mov3nforward
    0

    Can you provide a link to the dll?

    -Lee

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 05, 2020 @ 22:42
    Robert Foster
    0

    have you looked in the packages folder to see if the dll is there? Also check your references.

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 06, 2020 @ 20:21
    Robert Foster
    0

    Hi Lee,

    Just following up - did you get this resolved?

    Rob.

  • Mov3nforward 117 posts 319 karma points
    Feb 06, 2020 @ 20:32
    Mov3nforward
    0

    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.

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 06, 2020 @ 20:53
    Robert Foster
    0

    ok, a few things to check:

    1. Is the dll physically in the Packages directory? (should be something like \packages\MemberListView.1.5.3\lib\net472)
    2. 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.

  • Mov3nforward 117 posts 319 karma points
    Feb 07, 2020 @ 16:18
    Mov3nforward
    0

    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:

     function getOrgPrevalues() {
                dataTypeResource.getPreValues("Umbraco.RadioButtonList", 1428).then(function (prevalues) {
                    prevaluesOrg = prevalues;
                    console.log("prevaluesOrg" + JSON.stringify(prevaluesOrg));
    
                });
    
                angular.forEach($scope.items, function (item) {
                    console.log("item: " + JSON.stringify(item));
                    item.organization = prevaluesOrg[0].value[item.organization].value;
                });
            }
    

    How could I add these columns to MemberListView that you created?

    -Lee

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 07, 2020 @ 17:50
    Robert Foster
    0

    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.

  • Mov3nforward 117 posts 319 karma points
    Feb 10, 2020 @ 14:30
    Mov3nforward
    0

    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

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 10, 2020 @ 18:23
    Robert Foster
    0

    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.

  • Mov3nforward 117 posts 319 karma points
    Feb 11, 2020 @ 16:11
    Mov3nforward
    0

    My account is an admin account. I don't see a permission setting for "Sensitive Data". Where do I set this?

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 11, 2020 @ 19:50
    Robert Foster
    0

    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

  • Mov3nforward 117 posts 319 karma points
    Feb 11, 2020 @ 21:12
    Mov3nforward
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft