- Issue created by @kubokura
I noticed "Page not found /en/core/themes/bartik/logo.svg" exists in dblog after upgrading to Drupal 10.
I checked the logo.svg path on D9 site and D10 site.
find -name logo.svg | grep bartik
[Drupal 9.5.11]
./web/core/themes/bartik/logo.svg
./web/themes/contrib/bartik/logo.svg
[Drupal 10.1.7]
./web/themes/contrib/bartik/logo.svg
1. Upgrade from Drupal 9.5.x to Drupal 10.1.x.
2. Goto /admin/appearance/settings/bartik.
3. Goto /admin/reports/dblog, "Page not found /en/core/themes/bartik/logo.svg" is recorded.
It seems correcting path in some file is necessary.
Active
1.0
Code