Skip to:
Content
Pages
Categories
Search
Top
Bottom

ERROR: Your reply cannot be empty.


  • AAShepAA
    Participant

    @aashepaa

    I get the above error when I simply edit a post (even my own posts). The post is there, I edit it, then when I hit “submit” I get the error.

    Other than that I finally have BBPress working very well with my Theme:

    http://www.stratoliner.me

Viewing 4 replies - 1 through 4 (of 4 total)

  • wout_m
    Participant

    @wout_m

    I have got the same problem, but i don’t know what could be the solution


    AAShepAA
    Participant

    @aashepaa

    The problem seems to be here in /wp-content/plugins/bbpress/bbp-includes – however I do not know how to solve it:

    /** Reply Content *********************************************************/

    if ( !empty( $_POST ) )

    $reply_content = $_POST;

    // Filter and sanitize

    $reply_content = apply_filters( ‘bbp_new_reply_pre_content’, $reply_content );

    // No reply content

    if ( empty( $reply_content ) )

    bbp_add_error( ‘bbp_reply_content’, __( ‘ERROR: Your reply cannot be empty.’, ‘bbpress’ ) );

    Why is it NOT picking up the content of the edited post?


    wout_m
    Participant

    @wout_m

    Do you have active the bbpress anti spam plugin?

    I found out that, in my case, the problem was caused by that plugin and

    I have solved it by turning off the bbpress anti spam plugin (https://wordpress.org/extend/plugins/bbpress-antispam/)


    AAShepAA
    Participant

    @aashepaa

    Wout_m – you are a lifesaver! That stopped the error for me also.

    Again, thank you for taking the time to reply and help me out.

    Shep

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar