Opened 6 years ago
Closed 5 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: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.2 |
Component: | Bootstrap/Load | Keywords: | close reporter-feedback |
Focuses: | Cc: |
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
@
6 years ago
- Component changed from General to 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.
#3
@
5 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Closing this issue as 18 months ago requested reporter feedback and was marked as a close
candidate. However, if this remains an issue for you, please provide feedback for further investigation.
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