Copied to clipboard

Flag this post as spam?

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


  • Kevin Hall 7 posts 97 karma points
    Aug 08, 2022 @ 08:23
    Kevin Hall
    0

    No 'Export Members' option

    Hi,

    I have installed Member Export v3.0 on my 7.15 site. However, I do not see the 'Export Members' option under the 'Members' menu.

    Here is a snippet from the Umbraco Trace Log - Is anyone able to help me resolve this?

    2022-08-08 09:15:40,572 [P7336/D11/T34] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: could not be resolved to a .Net object type 2022-08-08 09:15:40,587 [P7336/D11/T34] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: could not be resolved to a .Net object type 2022-08-08 09:15:40,683 [P7336/D11/T34] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable 2022-08-08 09:15:40,683 [P7336/D11/T34] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms) 2022-08-08 09:15:40,683 [P7336/D11/T34] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication 2022-08-08 09:15:40,683 [P7336/D11/T34] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication (took 1ms) 2022-08-08 09:15:41,416 [P7336/D11/T36] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: could not be resolved to a .Net object type 2022-08-08 09:15:41,416 [P7336/D11/T36] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: could not be resolved to a .Net object type 2022-08-08 09:15:41,416 [P7336/D11/T36] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: could not be resolved to a .Net object type

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Aug 08, 2022 @ 10:06
    Richard Soeteman
    0

    Have you tried the latest V3.0.x release as well?

  • Kevin Hall 7 posts 97 karma points
    Aug 08, 2022 @ 10:31
    Kevin Hall
    0

    This is the version I downloaded - https://our.umbraco.com/FileDownload?id=18980

    I can confirm the following exists in the applications.config

      <add alias="member" name="Members" icon="traymember" sortOrder="5" />
    

    And the following in trees.config

      <add silent="false" initialize="true" sortOrder="100" application="member" alias="memberexport" title="Export Members" iconOpen="folder_o.gif" iconClosed="folder.gif" assembly="MemberExport.Library" type="MemberExport.Library.Tree.MemberExportTree, MemberExport.Library" action="" />
      <add silent="false" initialize="false" sortOrder="110" application="member" alias="MemberExportSavedExportsTree" title="Saved exports" iconOpen="folder_o.gif" iconClosed="folder.gif" assembly="MemberExport.Library" type="MemberExport.Library.Tree.SavedExports, MemberExport.Library" action="" />
    

    The following dlls exist in the 'bin' folder:

    • MemberExport.Core.dll (20/11/2018 17.16)
    • MemberExport.DAL.dll (20/11/2018 17.16)
    • MemberExport.dll (20/11/2018 17.16)
    • MemberExport.Library.dll (20/11/2018 17.16)
    • MemberExport.UI.dll (20/11/2018 17.16)

    Are there any references needed in the web.config?

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Aug 08, 2022 @ 10:46
    Richard Soeteman
    0

    Hi Kevin the latest V3.0.3 is on Nuget not sure if it's a package as well.

  • Kevin Hall 7 posts 97 karma points
    Aug 08, 2022 @ 13:17
    Kevin Hall
    100

    I have found the fix for this - For some reason, the installation did not make the necessary changes to the trees.config file.

    I removed the original two lines and replaced them with

      <add initialize="true" sortOrder="99" alias="memberexport" application="member" title="Member export" iconClosed="icon-folder" iconOpen="icon-folder-open" type="MemberExport.Controller.MemberExportTreeApiController, MemberExport" />
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies