[wp-trac] [WordPress Trac] #62506: WP 6.7.1 results in error 500
WordPress Trac
noreply at wordpress.org
Thu Nov 21 22:42:40 UTC 2024
#62506: WP 6.7.1 results in error 500
-------------------------------+-----------------------------
Reporter: dapike | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.7.2
Component: I18N | Version: 6.7.1
Severity: major | Resolution:
Keywords: reporter-feedback | Focuses: administration
-------------------------------+-----------------------------
Comment (by desrosj):
The `debug.log` file will only be created if you have `WP_DEBUG_LOG`
defined as `true` in your `wp-config.php` file
([https://developer.wordpress.org/advanced-administration/debug/debug-
wordpress/ docs]).
Make sure to also include `define( 'WP_DEBUG_DISPLAY', false );` if it's a
production site so that error messages won't display on the front end.
Then click around the site and reproduce the problem, and check if the log
file has anything relevant in there.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62506#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list