• Resolved dmarin

    (@dmarin)


    Hi there!

    After recent updates of PHP to 8.3, WP to 6.6.1 and WooCommerce to 9.1.4 I am constantly getting PHP compatibiliy error that is being recorder in error log:

    PHP Deprecated: Creation of dynamic property LWP_DiviBreadcrumbs::$icon is deprecated in /home/tahoce47/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php on line 1425

    Why would this be? Is plugin not compatible with the PHP 8.3 or something else? Any suggestions?

    • This topic was modified 3 months, 3 weeks ago by dmarin.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author learnhowwp.com

    (@themeythemes)

    Hi @dmarin,

    I think the issue is that I am using an outdated way to set the icon for the breadcrumbs module in the Divi Builder. The icon you see for the module when you are adding a new module in the add module popup.

    You can ignore this warning as at this time it is just logging the warning in the error log and I will fix it in the next update.

    If you want to stop it right now then you can delete the following line at the start of the file.

    ? ? ? ? $this->icon = ‘=’;

    from the file breadcrumbs-divi-module\includes\modules\DiviBreadcrumbs\DiviBreadcrumbs.php

    This will just remove the ‘D’ icon you see in the add module window and change it to a hamburger icon.

    It won’t affect the plugin output on the front end or affect plugin settings.

    Let me know how it goes.

    Thread Starter dmarin

    (@dmarin)

    @themeythemes Thanks for a quick reply. I will just wait for the update if it does not affect functionality of the website. Hopefully the error does not slow down site loading.

    Regards, Danijel

    Plugin Author learnhowwp.com

    (@themeythemes)

    This is fixed in version 1.2.3. I am marking this ticket as resolved.

    Thread Starter dmarin

    (@dmarin)

    Thank you! ??

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