For future reference you could use the define( 'WP_DEBUG', true ); at your wp_config to easily spot errors and turn to false when you are done.
Enabling WP_DEBUG will cause all PHP errors, notices and warnings to
be displayed. This is likely to modify the default behaviour of PHP
which only displays fatal errors and/or shows a white screen of death
when errors are reached.It is not recommended to use WP_DEBUG or the other debug tools on live
sites; they are meant for local testing and staging installs.
More info here
Related Posts:
- How to create custom 401, 403 and 500 error pages?
- Where to get information about array fields in $_REQUEST?
- 500 Internal server error after changing php version
- How to set status codes such as 401 and 403?
- Can I use HTTP POSTs? Is there a better alternative?
- Warning: Use of undefined constant HTTP_USER_AGENT – assumed ‘HTTP_USER_AGENT’ (this will throw an Error in a future version of PHP)
- APC 500 Internal server error [closed]
- Is there an equivalent to WP_Error object I can return in the case of a successful REST request?
- How do I Turn This Into An if statement?
- Plugin PHP file gives error 500 [closed]
- I am receiving a pluggable.php warning sign on my only http:// page
- HTTP ERROR 500 after installing child-theme [WordPress] [closed]
- Local WordPress with WAMP downloads files out of Nowhere
- Reading URL Parameters
- Display values of current POST request on page
- Sudden Upload HTTP errors, PHP uploads and memory limits are already to high to my taste. Anything else?
- 500 Error, Get custom field and returning it
- Unable to update plug-ins – Undefined index a:1:{s:3:”ssl”;b:1;} in class-requests.php on line 213
- Require advice handling a URL redirect from a Third Party. URL Params need to populate and then forward to payment
- PHP Shortcode – 500 error
- Trying to display ads on only a third of posts in a loop. Keep getting Error 500?
- Using the wp_remote_post response body
- Can php warnings cause an Internal Server Error?
- HTTP 500 Error after Creating Shortcode
- Internal server error when enabling Multisite in WordPress
- WordPress Insert line in DB when clicking a button
- How can I send an email using PHP?
- List of all theme customizer control types?
- Shortcode putting html such as
- Load post content into iframe
- Editor role cannot save custom theme options
- WordPress widget in custom theme
- Specific Loop For 2 Within Each
- POSTS list in WordPress by views
- Anything I can add to functions.php to make text widgets accept PHP?
- What’s the proper way to use wp_enqueue_script/style?
- Print number of post (in reverse)
- Can’t increase posts_per_page by variable
- Use WordPress’s Media Uploader/ Manager in non WordPress php application
- How to check If Oembed is empty or not
- How do I access the media settings
- How can I output a php value into a JS file within WordPress?
- Set post title based on first h2 element in the content section
- Custom field value not saving when it contains a URL?
- How do I let users upload files to a chosen location?
- Can I prevent the user from adding more than two levels deep of terms inside of a taxonomy metabox?
- Show css depending on activity type in BuddyPress activity-loop [closed]
- Set WP_query ‘order’ option by another tables value
- Settings API callback function inserts html quotes from nowhere
- Show when user is online/offline in real time on user_profile.php
- Add class to group inner container
- Databases – Submitting data from inputs to database [closed]
- Search WordPress using static html page
- How to check if the current page is at a specified path in the URL?
- WP_OPTIONS table, active_plugins entry [closed]
- How to keep track of when a vote is cast?
- Verify if a category is the child of another category
- AJAX wp_insert_user WORKS but responds with “The site is not enabled”
- Redirection after submitting duplicate comment
- ACF Repeater Pagination stopped working since upgrade to php7.2
- Using featured image of blog archive page
- Highlight the links without using dropdown
- Automatically Add Page Links to Nav Menu
- blank white page when post/update/change option etc
- add button to specific post
- Why, when moving a WordPress multisite network, have my theme customisations stopped working?
- Where should I copy a PHP file from wp-includes to, in order to override it in my child theme?
- How to edit wordpress pages through cpanel? [closed]
- Is it possible to restrict files from your wordpress uploads (not logged-in users or guest)?
- Adding attribute to the post.php form tag in wp-admin
- How to get movies by date
- How to change the author box selection on a post to a custom taxonomy
- Is there way to toggle the publish date display?
- How to send a php var to jQuery Ajax call with two different file
- How to use wp_ajax_set_post_thumbnail?
- Download Featured Image Link in Post Shortcode
- Show subcategory name selected in specific category woocoommerce
- Posts Per Page with a button to add more Posts
- Cannot fetch posts with certain ‘product_cat’. WP_Query is empty
- Add custom attribute to product’s HTML to woocommerce cart page
- Change WooCommerce template for PDF – access to custom field
- Detect what link user clicks and Redirect to a specific page for logged in users only
- Display specific main Sub Nav on Woocommerce product pages
- Perfmon performance counters on WAMP
- Page 2+ of taxonomy archives does not recognise sort-order from dropdown
- Not logged in when using http
- Is this correct get_template_part() in WordPress?
- Editing a WordPress plugin to add my own functionality
- How to show value from ACF plugin field in e-mail?
- Where to store the images of a custom WordPress theme?
- Exclude specific product tags from related products in WooCommerce 3+ [closed]
- WooCommerce Orders pagination
- How can I fix my pagination?
- Insert PHP into wordpress page [duplicate]
- How to remove the intro animation which appears during the load up of some WordPress themes? [closed]
- Custom form that stores data in mysql database
- How to get data (not value or name) from radio options to POST to database
- Fatal Error: Uncaught ArgumentCountError: Too few arguments to function – on logout of wordpress dashboard
- Why is my custom email notification after purchase not sending?
- Session seems to break