Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #286447

    I’ve found a small issue in file config-bbpress/config.php at line 71:

    if(!function_exists(‘avia_bbpress_breadcrumb’)) refers to wrong function, thus causing a php runtime error if function ‘avia_fetch_bb_trail’ is overridden in child theme.

    This should be changed to: if(!function_exists(‘avia_fetch_bb_trail’)).

    Regards,

    Jan

    #286459

    Hi Jan!

    Thanks for letting us know! I’ve pushed a bug fix report to our git repo for this just now :)

    Kriesi may not include it since the check is already on the avia_bbpress_breadcrumb function which you could be replacing in your child theme already which in turn would replace the avia_fetch_bb_trail. So no guarantees on it being changed at this point.

    Regards,
    Devin

    • This reply was modified 10 years, 4 months ago by Devin.
    #287188

    Hi!
    thanks for the notice. will include the fix in the next version ;)
    Best regards,
    Kriesi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘bbpress config.php function override problem’ is closed to new replies.