Posting comments returns "forbidden"
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Posting comments returns "forbidden"’ is closed to new replies.
The topic ‘Posting comments returns "forbidden"’ is closed to new replies.
(@malivuk)
11 years, 9 months ago
Hi,
Quite newbie question but can’t find solution.
I can add comments when logged as admin but it isn’t possible as guest.
– The comment form action is
site_url( '/wp-comments-post.php');– No global variable seems to block the process
– I have this issue in both dev/prod environnement
– Discussions are set as follow : http://imgur.com/tvaxD9D
– Each article allow comments
– Running WP 3.9
– I don’t have plugin that manage comments
– I only see “forbidden” as content and “error” as page title, file returns 500 internal error
Any help would be welcome o/