You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an
Undefined index: uriParts in ...vendor/craftcms/cms/src/web/twig/variables/Routes.php:40
When accessing the routes configuration in the admin.
I couldn't figure out where this was coming from.
Description
I got an
Undefined index: uriParts in ...vendor/craftcms/cms/src/web/twig/variables/Routes.php:40
When accessing the routes configuration in the admin.
I couldn't figure out where this was coming from.
Steps to reproduce
Additional info
Feed Me | 4.1.1
Asset Usage | 2.0.1
Redactor | 2.3.3.2
Image Resizer | 2.0.5
possible solution for me (to show page again)
Was to add an if(isset($route['uriParts'])){} around
foreach ($route['uriParts'] as $part){}
The text was updated successfully, but these errors were encountered: