Description of the bug
When updating to Backdrop 1.34.0, users are hitting an error after replacing the "core" directory with new code. This probably occurs when running the update via the UI as well:
Reported by @findlabnet in Zulip#Backdrop > Backdrop 1.34.0 @ 💬.
This is probably related to the changes in #6808.
Steps To Reproduce
To reproduce the behavior:
- Install Backdrop 1.33.2 (or use
git checkout 1.33.x)
- Clear caches.
- Update to Backdrop 1.34.0 (or use
git checkout 1.34.x)
- View
/admin.
- Get the above errors.
- Clear caches. The error is cleared.
Expected behavior
Backdrop 1.34.0 should be able to find layout templates without clearing the caches. This may be done by a fallback or clearing an invalid cache.
Additional information
Add any other information that could help, such as:
- Backdrop CMS version: 1.34.0
- Web server and its version: DDEV standard install
- PHP version: 8.3
- Database sever (MySQL or MariaDB?) and its version:
- Operating System and its version: Linux
- Browser(s) and their versions:
Description of the bug
When updating to Backdrop 1.34.0, users are hitting an error after replacing the "core" directory with new code. This probably occurs when running the update via the UI as well:
Reported by @findlabnet in Zulip#Backdrop > Backdrop 1.34.0 @ 💬.
This is probably related to the changes in #6808.
Steps To Reproduce
To reproduce the behavior:
git checkout 1.33.x)git checkout 1.34.x)/admin.Expected behavior
Backdrop 1.34.0 should be able to find layout templates without clearing the caches. This may be done by a fallback or clearing an invalid cache.
Additional information
Add any other information that could help, such as: