HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Posting comments not possible (Error 404) unless rewrite = true (GitHub/stable)
I'm running a forum from the GitHub stable branch (https://github.com/vanillaforums/Garden). I'm running it on nginx but I think for this it is irrelevant. The problem is the following: unless rewrite is enabled in configure.php, the following happens:
- I can create a new discussion, do the first post, OK.
- I cannot reply. It says Error 404.
- In the access logs, it seems to look for an url what is rewritten. It looks like `/discussion/1', although at this point it shouldn't (as rewrite is disabled).
Tagged:
1
Comments
I can confirm the bug. Enabling the rewrite in config resolve the problem. First impression: not so stable branch :P
First impression : Download 2.0.18.4 and re-try. The branches in gitHub are made for the next version i.e. 2.1.x
Second impression : re-create the bug with the Development version in the gitHub branch. If reproducable : file a bug report.
There was an error rendering this rich post.