Hello Barbara,
Thanks for posting in! Normally when a WP site displays a white screen of death after any updates, it may have encountered a fatal error. Usually, this error comes from a fatal error like memory exhaustion, or some of the functions added in your child theme’s functions.php is no longer supported. Can you please enable the debug mode? You can do this by opening wp-config.php
and adding
define('WP_DEBUG', true);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should have some error output describing the issue in more detail. If nothing is helping, please provide us FTP and WP access to your site so that we can check your settings. Please create a secure note with the following info:
-
WP Login URL
– WP username
– WP password
-
FTP hostname
-
FTP username
-
FTP password
To know how to create a secure note, please check this out: How The Forum Works
Best Regards.