• Hi,

    I found 2 issues im my log:

    [30-Dec-2024 10:33:09 UTC] PHP Warning: Undefined variable $topic_ID in /wp-content/plugins/bbpress-post-topics/index.php on line 469

    and

    [15-Dec-2024 14:32:59 UTC] PHP Warning: Undefined array key "copy_comments" in /wp-content/plugins/bbpress-post-topics/index.php on line 443

    Any idea?

    Toengel@Alex

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Toengel

    (@toengel)

    Hi,

    it seems, that after line 248 the following line is missing:

    $bbppt_options ['copy_comments']=(!empty ($_POST['bbpress_topic']['copy_comments']) ? sanitize_text_field ($_POST['bbpress_topic']['copy_comments']) : '');

    Toengel@Alex

    Plugin Author Robin W

    (@robin-w)

    Thanks for your helpful posts

    Does this line fix both issues above?

    If so, I’ll release a new version

    Regards

    Robin

    Thread Starter Toengel

    (@toengel)

    Hi,

    I converted one old post with comments into a bbpress thread… it worked and I did not get any log entry…

    Toengel@Alex

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