How to fixed images upload issue WordPress

1. Change File Permissions to Fix the Image Upload Issue

  1. Many time you have got upload images issue because of file permission
  2. Then open the file manager
  3. After open the wp-content folder
  4. After you can see uploads folder inside the wp-content
  5. Right click on uploads folder change the file permission
  6. Change numeric value 755 to 777


2. Optimize images

  1. This error can be because of site memory limit
  2. There are many options available to optimize images you can see online
  3. But you here I am talking about online tool which we have used
  4. https://imagecompressor.com/ open this URL upload your images
  5. You can upload multiple images same time
  6. After download images
  7. After upload it and check it


3. Remove the file path on the Media Settings page.

  1. Here is the screenshot for media setting you can see below screenshot
  2. First login to admin panel and go to setting page
  3. After you can click on media setting
  4. You can click the checkbox and disable uploading files settings


4. Increase max file size

  1. create a php.ini file and paste this text
  2. upload_max_filesize = 128M
    post_max_size = 128M
    max_execution_time = 300


5. Increase the memory limit

  1. define( ‘WP_MEMORY_LIMIT’, ‘256M’ ) wp-config.php file
  2. Here you can increase memory limit instead of 256M


6. Disable all plug-in from admin section

  1. Login to admin section
  2. Click on plug-in tab on left side
  3. You can see all plug-in list
  4. You can deactivate one by one and check it


7. Use the latest PHP version

  1. You can check your PHP version make sure it will be latest


Hopefully this article to be helpful 🙂

Blog Catagory : Blog