Hi @profil77,
Thanks for your troubleshooting!
Would you be able to provide me with the WordPress debug log file so I can take a closer look at the issue?
You can get this log file by following these steps:
1. Connect to your web server using FTP. We have an article on?how to use FTP here – https://aioseo.com/docs/how-to-ftp-to-your-web-server/
2. Edit the wp-config.php file.
3. Near the bottom of the file, you’ll see the following:
define('WP_DEBUG', false);
4. Change that line to these three lines:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
5.?Reproduce the error on your site so an error is logged.
6. Using FTP on your web server, navigate to?the /wp-content?directory and look for the debug.log file.
7. Download that file to your local computer.
Please send that debug log file to [email protected] so that I can look into the issue and investigate further.
We have an article with these steps that includes screenshots here –
https://aioseo.com/docs/how-to-enable-debugging-in-wordpress/
I’m really looking forward to helping you.
Thanks!