Hm, support for PHP 7.4 was added with Kirby 3.3.2. I would assume that this causes the error, even though itās a bit weird that it doesnāt happened locally. But same error was reported here: Local websites error - #11 by Fleix and was also due to premature update to PHP 7.4.
Iāve downloaded Kirby 3.3.2 from GitHub and replaced the old kirby folder in my local server folder. But when I do so, the website and the panel donāt render at all (empty body).
To check if there was any mistake in how I upgraded Kirby, Iāve tried with downloading Kirby 3.1.1 also from GitHub and replacing in in my local server folder and that works.
You always have to clear the media folder when you update to a new version, also make sure the cache is cleared both in the cache folder and in the browser.
I cannot check this now, but major upgrades (from 3.1 to 3.2 etc.) might also have breaking changes and might also require updates of plugins and/or your code.