-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cannot delete tags anymore #88
Comments
unable to replicate this issue |
Let me take a look at the database. I still have this error. |
record #26 seems to look completely normal. ID parent name color group created updated rolelimit Delete calls the URL http://issues.ai-support.de/administration/tag/26/delete I think we're lost. |
So I just updated my installation to your latest develop version. Still I cannot delete any tag anymore. |
If Laravel cannot find the route, it is most likely the route cache need to be refreshed. You can clear it with: |
I just tried that but this didn't make a difference. Still the same error. |
php artisan route:list shows me that there's no route like 'administration/tag/{tag}/delete/' but instead |
The edit route is correct. Maybe you have older version of develop branch. the delete route is here: https://github.com/satrun77/tinyissue/blob/develop/app/Providers/RouteServiceProvider.php#L159 |
That's weird. I definetely have the correct RouteServiceProvider.php - the line is here. |
All right. After deleting everythingm, a fresh install and restoring the .env and my database file I can again delete tags. Any idea what causes this problem? Can we prevent this somehow in the future? |
This is laravel cache you can clear it with above command or delete cache directory |
I used these commands (several times), but it didn't work. artisan cache:clear Then I reinstalled from scratch. After that it was ok and the route was listed in the route list. btw: When reinstalling I forgot to save the uploads :/ so I lost all my images - Should I always leave the storage folder as it is? |
Anyway it works and I suppose this is only a problem when updating - which we should adress in a later version. Maybe there'll be an auto update sometimes. |
Trying to delete the last type tag results in a 404 error.
The text was updated successfully, but these errors were encountered: