• Resolved Nick the Geek

    (@nick_thegeek)


    Hi,

    I’m getting the following error

    Warning: Trying to access array offset on value of type bool in?/var/www/html/wp-content/plugins/wp-discussion-board/includes/classes/class-ct-db-front-end.php?on line?1260

    This line is

    $position = $options['categories_position'];

    I’m not sure why the options do not exist as expected. I went to the settings and saved each tab but that did not resolve it. If I edit the line like this the error is resolved:

    $position = is_array( $options ) && isset( $options['categories_position'] ) ? $options['categories_position'] : '';
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mej de Castro

    (@mej)

    Hi @nick_thegeek,

    Thanks for reaching out to our support threads. We have now relayed this to our development team for further troubleshooting.

    We’ll keep you posted!

    Kind Regards,
    Mej, from the Discussions Boards Team

    Plugin Author Mej de Castro

    (@mej)

    Hi @nick_thegeek,

    We’re excited to inform you that we’ve just released a new version of Discussion Boards (v2.5.5). This update addresses the issue related to errors in category options.

    We kindly recommend updating to the latest version at your earliest convenience to benefit from these improvements.

    If you have any questions, feel free to reach out.

    Best regards,
    Mej, from the Discussion Boards Team

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