Please, enable the debug mode in WordPress maybe there will be answer. To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
‘define(‘WP_DEBUG’, true);’
In order to enable the error logging to a file on the server you need to add yet one more similar line:
‘define( ‘WP_DEBUG_LOG’, true );’
In this case the errors will be saved to a debug.log log file inside the /wp-content/directory.
Depending on whether you want your errors to be only logged or also displayed on the screen you should also have this line there, immediately after the line mentioned above:
‘define( ‘WP_DEBUG_DISPLAY’, true );’
The wp-config.php is located in your WordPress root directory. It’s the same file where the database configuration settings are. You will have to access it by FTP or SFTP in order to edit it.
Related Posts:
- Programmatically adding images to media library
- Upload images to remote server
- How to delete resized (cropped) image uploads and prevent future resizing?
- After Moving a Site to Another Domain, All Images Are Lost
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- What’s the proper way to find and remove duplicate images from posts and the media library?
- Separate Media Library for each user
- Images dont show in grid view, but do in list view
- How can I hide media library images from general users?
- Remove duplicate images from media library.
- Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
- Cannot access the thumbnails of attachment images… Cannot find the reason
- Why would image paths in wordpress suddenly change?
- Import Images from one self-hosted WordPress install to another
- Uploading images to Media Library fails with Memory Exhausted
- Why can’t I edit certain images from the WordPress Media library?
- Edit image preview is not displayed
- Uploading images: ‘ø’ get replaced with ‘ø’
- Regenerate missing _wp_attachment_metadata
- Upload thousands of images to WordPress without plugin?
- How to make programmatic image upload generate thumbnail and sizes?
- Best way to strip character entities (%20 etc)
- Different upload path per file type
- Display latest 12 images from media library
- Images are randomly deleted from server
- Get full image array
- Bulk image rotation
- Consolidating two websites into one, but migrated images not appearing in Image Library
- wordpress media library shows empty images
- How to order images in a post in WordPress 3.3?
- Check if the image exists in WordPress media library
- Mobile Featured Image Bug
- unattached media files that should be attached
- How to output images as figure/figcaption
- Bulk edit of EXIF data for jpeg images uploaded in the media library?
- offload media to external services [closed]
- In Wordress one author can not see the other’s author uploaded images through media library
- How to open default wp image editor screen dynamically?
- Is it possible to split Default WP Media directory to multiple Folder/Subdomain?
- I am getting useless alphabets in images link
- Images uploaded to the media library has strange colors. However, in the edit screen the color is ok
- Alter image meta fields in the Media Library
- Add custom text in the media library image meta area
- How to add images to a post without inserting them into the content area of the post editor?
- Uploaded images not displaying in network site
- Unable to upload images to the Media Library. Getting this erron on the console wp-admin/async-upload.php 403 (Forbidden)
- What happened to the media manger?
- Why does WP allow to view and media item as a page
- How to limit the number of images displayed in the media window?
- Create a post from every image in my media gallery
- Get images attached to a specific page
- Images don’t update after being edited
- Is there a way in WordPress to convert images to WebP without a plugin?
- Change Image folder Locations
- Rebuild thumbnails via WP Cli – how?
- Auto delete pictures in media library by age
- Some Images Disappeared from Media Library?
- are unattached media files a problem?
- How to get the title of the random images from media library?
- Large image not showing dimensions in Media Library
- How to change the value “uploaded to” in the media library (WordPress 4.0)
- Function to grab specific image IDs from media library.
- Cache issues with images not showing up
- How to Automatically import external images to Upload
- Fetching uploaded images using Link URL
- Allow wp media library to check already selected images displayed in div
- WordPress append -1 to the image name
- Media Library Cleanup A Thought Exercise
- Pictures randomly replaced by blue question mark
- Could creation of various image sizes cause slow form submission response?
- unsharp thumbnails after uploading image
- imported post image as normal image instead encoded image
- Post-processing of the image failed
- WordPress Link To Image Missing Dropdown
- After moving a site to new hosting, not all images are showing in media library
- Blank image thumbnails in media library
- How to handle a lot of media files in the uploads folder? (+10.000)
- Broken images in media library
- Images are not getting uploaded
- Unable to delete images in Media Library
- wordpress images not showing properly
- add titles to images in ad media in pages and posts
- Change the image for a certain URL
- Assign one featured image to multiple posts?
- Some images don’t get linked when setting link-to to media-image
- Missing Images in Uploads Directory (Server Only)
- How do I embed an image at actual size?
- Broken Media Library
- My image rotate 90 degree
- How do I change a Themes Header Image?
- Media Library is not loading on grid view in admin panel
- Blurry Images WordPress 5.8.1
- Remote Image (from URL) as Media Library element
- Why some images are not allowed to be edited only for thumbnails?
- My subdirectory sites images (except webP) are throwing to 404 page even they are exist
- What does WordPress media uploader do to image files on upload?
- How can I use an image from an external source without uploading it to the media library
- Images have dissapeared from media library and site
- Is there a way to upscale a media library original image to the nearest whole pixel in WordPress?
- How to make Media Library files private?