Active
Project:
Bartik
Version:
1.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2023 at 08:57 UTC
Updated:
8 Dec 2023 at 08:57 UTC
Jump to comment: Most recent
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.
Comments