- Issue created by @t1mm1
I got message
Warning: Trying to access array offset on value of type null in Drupal\we_megamenu\WeMegaMenuBuilder::dragDropMenuItems() (line 607 of /var/www/docroot/modules/contrib/we_megamenu/src/WeMegaMenuBuilder.php)
Open standart settings of menu items order.
Try to disable items in the tree (if you have the tree of items) or change ot order. It also were happen on order change.
I did reproduce it one time. If you will go to the menu settings form of megamenu and click 'save' - the problem is gone.
Seems, you need to add the check for empty value. It looks like a loop tying get the array item by key, but it's empty.
It's crashing on this code line
if (is_object($menu_config->menu_config->{$key_menu}->rows_content[$row_count][$col_count]->col_content)) {
Active
Code