I tried to update our old (2016) website’s PHP
To what version?
The error message shows you’re still running a version lower than 7.2.5. You should move to — at the very least — 7.4, but preferably 8.x as even 7.4 has already reached its end of life.
Thank you for your answer.
I understood that I need a higher version, that’s what I tried to do, when it crashed. But now I can’t even get into my admin to update the PHP.
Is there another way to update when it is all running through wordpress?
But now I can’t even get into my admin to update the PHP.
PHP is a server software. It’s not part of WordPress. So you don’t update PHP from inside the WordPress admin dashboard. You can only update PHP from your hosting control panel (or server directly, if you run your own server).
Please contact your hosting provider if you’re unsure what to do.
Thank you I will try that.
It just seemed like there is no PHP through my hosting provider, but I will try and contact them.
It just seemed like there is no PHP through my hosting provider
Your WordPress site sits on a server. The server has several software that makes it possible to run the WordPress website… including MySQL database, Nginx/Apache web server, and the PHP engine.
The server is owned and maintained by your hosting provider, and they merely rent you a little space on it to host your website. So even if you don’t see anything in your hosting account, they’re the only can change any software on the server, and the ones who can help you with this.
Okay, thank you for your explanation