Hello again Frank,
Thanks for your reply!
I can see that you’ve defined WP_DEBUG
twice in your wp-config.php
. Try updating it to:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
After making that, ensure the /wp-content/logs
directory is writable. Contact your hosting provider if unsure, and remember to clear cache if you do use one.
Sorry that I didn’t mention earlier, could you please try some simple steps below to see if you can get the problem solved?
- Default WordPress Theme: Temporarily switch to a default theme, like “Twenty Twenty Three.” If issues resolve, your theme might be the cause.
- Check
.htaccess
: Rename your .htaccess
to .htaccess_old
. Then, in WordPress, go to Settings > Permalinks and click “Save Changes” to create a new one.
- Increase PHP Memory: Edit your
wp-config.php
and add:
define('WP_MEMORY_LIMIT', '256M');
4. Update All Components: Ensure WordPress, themes, and plugins are up-to-date.
Could you please let us know how it goes now?
Best,
Caio Ferreira