Neve Theme Error in Top row
-
Hello,
after I changed PHP from 7.4 to 8.4
I am getting the following error warning on my site:
Warning: Undefined array key “” in /data/web/virtuals/180xxx/virtual/www/domains/nedejsenedame.cz/wp-content/themes/neve/header-footer-grid/Core/Builder/Abstract_Builder.php on line 1713
I am using WP 6.8.2. and Neve Theme 4.1.3. All plugins are up to date. Tested with plugins disabled.
Here is is the corresponding content from the Abstract_Builder.php +- lines 1713
/**
* Get a component from builder.
*
* @param string|null $id The id of the component.
*
* @return Abstract_Component|null
* @since 1.0.0
* @access public
*/
public function get_component( $id = null ) {
if ( $id === null ) {
$id = ( self::$current_component === null ) ? Abstract_Component::$current_component : self::$current_component;
}
1713 - return $this->builder_components[ $id ];
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Neve Theme Error in Top row’ is closed to new replies.
