White screen of death after an auto update of WordPress

First of all, enable debugging in WordPress by setting this in your wp-config.php file: define( ‘WP_DEBUG’, true ); After that you could also increase the memory allocated to PHP by setting this in your wp-config.php file: define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ ); More information about editing the wp-config.php file / WordPress configuration file, see: https://codex.wordpress.org/Editing_wp-config.php For more … Read more

Fatal error after update [closed]

It looks like something went wrong during update and not all files are on the server or some of them are corrupted. Go to wordpress.org and download a package with WP. Go login to FTP of your clients site. Delete wp-includes and wp-admin directories. Upload these directories from original WP package. Upload all files in … Read more

How can I quickly get a system showing the “Uncaught Error: Class ‘WP_Site_Health’ not found in” up and running again?

Have a look at what point in your code you’re making calls to the WordPress REST API or any other code which makes use of WP_Site_Health. If you’re making calls in your <theme>/functions.php file, for example, it won’t work because functions.php is included before class WP_Site_Health in wp-settings.php. See wp-settings.php code (WordPress 5.7.2): // Load … Read more

WordPress Blank Screen Issue [closed]

add if ( isset($_GET[‘debug’]) && $_GET[‘debug’] == ‘debug’) define(‘WP_DEBUG’, true); to your wp-config.php file. then visit your site http://www.cleanupisrael.org.il?debug=debug you should get an error message instead of just a blank screen. if that fails, then disable all the plugins and re-enable them one by one. not fun, but should tell you where the problem is.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)