Hi @eduardochaves
I’m sorry to hear that you are experiencing this issue.
Are you able to create a staging site and enable debug mode to see what kind of error it will generate in debug.log?
On staging site, please add this code to your wp-config.php file:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
also delete (if exist)
define('WP_DEBUG', false);
The line should be placed above the “/* That’s all, stop editing! Happy blogging. */”
This will generate in the /wp-content/ folder a debug.log file. Thanks to this file we will understand what is causing the error.
Please attach the debug.log in your next reply in the txt format file, so that we could take a closer look at this issue.
Kind Regards,
Kris