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

Geta Tags Admin Interface gives 404 #47

Closed
wiske80 opened this issue Sep 5, 2016 · 5 comments
Closed

Geta Tags Admin Interface gives 404 #47

wiske80 opened this issue Sep 5, 2016 · 5 comments
Assignees

Comments

@wiske80
Copy link

wiske80 commented Sep 5, 2016

Hi Guys,

i just updated the Geta.Tags package to the latest version 2.1.17 just for the nice new admin interface to remove/edit tags.

Update goes well, but when i go to admin --> tools --> Geta tags management i get a 404 error.
The urls points to /GetaTagsAdmin/Index

So what am i missing here? Looks like it can't find the Index view.

I see in my solution under Modules -> Geta.Tags -->2.1.17 --> Views --> Admin --> Index.cshtml
So the files are there...

can someone pls give some insight?
I also update EPi to the current latest version.

@wiske80
Copy link
Author

wiske80 commented Sep 6, 2016

I tried it on another project aswell... and updated the Geta Tags there as well, just to see if it would work there... and i get the 404 there as well on the Admin interface page.
So i could reproduce it on 2 different projects.

Any insight would really help my client now...

@EricHerlitz
Copy link

The GetaTagsAdminController.cs points to the URL /GetaTagsAdmin/Index, which is causing the error. The correct url is /GetaTagsAdmin. Hence navigate to your site and add GetaTagsAdmin, i.e. http://www.yoursite.com/GetaTagsAdmin

This should be fixed however

@wiske80
Copy link
Author

wiske80 commented Oct 17, 2016

thanks Eric ... but stilll the Edit and Delete buttons on the admin screen give 404 as well..

@patkleef
Copy link
Contributor

Solved in latest version 2.2.1

@wiske80
Copy link
Author

wiske80 commented Mar 27, 2017

Hi,

so you fixed the admin overview page of all the tags, but the edit and delete buttons still give 404 error when clicking.

Can we expect an update soon?

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

No branches or pull requests

3 participants