Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error when attempting to post a thread.
medelsvensson
New
When trying to post a thread in my vanilla forum I get this error {"Code":401,"Exception":"You don't have permission to do that."}. Thanks for any help!
0
Best Answer
-
peregrine MVP
try one or all of these 3 possiblities.
try this in your config.php
$Configuration['Garden']['RewriteUrls'] = FALSE;
verify your .htaccess is correct.
verify your permissions for role.
what version of vanilla.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
5
Answers
try one or all of these 3 possiblities.
try this in your config.php
$Configuration['Garden']['RewriteUrls'] = FALSE;
verify your .htaccess is correct.
verify your permissions for role.
what version of vanilla.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.