Avada Builder with Woocommerce always error on local

property “(any items)” on array in /Users/aruna/Local Sites/ecommerce/app/public/wp-content/plugins/fusion-builder/inc/helpers/class-fusion-builder-conditional-render-helper.php on line 518

Warning: Cannot modify header information - headers already sent by (output started at /Users/aruna/Local Sites/ecommerce/app/public/wp-content/plugins/fusion-builder/inc/helpers/class-fusion-builder-conditional-render-helper.php:498) in /Users/aruna/Local Sites/ecommerce/app/public/wp-includes/functions.php on line 7182

Warning: Cannot modify header information - headers already sent by (output started at /Users/aruna/Local Sites/ecommerce/app/public/wp-content/plugins/fusion-builder/inc/helpers/class-fusion-builder-conditional-render-helper.php:498) in /Users/aruna/Local Sites/ecommerce/app/public/wp-admin/admin-header.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /Users/aruna/Local Sites/ecommerce/app/public/wp-content/plugins/fusion-builder/inc/helpers/class-fusion-builder-conditional-render-helper.php:498) in /Users/aruna/Local Sites/ecommerce/app/public/wp-includes/option.php on line 1740

Warning: Cannot modify header information - headers already sent by (output started at /Users/aruna/Local Sites/ecommerce/app/public/wp-content/plugins/fusion-builder/inc/helpers/class-fusion-builder-conditional-render-helper.php:498) in /Users/aruna/Local Sites/ecommerce/app/public/wp-includes/option.php on line 1741

that’s a sample, show up on each add new post, add new product, page, any post type… when i activate Avada Fusion Core, Builder, and Woocommerce on Local.
how to resolve this? Screenshot

Hey @arunajr! There might be some formatting issues in your theme code. If you just search Warning: Cannot modify header information online this is a pretty common error with a lot of tutorials and steps that might help. Here is an example: https://www.youtube.com/watch?v=ZnLPaNVvFNQ

it’s also happen when i switch on any default wordpress theme. this error happens if woocommerce activated while fusion builder is active (fusion core deactivated).

what about these error:

Your screenshot is cut off a little bit there @arunajr - but based on the messaging, it looks like it is telling you exactly which line and item is the issue, so you can try investigating the “term_ID” on line 498 for example. You might also try reaching out to Avada or Fusion as well or in their support forums if you continue to run into problems with the plugins and theme.

Thank you @Nick-B I solved the problem by hiding the error message. It’s just a glitch between Avada Fusion Builder and WooCommerce. The Local app seems to force the error messages to appear at a different level (possibly due to PHP ini settings). Thank you for your response.

define(‘WP_DEBUG’, false);

define(‘WP_DEBUG_DISPLAY’, false);

define(‘WP_DEBUG_LOG’, false);

@ini_setini_set(‘display_errors’, 0);

1 Like

Thank you for following up @arunajr!