Try our conversational search powered by Generative AI!

Find tab is missing

Vote:
 

Hello all

I've installed EPiServer Find on CMS 7.1 alongside a Relate+ install. I am logging in with an admin account through SqlProvider authentication. However I can't see the find tab at the top of the page.

EPiServer Find is definitely installed since I can see the scheduled job to reindex the side. I had a similar problem with Mail and it was missing the mail roles. Does find have something similar? I've got another site working with a visible tab and that doesn't have any particular roles - it is windows authentication though so maybe that's the difference.

Can anyone help me find my tab. Many thanks for any all help

Tim Brown

#76881
Nov 05, 2013 14:47
Vote:
 

You are probably missing the shell module in your web.config

<episerver.shell>
  <publicModules rootPath="~/modules/" autoDiscovery="Minimal" />
  <protectedModules rootPath="~/epiui/">
    <add name="Find">
      <assemblies>
        <add assembly="EPiServer.Find.Framework" />
        <add assembly="EPiServer.Find.Cms" />
      </assemblies>
    </add>
    <add name="Shell" />
    <add name="CMS" />
  </protectedModules>
</episerver.shell>
    
#76882
Nov 05, 2013 14:55
Vote:
 

That was exactly it. Thanks so much for your help

#76887
Nov 05, 2013 15:15
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.