Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1318790

    Hi Enfold team,
    I had this error on the error logs.

    [28-Aug-2021 19:49:20 UTC] PHP Warning: Trying to access array offset on value of type bool in /Applications/MAMP/htdocs/web/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-template-builder.php on line 3307

    On localhost with MAMP
    PHP Version: 8.0.8
    Enfold Version: 4.8.6.2

    #1319059

    Hey seferdemirci,

    Thank you for the inquiry.

    It seems to be related to the custom footer section. Did you select a custom page to display as footer? This is where the warning occurs.

    // global fix for https://kriesi.at/support/topic/footer-disseapearing/#post-427764
    			if( in_array( $last_el['tag'], AviaBuilder::$full_el_no_section ) )
    			{
    				avia_sc_section::$close_overlay = '';
    			}
    

    The error is not critical, so it should not affect how the builder or how the theme works.

    Best regards,
    Ismael

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