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

405 Method Not Allowed #142

Closed
MFYDev opened this issue Aug 6, 2020 · 5 comments · Fixed by #144
Closed

405 Method Not Allowed #142

MFYDev opened this issue Aug 6, 2020 · 5 comments · Fixed by #144
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@MFYDev
Copy link

MFYDev commented Aug 6, 2020

When I tried to clear the trash or delete some url permanently in LinkAce, it returns this

Oops! An Error Occurred
The server returned a "405 Method Not Allowed".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

Would you please have some check?

@MFYDev
Copy link
Author

MFYDev commented Aug 6, 2020

When I tried to clear the "Deleted_at" in the Database, MySQL cannot clear it too, it displays

Incorrect datetime value: '' for column 'deleted_at' at row 1

@Kovah Kovah self-assigned this Aug 6, 2020
@Kovah Kovah added the Bug Something isn't working label Aug 6, 2020
@Kovah Kovah added this to the v0.0.41 milestone Aug 6, 2020
@Kovah
Copy link
Owner

Kovah commented Aug 6, 2020

Ooops. Seems there is something broken. Will be fixed in the next version.

For the deleted_at column: make sure you set a NULL value, instead of an empty string ("").

@MFYDev
Copy link
Author

MFYDev commented Aug 6, 2020

Thank you so much for your fast reply and answer.

Looking forward to the next version. : )

@MFYDev
Copy link
Author

MFYDev commented Aug 6, 2020

By the way, I set deleted_at as "NULL", MySQL still displayed error....

Really drives me crazy that the deleted links cannot be restore or clear permanently.

@Kovah Kovah linked a pull request Aug 8, 2020 that will close this issue
@Kovah
Copy link
Owner

Kovah commented Aug 8, 2020

I will release the new version as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants