- Issue created by @mrdrill
- Status changed to Postponed
12 months ago 10:19pm 22 November 2023 - 🇮🇩Indonesia gausarts
Thank you.
Common upgrade (not update) issues:
- Missing images due to environmental changes from prod to dev/ staging, hardly an issue if vice versa. Sub-folder installs, not multi-site, etc.
Try F12, inspect image IMG elements, and open the loaded URL in your browsers.
404 or 403 should be explanatory, and require server-side actions. Re-chmod your private, tmp, and files folders in case any differences.Other commons are impartial changes, one of them noted under Views Gotchas at the bottom of Slick Views page.
About undefined "items", to debug, change formatters into defaults. And see if persists?
At worst scenario solutions for upgrades and unkown errors like class BLAH not found, etc:
- Rename composer .lock into .bak
- Rename vendor folder into -bak
- Or delete them all if you are confident and have good connections.
- Then re-run regular composer update -W -n ....
Let me know which one is close?
Thank you so much for the reply and pointers.
In the end it turns out I had to check Use field template under Style settings once i did this everything worked again.- Status changed to Fixed
12 months ago 7:21am 30 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.