Opened 4 years ago
Last modified 3 years ago
#57553 new enhancement
Problem in load WordPress.
| Reported by: | mahbubmr500 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Bootstrap/Load | Version: | 6.1.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When i define('WP_DEBUG_DISPLAY', true); in config.wp. it will not effect in load.php in wp-includes folder. When any ajax error in face it will return me 500 Internal Server Error but not show detain in my Network. After that when i change 488 line in load.php, ( 'display_errors', 0 ) to ( 'display_errors', 1 ) in 0 to 1 than i got my error point. I hope most of the Developer face problem in this line here we can add a filter hook that any one can change if any one, may be the hook looks like, ( ini_set( 'display_errors', apply_filters( 'wp_display_ajax_errors', 0 ) );)
Attachments (1)
Change History (3)
This ticket was mentioned in PR #3919 on WordPress/wordpress-develop by @mahbubmr500.
4 years ago
#1
Track ticket : https://core.trac.wordpress.org/ticket/57553
Trac ticket:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Ticket track: https://core.trac.wordpress.org/ticket/57553