The plugin that was stopping it from loading was BoldThemes WordPress Importer by BoldThemes. I’ve disabled this for now and it seems to be working as expected.
I’m not able to go through and adjust the theme for a little bit yet, but I did check the fatal log and yes, there are some there. The latest one (yesterday) states:
2022-08-29T18:49:52+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 16076800 bytes) in /home/jnplmqmy/public_html/wp-includes/functions.php on line 4410
However, the difficulty here is in WP_CONFIG I have configured:
define( 'WP_MAX_MEMORY_LIMIT', '4096M' );
The system has 8GB of RAM available to it, so I’m not sure why I’m getting an overflow on memory.
You’re the best @jegstudio ! That works like a charm. Thank you!