Getting errors when i try to customize my site

What issue or error are you experiencing?

—getting errors when i try to customize my site but the plugins and theme are all working well but when i press the wordpress cutomize button all hell breaks loose

What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc

— not really just searched for solution s on google but aint seeing nun

System Details

  • Local Version:
    Version 8.1.0+6514
  • Operating System (OS) and OS version:

windows 10

Local Logs

Attach your Local Logs here (Help Doc - Retrieving Local’s Log)

--- **Fatal error** : Uncaught Error: Attempt to assign property "section" on null in C:\Users\user\Local Sites\logistico\app\public\wp-content\plugins\envo-extra\envo-extra.php:320 Stack trace: #0 C:\Users\user\Local Sites\logistico\app\public\wp-includes\class-wp-hook.php(324): envo_extra_theme_customize_register(Object(WP_Customize_Manager)) #1 C:\Users\user\Local Sites\logistico\app\public\wp-includes\class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #2 C:\Users\user\Local Sites\logistico\app\public\wp-includes\plugin.php(517): WP_Hook->do_action(Array) #3 C:\Users\user\Local Sites\logistico\app\public\wp-includes\class-wp-customize-manager.php(942): do_action('customize_regis...', Object(WP_Customize_Manager)) #4 C:\Users\user\Local Sites\logistico\app\public\wp-includes\class-wp-hook.php(324): WP_Customize_Manager->wp_loaded('') #5 C:\Users\user\Local Sites\logistico\app\public\wp-includes\class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 C:\Users\user\Local Sites\logistico\app\public\wp-includes\plugin.php(517): WP_Hook->do_action(Array) #7 C:\Users\user\Local Sites\logistico\app\public\wp-settings.php(665): do_action('wp_loaded') #8 C:\Users\user\Local Sites\logistico\app\public\wp-config.php(103): require_once('C:\\Users\\user\\L...') #9 C:\Users\user\Local Sites\logistico\app\public\wp-load.php(50): require_once('C:\\Users\\user\\L...') #10 C:\Users\user\Local Sites\logistico\app\public\wp-admin\admin.php(34): require_once('C:\\Users\\user\\L...') #11 C:\Users\user\Local Sites\logistico\app\public\wp-admin\customize.php(13): require_once('C:\\Users\\user\\L...') #12 {main} thrown in **C:\Users\user\Local Sites\logistico\app\public\wp-content\plugins\envo-extra\envo-extra.php** on line **320**


There has been a critical error on this website. Please check your site admin email inbox for instructions.

[Learn more about troubleshooting WordPress.](https://wordpress.org/documentation/article/faq-troubleshooting/)

***Security Reminder***
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there's always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn't private info like passwords being displayed.

Hi @yofechy

It looks like the fatal error is calling out the envo-extra plugin. Have you tried debugging that or contacting their devs for help or documentation?

I haven’t really done that was why I came on here so I can know If someone has experienced a similar ordeal

Fatal and Critical errors like this aren’t really Local specific issues but more just general development speed bumps. There isn’t a lot around the web about this plugin however so it might take some trial and error. Here are some thoughts:

  • If you disable the envo-extra plugin can you proceed? Or does that break the site?

  • What PHP version are you using? If you’re on the latest you could try downgrading the PHP version to see if that resolves the issue?

  • According to the plugin page, this plugin will only function with the Enwoo theme and WooCommerce themes created by EnvoThemes. Is that the theme you’re utilizing?

  • You might also have to do some searching specifically for the error Uncaught Error: Attempt to assign property "section" on null. I’ve found some other posts with similar errors to start:

https://laracasts.com/discuss/channels/laravel/same-error-for-every-property-attempt-to-assign-property-xyz-on-null

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.