• Resolved dyin

    (@dyin)


    Hey there,

    Is Bold Builder compatible with PHP 8.2 & 8.3? I can’t find it in the remarks yet.

    Thx for the info!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dyin

    (@dyin)

    I upgraded from PHP 8.1 to 8.2 as a test and I am getting a PHP warning with references to bold builder:

    PHP Warning: Undefined variable $background_image_url in /data/sites/web/mysite/www/wp-content/plugins/bold-page-builder/content_elements/bt_bb_content_slider_item/bt_bb_content_slider_item.php on line 36; PHP message: PHP Warning: Undefined variable $background_image_url in /data/sites/web/mysite/www/wp-content/plugins/bold-page-builder/content_elements/bt_bb_content_slider_item/bt_bb_content_slider_item.php on line 36; PHP message: PHP Warning: Undefined variable $background_image_url in /data/sites/web/mysite/www/wp-content/plugins/bold-page-builder/content_elements/bt_bb_content_slider_item/bt_bb_content_slider_item.php on line 36′

    I am running the very latest version of WordPress, Bold Builder (4.7.7) and my theme (shoperific).

    Any ideas why this could be? I will wait till I try 8.3 as I need to make sure no 8.2 errors persist.

    This is the GPT suggestion :p: To fix these warnings, you need to either define the variable?$background_image_url?before line 36, or check if it is set before using it. For example, you can use the?isset()?function to check if the variable exists, like this:

    • This reply was modified 10 months, 1 week ago by dyin.
    Thread Starter dyin

    (@dyin)

    after a day or two of live tests and orders this seem to be the only PHP warning I am getting on my site

    Plugin Author boldthemes

    (@boldthemes)

    Hi,

    Thanks for using BB!

    The plugin works in 8.3 php environment. Could you please let us know if you are using one of our premium themes (since some of them includes overridden Slider Item element)?

    Thread Starter dyin

    (@dyin)

    hey Bold themes,

    thanks for the reply. As stated above I use Shoperific (last update), but the warning points to Bold Builder.

    thanks for the help ??

    Thread Starter dyin

    (@dyin)

    I have looked at the logs for today and I can’t find them anymore. Perhaps some caching issue. I did find two new PHP errors related to the theme but that could also need time to fix itself.

    I will keep you updated if things change.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP 8.2 & 8.3 compat’ is closed to new replies.