Well… I like to make problems for myself.
In this instance, the problem was “simple”. I let WordPress get too far behind, PHP. In fact, WordPress has auto update enabled, but that doesn’t seem to update between major versions, so my WordPress were at version 4, while my PHP is now at 8. This made WordPress totally unusable, as a lot of functions used by WordPress has been ripped out of PHP.
The problem isn’t so much that WordPress is defective at that point… The problem is, that you no longer have access to the administration console, and thus need to do a totally manual upgrade of WordPress.
I found a nice little recipe for how to do it at https://wordpress.org/documentation/article/updating-wordpress/ (Hurray for documentation), and followed the Manual Upgrade procedure. Obviously I couldn’t deactivate plug-ins, but otherwise everything went smoothly.
One problem left… Well a few actually.
- No visual editor in the new install, so had to install classic editor plug-in.
- Checkmarks in the dashboard seem to be invisible. They’re there, but I can’t see them. This has not been solved at this time.
- Permissions in file system had to be corrected to allow the installation and updating through the dashboard and a setting had to be added to the configuration (define(‘FS_METHOD ‘, ‘direct’) in wp-config.php).
Working on it.




