Hi Alexis,
I have visited your website admin pages, but didn’t get any issue as you described it in your posts. I would request you to add the below-given code into your wp-config.php for debug setup, and the error logged into the file name debug.log inside the wp-content folder.
And let us know the errors logged into the debug.log. We can do further investigation based on that.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );
If you are not willing to add this code into your live site, please copy your live site to a staging server and the above code without breaking your live site.
And give us access in the secure note including:
– WordPress Site URL & Login URL
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks