Hi @deprosanacoreia
That’s very strange, here I have checked but did not get anything like you have shared. Could you please share the Site Info then I will give it another try. Please go to your WordPress Dashboard -> Tools -> Site Health -> Info -> Copy Site Info to Clipboard. It would be appreciable if you also share the Debug Log. First, go to your File Manager from cPanel and edit the wp-config.php file. Near the bottom of the file you’ll see the following:
define('WP_DEBUG', false);
Adjust that line to these three lines:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
It’s not recommended to change WP_DEBUG_DISPLAY to true. This is because any errors will then display on your live website. By enabling WP_DEBUG_LOG, you can view the same errors in your /wp-content/debug.log file.
Then paste it in PasteBin and share the link with us.
Thank you
Hi @deprosanacoreia
I hope this message finds you well. I wanted to follow up on a previous support request that you submitted. I understand that the thread was marked as resolved due to a lack of activity, but I wanted to let you know that you are always welcome to re-open the topic if you have any further questions or concerns.
Before opening a new request, however, I kindly request that you take a moment to read through this post. It may contain the answers to your questions or provide you with a solution to your issue. If you still require assistance after reading this post, please do not hesitate to reopen the thread or submit a new request.
Thank you for your attention to this matter. I look forward to hearing from you soon.