Ugh, turns our our themes functions.php file had the following directive, overriding all other error reporting.
error_reporting(E_ERROR);
Moral: Always good to check root theme files if all else fails.
Related Posts:
- What is the best way to monitor PHP functions/executions?
- How do I set up Debugging?
- add_sub_menu page() to be replaced by add_theme_page()
- How to show the error causing the ‘There has been a critical error on your website’?
- How do you change error reporting to only show errors in WordPress?
- Unnessary character on post after restore
- WP_DEBUG is not set, but I’m still getting warnings
- Suppress deprecated notices
- Disable Debug Log Programmatically
- error_log is not working as expected in functions.php file
- Get PHP Fatal error on globalized $wpdb: Call to a member function insert() on a non-object- I have no clue. What to do?
- Wordpres debug.log PHP Notice: is_singular was called
- How to Debug WordPress
- Error message prevents access to WP
- Getting notices on fresh 3.6.1 install
- WordPress: Notice:Object of class WP_Query could not be converted to int in on line
- Why does WordPress keep showing me error messages?
- “Undefined index” error when saving empty array with checkboxes
- Front end empty (i.e. nothing displays); Back end looks fine; What are possible causes?
- WordPress debug messages not displaying
- WordPress + Buddpyress – troubleshooting server overloading
- Undefined index error on options array element?
- WordPress 6.x / PHP 8.x deprecated warnings in development environment
- How to find which plugin crashes
- Fatal error trace not shown in development setup
- write developer debug statements to separate log
- I’m getting this ‘PHP Deprecated’ issue
- Platform sh site setup in localhost gets Cookie error
- Error logging in wordpress
- Edit page displays ‘critical error has occurred’ but when debugging is turned on, there are no error messages
- Control verbosity level of WP DEBUG?
- How to display admin error notice if settings saved succesfully?
- Uncaught ReferenceError:switchEditors is not defined
- Prevent notice and warnings in error_reporting?
- strange characters in wordpress website displayed for visitors [closed]
- How to fix ob_end_flush() error?
- Handling duplicates with wp_insert_term()
- How can I create a custom page for this error?
- List Category Posts plugin upgrade fails with fatal error
- How can I find the cause of theme crashing Apache in Xampplite?
- tb_show is not defined in advance custom field
- How to implement Sentry on WordPress? [closed]
- “There doesn’t seem to be a wp-config.php file.” despite wp-config.php in root
- Error Establishing a Database Connection, but credentials are OK
- Unable to Upload Files
- Out of Memory when Uploading an Image
- error: An Unexpected HTTP Error occurred during the API request
- What might cause “junk after document element” error?
- PHP-FPM WordPress Debug
- getting error on localhost Warning: preg_match(): Null byte in regex in C:\xampp\htdocs\pamper\wp-includes\functions.php on line 5233 [closed]
- is_wp_error is missing error
- White screen on front page only
- 500 error after update
- Problem with running javascript in a shortcode
- Without access to the FTP, how can I fix the index page?
- How to catch all PHP errors with custom error handler?
- Trying to get property of non-object error with thumbnail
- I have an error message coming up after I type in my domain. How Do I get my site back
- Blog automatically redirected to error page
- 500 error for all pages and post after move localhost to server
- why would ABSPATH not get defined
- 404 Not found error after update to WordPress 5.0
- Keep getting this code reparted again and again?
- WordPress fonts need to upload with Google fonts?
- what are WP_DEBUG conditions?
- How do I debug an error that a plugin is causing?
- Method Not Implemented GET to wp-admin/post.php not supported
- When sorting WP_List_Table, table sorts, but I also get SQL errors
- WordPress cracked? Posts not found in dashboard
- Multiple use wp_logout_url() on page cause ‘header already sent’ error after submit form
- How do I fix this: syntax error, unexpected ‘:’, expecting ‘)’
- Plugin.php not found
- Getting an error on a new website
- Fatal error for category archives
- 403. You don’t have permission to access this resource error
- How to identify the origin of an issue or an unexpected behavior?
- 404 Not Found Error showing when I run wordpress
- Forbidden permission and editor error after update to WordPress 5.1.1
- D_FILE already defined in /home/staneppsjr/public_html/wp-config.php on line 82
- How to fix this CORS error?
- Regular 503 error every 5 minutes for logged in users
- One page is showing the “Index of /” error
- What is the source of “HTTP error,” and
- Debugging conundrum with a problem fixed by enabling WP_DEBUG
- WordPress installation self deleted in server restart. SQL Tables gone too!
- How to fix 502 errors on my WordPress site hosted on Windows Azure that only occur when I update a post?
- Parse error: syntax error, unexpected T_FUNCTION
- Error thrown Cannot use object of type WP_Error as array
- Where can I get a full list of wordpress errors in plain text?
- The ( error_log ) file size is very large
- TGM plugin error in Theme Check Plugin
- Theme-Check plugin using MY_THEME check error genrate
- Solve theme installation problem?
- Apache error log lots of connection_refused
- Lots of warnings and errors instead of my WordPress site – Synology NAS – Intranet
- Automated WordPress update failed to complete – but all updates fail with code -1
- How do I turn off WordPress errors and just have regular old php errors?
- WordPress editor mobile view crashes, says: Error: Failed to execute ‘removeChild’ on ‘Node’: The node to be removed is not a child of this node
- Website slows down and Error 522
- Is there a way to suppress deprecation messages only when raised by specific plugins