Hi @antoine69,
Thanks for reaching out, and I’m sorry about the issue you’re facing after updating our plugin. This is not the experience we want our users to have.
Would you be able to provide me with the WordPress debug log file so I can help you?
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 or problem 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 share that debug log file/content to me so that I can look into this issue.
We have an article with these steps that includes screenshots here –
https://aioseo.com/docs/how-to-enable-debugging-in-wordpress/
Thanks!
Hi,
Sorry for the delay. In the meantime, I switched to another plugin. Sorry.
Thank you for your answer.
Patrick