Understanding the Libgomp: Thread Creation Failed Error Updated on August 16, 2021 by InMotion Hosting Contributor 1 Minutes, 30 Seconds to Read If you are using WordPress (with or without the BoldGrid plugin) you may see an error generated when working with images or graphics: libgomp: Thread creation failed: Resource temporarily unavailable, referer:/wp-admin/media-new.php This error is specifically a result of configuration differences between InMotion Hosting servers and the ImageMagick module. The ImageMagick module is installed on VPS and Dedicated servers, but not installed in full on the shared servers. WordPress uses ImageMagick for processing the images, but will use the more limited version of the module on a shared server. How to Resolve the Libgomp: Thread Creation Failed Error The full installation of ImageMagick cannot be installed on a shared server account. However, there is a way to resolve the issue within the .htaccess file. This solution was also detailed in How to Fix the HTTP Image Upload Error in WordPress. You can also resolve the issue by using a WordPress plugin called Force Regenerate Thumbnails. The following is a summary of the steps necessary to solve the issue using a modification in the .htaccess file: Log in to your cPanel Dashboard. Go to Files and then click on File Manager, then go to the root of your WordPress installation. Make sure that you are able to see hidden files. You can find this option in the settings for File Manager. Find the .htaccess file. We have a tutorial that can help you locate and edit the .htaccess file if you require assistance. Once you have located the file and you have opened it with an editor, please add the following line to the top of the file: SetEnv MAGICK_THREAD_LIMIT 1 Click on SAVE CHANGES. You should then be able to launch WordPress and the error will no longer appear when you are working with your images and graphics. Share this Article InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to Fix the Insecure SSL Error due to SHA-1 Deprecation MySQL Error 1064: You Have an Error in Your SQL Syntax MySQL Error 1044 Access Denied Troubleshooting: Fixing the “localhost Refused to Connect” Error HTTP Error Codes: What They Mean and How to Fix Them How to Fix the 504 Gateway Timeout Error 500 Internal Server Error How to Fix the “550 No Such User Here” Email Error Email Error – Mailbox Quota Exceeded Resolving DNS_PROBE_FINISHED_NXDOMAIN Errors