• Resolved bobjgarrett

    (@bobjgarrett)


    Since the update for fixing the child theme bug I got this…

    [09-Dec-2025 10:14:48 UTC] PHP Warning: Undefined array key “PHP Fatal error” in xxxx/wp-content/plugins/bbp-style-pack/includes/plugin_info.php on line 1851[09-Dec-2025 10:14:48 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in xxxxx/wp-content/plugins/bbp-style-pack/includes/plugin_info.php:185

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Robin W

    (@robin-w)

    So is this with the setting changed in

    dashboard>settings>bbp style pack>bbpress bug fixes>fix load text domain

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Yes, the Apply Fix box is ticked. But also getting a lot of other errors that I don’t think were there before! Maybe not your plugin though.

    Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/dufour/P4ML4XO9/htdocs/wp-includes/functions.php on line 6131

    Plugin Author Robin W

    (@robin-w)

    on Function WP_Dependencies->add_data() was called with an argument that is deprecated 

    see

    Deprecated: Function WP_Dependencies->add_data() with WordPress 6.9 | ww.wp.xz.cn

    What theme are you using?

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Catch Themes Adventurous – but a child theme from that. I have reported it to them too but the errors only seem to have started since the update for Child Themes

    Plugin Author Robin W

    (@robin-w)

    For Function WP_Dependencies->add_data() was called with an argument that is deprecated 

    The issue is with WordPress 6.9 and your theme

    In the file \inc\adventurous-functions.php

    you have the following code

    Line  78: 	wp_style_add_data( 'adventurous-html5', 'conditional', 'lt IE 9' );
    Line 81: wp_style_add_data( 'selectivizr', 'conditional', 'lt IE 9' );
    Line 84: wp_style_add_data( 'adventurous-iecss', 'conditional', 'lt IE 9' );

    These are the ones causing the error as per the issue in the link above – you need to log this back with the theme author, suggest you include the link to the above error

    • This reply was modified 5 months, 4 weeks ago by Robin W.
    Thread Starter bobjgarrett

    (@bobjgarrett)

    Thanks for that. And just got update of a new version.

    • This reply was modified 5 months, 4 weeks ago by bobjgarrett.
Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.