- 🇩🇰Denmark ressa Copenhagen
Thanks for reporting @stoneteckel, I can confirm that the warning is shown, if I install version 3.5.3, delete the hoverIntent config with
drush config:delete admin_toolbar.settings hoverintent_behavior
, update to version 3.6 and access pages. Also, your suggested code does make the warning go away. Maybe you can create an MR for it? (Click "Create issue fork", etc.)
Thanks! - 🇨🇦Canada dallen33
After upgrading to 3.6, doing a
drush updb
resolved this error for me. - 🇳🇱Netherlands sebastian hagens Breda, Netherlands
Make sure your database is up to date and there are no updates. With the upgrade to 3.6 there are updates which have to be processed and probably cause these warnings on your installation.
- 🇫🇷France dydave
Closing in favor of 🐛 Warning: Trying to access array offset on null in admin_toolbar_toolbar_alter() Active
Thanks everyone!