Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section not visible using Nuget #64

Open
wherpoelaert opened this issue Nov 12, 2018 · 7 comments
Open

Section not visible using Nuget #64

wherpoelaert opened this issue Nov 12, 2018 · 7 comments

Comments

@wherpoelaert
Copy link

When installing the package using Nuget, the section in't showing up in the section list on the user group page.
I'm using Umbraco version 7.11.1 and the latest version of the package.

@afabri73
Copy link
Contributor

afabri73 commented Nov 13, 2018

Hi,
I just tried to install the v7.7.2.6 on Umbraco v7.11.1
After that, I clear all browser cache, cookies and detached web.config and I see my section in the user groups.
Can you try to do these step?

  • Uninstall FALM HK v7.7.2.6
  • Clear all browser cache for your webite
  • Delete all website cookies
  • Detach the web.config
  • Check website
  • Reinstall FALM HK v7.7.2.6
  • Clear all browser cache for your webite
  • Delete all website cookies
  • Detach the web.config
  • Check if you see the section in groups section (you must click on Add button when you see section list in Groups Page)

Tell me if you solved the problem

@uniquelau
Copy link

Same issue here, installed FALM into project, and does not appear.
In the project in question, we are using Autofac, so perhaps that is mucking things up?

@uniquelau
Copy link

uniquelau commented Dec 17, 2018

I was able to resolve, by registering the FALM API controller.

builder.RegisterApiControllers(typeof(HkTreeController).Assembly);

More information can be found on https://our.umbraco.com/documentation/Reference/using-ioc

@LeeWHoward
Copy link

Hi,
I just tried to install the v7.7.2.6 on Umbraco v7.11.1
After that, I clear all browser cache, cookies and detached web.config and I see my section in the user groups.
Can you try to do these step?

  • Uninstall FALM HK v7.7.2.6
  • Clear all browser cache for your webite
  • Delete all website cookies
  • Detach the web.config
  • Check website
  • Reinstall FALM HK v7.7.2.6
  • Clear all browser cache for your webite
  • Delete all website cookies
  • Detach the web.config
  • Check if you see the section in groups section (you must click on Add button when you see section list in Groups Page)

Tell me if you solved the problem

This didn't resolve the issue I have. I have the same issue as the op.

@afabri73
Copy link
Contributor

Hi to all,
I tried to install FALMHK using nuget and effectly I have the same problem.
I checked all files in the nuget package and are correct.
If there is a problem with the code, I expect that occurs always and everywhere, also using the installation of the package from Backend...but in this case it works like a charm.
I really don't understand why the problem only occurs only using nuget.
I'll investigate and I hope to find a solution.
Thanks for pointing out the problem.
Adriano

@phil-veloso
Copy link

phil-veloso commented Dec 11, 2019

I found that FALM had failed to register in Config/applications.config.

By manually adding the record, I was able to see the section in the group manager.

<add alias="FALM" name="FALM" icon="icon-umb-translation" sortOrder="9"/>

@afabri73
Copy link
Contributor

afabri73 commented Feb 5, 2021

Hi to all,
I apologize for the extreme delay in replying.
I had to stop developing my package because I didn't have time to fix the problems anymore
I also tried to find other developer who can help me to maintain it, but I haven't been lucky.
I can't promise to be able to fix it quickly, but I will try.
Thank you for using my package.

Adriano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants