Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Deleting a discussion ends in a 404
Hi there
My vanilla forum appears to be working perfectly, except for one strange glitch - when I delete a discussion, the discussion disappears (as expected) but then the page redirects to what looks like it should be the discussions list, but the URL is wrong so the page 404s.
the URL used is:
mysite.com/vanilla/discussions/
when the regular discussions page exists at:
mysite.com/forums/discussions/
Does anyone know where to change this one incorrect variable?
Thanks!
My vanilla forum appears to be working perfectly, except for one strange glitch - when I delete a discussion, the discussion disappears (as expected) but then the page redirects to what looks like it should be the discussions list, but the URL is wrong so the page 404s.
the URL used is:
mysite.com/vanilla/discussions/
when the regular discussions page exists at:
mysite.com/forums/discussions/
Does anyone know where to change this one incorrect variable?
Thanks!
Tagged:
1
Comments
Anyone shed any light on this?
I think I saw some fixes for that go into the unstable branch.
Search Delete() function.
Replace: with: I don't like a core hack and an upgrading nightmare.
Hope fix coming in next release. Can you please point me out in which commit of the unstable branch?
Try to find and seems to be lost.
Thanks in advance.
I had a look at all the commits comments up to end of January and nothing seemed to be fixing this.
Oh, I got it. Thanks for your time. :-)
http://camstudio.org/forum/categories/categories/moderators-only
There's one "categories" too many ...
Cheers
Nick
Thanks for your feedback.
You can simply replace '/vanilla/discussions' with your url.
It's just a temporary solution, but I think it is enough for now unless you change vanilla directory everyday.
Sorry, only just got back to this topic ... do you mean in the original code I should just replace '/vanilla/discussions' with '/forum/discussions' ??
Cheers
Nick
Yes, you got it.
Btw, have you tested this issue with 2.0.18?
"/vanilla/discussions"
with
"/forum/index.php?p=/discussions"
Maybe this can help someone else, maybe I'm pointing an obvious thing... btw, this fixed the problem. Thanks.
It allows not to touch the code of origin