I’m seeing the following includes:
// Include files required for initialization.
require( ABSPATH . WPINC . '/load.php' );
require( ABSPATH . WPINC . '/class-wp-paused-extensions-storage.php' );
require( ABSPATH . WPINC . '/class-wp-fatal-error-handler.php' );
require( ABSPATH . WPINC . '/class-wp-recovery-mode-cookie-service.php' );
require( ABSPATH . WPINC . '/class-wp-recovery-mode-key-service.php' );
require( ABSPATH . WPINC . '/class-wp-recovery-mode-link-service.php' );
require( ABSPATH . WPINC . '/class-wp-recovery-mode-email-service.php' );
require( ABSPATH . WPINC . '/class-wp-recovery-mode.php' );
require( ABSPATH . WPINC . '/error-protection.php' );
require( ABSPATH . WPINC . '/default-constants.php' );
require_once( ABSPATH . WPINC . '/plugin.php' );
but I can’t see a DB Name being in any of these. I found a file in the root directory called .env (that’s it, just .env) and it has DB_NAME and a bunch of other info in it, but it’s not referenced or called anywhere…
I’m at a loss here, I don’t want to have to rebuild the entire site that would be too much but I can’t stay at the current host they’re closing their services down.
Also, where do I find the logs for these errors? Thanks in advance