• redberries

    (@redberries)


    Deprecated: Optional parameter $initVar declared before required parameter $sanitizeType is implicitly treated as a required parameter in /www/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.class.php on line 55

    Deprecated: Optional parameter $initVar declared before required parameter $sanitizeType is implicitly treated as a required parameter in /www/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.class.php on line 69

    Deprecated: Optional parameter $initVar declared before required parameter $sanitizeType is implicitly treated as a required parameter in /www/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.class.php on line 83

Viewing 5 replies - 1 through 5 (of 5 total)
  • christoph-ED

    (@webagenturerding)

    Same Problem here!

    Plugin Contributor smokehunt

    (@smokehunt)

    Hi. It seems the error you’re seeing appears from the “Unlimited Addons for WPBakery Page Builder” plugin,?not my plugin.

    christoph-ED

    (@webagenturerding)

    On my page its 100% from ur plugin.

    christoph-ED

    (@webagenturerding)

    We found the problem in ur plugin with my developer:

    mega-addons-for-visual-composer/render/infobox.php, Zeile 67

    esc_attr($icon_height-$border_width);
    If the icon widh/height is empty then the php 8 is broken.

    Same issue here.

    I fixed it:

    line-height: <?php echo esc_attr((int)$icon_height-(int)$border_width); ?>px;

    Please update this on the next release.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP 8.2 Support – Critical error when upgrading PHP version’ is closed to new replies.