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

BUG: Error deleting topic #1242

Open
wbonekamp opened this issue Jan 21, 2025 · 7 comments · Fixed by #1247 · May be fixed by #1256
Open

BUG: Error deleting topic #1242

wbonekamp opened this issue Jan 21, 2025 · 7 comments · Fixed by #1247 · May be fixed by #1256
Assignees
Labels
bug Something isn't working usability Issues with UI
Milestone

Comments

@wbonekamp
Copy link

wbonekamp commented Jan 21, 2025

Describe the bug

When I try to delete a topic post it gives an error in the popup: error deleting topic

Error in console: DELETE https://domain.nl/API/ActiveForums/Topic/Delete?forumId=1&topicId=1 400 (Bad Request)

Software Versions

  • DNN: 09.11.00
  • Module: 8.2.1

To Reproduce

Steps to reproduce the behavior:

  1. Go to topic
  2. Click on 'Delete'
  3. Popup confirm delete
  4. See error: Error deleting topic

Image

Image

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Error log

Note: Debug DLL's
Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log.

Paste the error log that is related to this issue.

Additional context

Add any other context about the problem here.

@wbonekamp
Copy link
Author

It's a clean install using theme community-default (as installed)

@wbonekamp
Copy link
Author

Tried in in another DNN instance 9.13.3.. same issues with delete and edit post...

So it's pretty easy to reproduce..

@johnhenley johnhenley added bug Something isn't working usability Issues with UI labels Jan 21, 2025
@johnhenley johnhenley self-assigned this Jan 21, 2025
@johnhenley johnhenley added this to the 08.02.02 milestone Jan 21, 2025
@johnhenley johnhenley changed the title Error deleting topic BUG: Error deleting topic Jan 21, 2025
@wbonekamp
Copy link
Author

Partly fixed... I can delete the replies except for the second reply...

Reproduce:

  1. Add several replies to a topic;
  2. Start deleting the replies from the bottom.
  3. The second reply gives the error: error deleting topic

@wbonekamp
Copy link
Author

Did a test in a second DNN instance.. same issue.. can delete the replies but not the second...

Should be easy to reproduce...

@wbonekamp
Copy link
Author

Please reopen issue

@Timo-Breumelhof
Copy link
Contributor

@johnhenley re-opened

@johnhenley johnhenley linked a pull request Jan 28, 2025 that will close this issue
5 tasks
@wbonekamp
Copy link
Author

Let me know if you have a new version and I will test the fix for you.

Thanks!

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