If you are getting http error in WordPress while uploading files to Media Library , It means some sort of interruption is happening in between WordPress file handling operations and web server interface . Before doing a workaround always wait for a few moments and refresh the page once and retry the same process to make sure that it is not a temporary glich from your hosting panel . If you still face the same error again , please try the following solutions . Before doing these steps always make sure that you have a complete healthy backup of your site.
2. Deactivate Plugins
In most of the cases plugins may be the culprit which is causing the intervention between WordPress and Webserver . In that case try to deactivate the plugins one by one and check whether it resolve the issue . If you are using plugins for Image optimization , WordPress Security you can start the process by deactivating them first .
3. Increase WordPress Memory Limit
If file size exceeds the maximum upload size defined in wp-config.php sometimes it may result in http error . You can increase it by adding the following lines of code by editing wp-config.php located in the site’s root directory
4. Edit .htaccess
You can find .htaccess in your website’s root folder , in most of the cases , within a folder named “public_html” . You can add the following code to resolve the http issues arising from .htaccess
5. Switch your theme to default one
Sometimes incompatible features , functional conflicts in between themes and plugins may be the main cause of http error . You can check it by switching the theme to default theme (eg: Twenty Seventeen) . If it resolve the issue the next step is you can contact the theme author or hire an expert wordpress developer to debug wordpress theme – plugin related issues
6. Check Uploads Folder Permissions
Having incorrect file permissions of upload folder can end up in http error. You can find this folder in /wp-content/uploads
folder, as this is where files are stored when uploaded via the media library.According to the WordPress Codex, all directories should be 755 (drwxr-xr-x) or 750.You can set this file permission through your hosting panel file manager interface or FTP client
7. Update WordPress Core & Php Version
If any of the above methods won’t resolve the issue . Kindly free to contact us and our WordPress Experts will help you to sort out the issue.
Related posts:
- How to speed up your WordPress website WHY WEBSITE SPEED MATTERS Page speed is defined as the...
- Evasive QBot Malware Leverages Short-lived Residential IPs for Dynamic Attacks Jun 01, 2023Ravie LakshmananCyber Threat / Network Security An analysis...
- 3 Challenges in Building a Continuous Threat Exposure Management (CTEM) Program and How to Beat Them If you’re a cybersecurity professional, you’re likely familiar with the...
- New Linux Ransomware Strain BlackSuit Shows Striking Similarities to Royal Jun 03, 2023Ravie LakshmananEndpoint Security / Linux An analysis of...