There are a lot of depricated messsages in the log.
You can see that in the image above from my previous message. And that is not all of the depricated messages.
How do you want me to share them?
Pasting them in here is probably not an option since there are a lot of them.
The wpml plugins have been up to date for a while now. Can't remember if the errors triggerd back then.
But I just tried updating another plugin, and among some fatal errors one of them was this, which I assume is WPML.
[19-Jan-2026 13:09:47 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 81920 bytes) in /web/com/www.systemedstrom.com/wp-content/plugins/sitepress-multilingual-cms/vendor/composer/ClassLoader.php on line 472
Thanks for clarifying. Ensure to have a backup before proceeding.
I checked your debug info and noticed that your memory might be incorrectly set up (it shows as '512', instead of the expected '512M'). You can set WP Memory Limit in your wp-config.php file by adding (or replacing previous existing settings) the following code:
Yes I saw that as well when i checked the wp-config now.
I have changed to
define( 'WP_MEMORY_LIMIT', '512M' )
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );