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.

Triple posts

Every time I submit a reply to a thread on my test server, it's posted three times. Any ideas where to start looking?

Comments

  • Check the network activity and see if it is POSTing 3 times.

    You can use a tool like firebug for firefox or the web inspector for chrome/safari.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • jbregarjbregar New
    edited May 2013

    Oddly, if you refresh there are only two stored.

    In any case, there are two pairs of requests being made.... two to:

    /forums/vanilla/post/comments/22

    ... that appear to be the post going in (they're JSON). And two empty requests to:

    /forums/vanilla/post/comment2/89/1

    So, it looks like this is somewhere in the JavaScript to post it using Ajax.

Sign In or Register to comment.