Error: Trying to access array offset on value of type null in control-stack.php
-
New error message appeared this morning. I have read all the blogs and none of the fixes have helped. I have also turned off all other plugins and nothing has made the errors go away. Please help.
Notice: Trying to access array offset on value of type null in … public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1428
Notice: Trying to access array offset on value of type null in …/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1430
This is what is one these lines within the control-stack.php file:
1426 // Save the current section for the action.
1427 $current_section = $this->current_section;
1428 $section_id = $current_section[‘section’];
1429 $args = [
1430 ‘tab’ => $current_section[‘tab’],
1431 ];How can I fix this? Please help… thanks in advance.
The page I need help with: [log in to see the link]
- The topic ‘Error: Trying to access array offset on value of type null in control-stack.php’ is closed to new replies.