Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #3415


Ignore:
Timestamp:
12/31/2020 03:33:05 PM (5 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3415

    • Property Status changed from new to accepted
    • Property Component changed from General to Appearance - Theme Compatibility
    • Property Priority changed from high to normal
    • Property Keywords needs-patch added
    • Property Version changed from to 2.6.0
    • Property Milestone changed from Awaiting Review to 2.6.7
    • Property Owner set to johnjamesjacoby
  • Ticket #3415 – Description

    initial v1  
    11Activating the Memberpress courses causes BBPress to fail with the following error when trying to access any forum
    22
    3 Fatal error: Uncaught ArgumentCountError: Too few arguments to function memberpress\courses\controllers\App::show_lock_icon(), 1 passed in /home/customer/www/vartic3d.com/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /home/customer/www/vartic3d.com/public_html/wp-content/plugins/memberpress-courses/app/controllers/App.php:583 Stack trace: #0 /home/customer/www/vartic3d.com/public_html/wp-includes/class-wp-hook.php(287): memberpress\courses\controllers\App->show_lock_icon('Forums') #1 /home/customer/www/vartic3d.com/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters('Forums', Array) #2 /home/customer/www/vartic3d.com/public_html/wp-content/plugins/bbpress/includes/core/theme-compat.php(571): apply_filters('the_title', 'Forums') #3 /home/customer/www/vartic3d.com/public_html/wp-includes/class-wp-hook.php(287): bbp_template_include_theme_compat('/home/customer/...') #4 /home/customer/www/vartic3d.com/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters('/home/customer in /home/customer/www/vartic3d.com/public_html/wp-content/plugins/memberpress-courses/app/controllers/App.php on line 583
     3{{{
     4Fatal error: Uncaught ArgumentCountError: Too few arguments to function memberpress\courses\controllers\App::show_lock_icon(), 1 passed in /home/customer/www/vartic3d.com/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /home/customer/www/vartic3d.com/public_html/wp-content/plugins/memberpress-courses/app/controllers/App.php:583
     5Stack trace:
     60 /home/customer/www/vartic3d.com/public_html/wp-includes/class-wp-hook.php(287): memberpress\courses\controllers\App->show_lock_icon('Forums')
     71 /home/customer/www/vartic3d.com/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters('Forums', Array)
     82 /home/customer/www/vartic3d.com/public_html/wp-content/plugins/bbpress/includes/core/theme-compat.php(571): apply_filters('the_title', 'Forums')
     93 /home/customer/www/vartic3d.com/public_html/wp-includes/class-wp-hook.php(287): bbp_template_include_theme_compat('/home/customer/...')
     104 /home/customer/www/vartic3d.com/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters('/home/customer in /home/customer/www/vartic3d.com/public_html/wp-content/plugins/memberpress-courses/app/controllers/App.php on line 583
     11}}}
    412
    513I have had the Memberpress team look at this and they say it is a problem with BBPress as per the following:-