Whats the reason for not going on the latest recommended PHP Version?
Do you have custom made code which could not work anymore?
Plugins which are still getting updated by the creators should all work fine after updating them.
didn’t realise it was so out of date, I wasn’t checking it frequently. no custom code.
nothing is now updating. plugins or main updates.
WordPress requires at least PHP 7.4 now, and PHP 7.2 is several years old.
I recommend updating PHP to at least 7.4 first, then before visiting your site, manually update WordPress to 6.7: https://developer.ww.wp.xz.cn/advanced-administration/upgrade/upgrading/
If your still cannot access your site, it means one of your plugins, or your theme, is not compatible with PHP 7.4 or higher, so try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and rename the directory of your currently active theme. Hopefully, this will force the default theme to activate and rule out a theme-specific issue (theme functions can interfere like plugins).
I have the dashboard back!
if I update the php the web site has critical error.
when I try to update the WP bakery visual composer it keeps crashing. PHP is still 5.6.
Help please
Which version of WordPress are you running? WordPress 6.7.1 isn’t compatible with PHP 5.6.
If you’re running WordPress 6.7.1, upgrade PHP to at least 7.4, then assuming your site crashes again, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and rename the directory of your currently active theme. Hopefully, this will force the default theme to activate and rule out a theme-specific issue (theme functions can interfere like plugins).