Opened 7 years ago
Closed 6 years ago
#47625 closed defect (bug) (invalid)
Fatal error: Call to undefined function apply_filters() in /public_html/wp-includes/load.php on line 316
| Reported by: | hendra344 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bootstrap/Load | Version: | 4.9.2 |
| Severity: | normal | Keywords: | close reporter-feedback |
| Cc: | Focuses: |
Description
How can i fix this error
Fatal error: Call to undefined function apply_filters() in /public_html/wp-includes/load.php on line 316
The following is the content of load.php on line 316 =
if ( ! apply_filters( 'enable_wp_debug_mode_checks', true ) ){
I could not find a solution
What should I do?
Change History (3)
#2
@
7 years ago
- Component General → Bootstrap/Load
- Keywords close reporter-feedback added
Hi @hendra344, welcome to WordPress Trac!
This sounds like either the installation is incomplete and missing some files, or something is calling wp_debug_mode() too early.
Does the issue still happen if you rename the wp-content/plugins folder? If you're still using WordPress 4.9.2 as the Version field indicates, please update to the latest version, 5.2.2 at the moment.
Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for general support questions. To get help with your site, please try the support forums.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @hendra344
Where you are getting this Fatal error? Because by default it is not displaying.
Is there any specific page on frontend or backend it is displaying?
Thank You