{"id":22,"date":"2015-07-13T19:26:33","date_gmt":"2015-07-13T17:26:33","guid":{"rendered":"http:\/\/getgui.com\/blog\/?p=22"},"modified":"2019-11-08T01:29:18","modified_gmt":"2019-11-08T00:29:18","slug":"wordpress-500-internal-server-error-on-photo-upload-iis7","status":"publish","type":"post","link":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/","title":{"rendered":"WordPress 500 Internal Server Error on photo upload &#8211; IIS7"},"content":{"rendered":"<p style=\"text-align: right; font-size: 12px;\"><a href=\"#solution\">Go straight to solution<\/a><\/p>\n<p>You have just installed the latest WordPress software on your Microsoft IIS7 server.<\/p>\n<p>You even found a beautiful template for your site.<\/p>\n<p>The famous <a href=\"https:\/\/codex.wordpress.org\/Installing_WordPress#Detailed_Instructions\" target=\"_blank\" rel=\"noopener noreferrer\">5 minute installation<\/a> was a breeze, everything went super smoothly&#8230;<\/p>\n<p>Then you uploaded your first picture and when you tried to view it&#8230;<\/p>\n<p>instead of a photo, there was a <strong>broken link icon<\/strong>.<br \/>\n<!--more--><br \/>\nYou then tried to find out what the problem is, by following the direct link to the picture file, like the one below<\/p>\n<blockquote><p>https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/logo1.png<\/p><\/blockquote>\n<p>and then the dreaded<strong> 500 &#8211; Internal server error<\/strong> came up.<\/p>\n<p><a href=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/wordpress-internal-server-error-500.png\"><img decoding=\"async\" class=\" size-full wp-image-26 aligncenter\" src=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/wordpress-internal-server-error-500.png\" alt=\"Wordpress hosted on IIS7 - internal server error 500 on photo upload\" width=\"693\" height=\"235\" srcset=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/wordpress-internal-server-error-500.png 693w, https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/wordpress-internal-server-error-500-300x102.png 300w\" sizes=\"(max-width: 693px) 100vw, 693px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Fear not,<strong> the solution<\/strong> to the problem is really simple, it has to do with how the IIS7 handles <strong>file permissions<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<h3 id=\"solution\">Solution<\/h3>\n<p>&nbsp;<\/p>\n<p>1. Go to your Microsoft Internet Information Services\u00a0 server (or IIS for short)<\/p>\n<p>2. Open Server Manager -&gt; Roles -&gt; Web Server (IIS) -&gt; <strong>Internet Information Services (IIS) Manager<\/strong><\/p>\n<p>3. Double click the name of your server -&gt; Sites -&gt; <strong>NameOfYourSite<\/strong> (Choose site on which the WordPress is hosted on)<\/p>\n<p>4. Another window opens up, double click on <strong>Authentication<\/strong><\/p>\n<p><a href=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic2.jpg\"><img decoding=\"async\" class=\" size-full wp-image-43 aligncenter\" src=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic2.jpg\" alt=\"pic2\" width=\"757\" height=\"786\" srcset=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic2.jpg 757w, https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic2-289x300.jpg 289w\" sizes=\"(max-width: 757px) 100vw, 757px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>5. Click on &#8220;Anonymous Authentication&#8221; with right mouse button and choose <strong>edit<\/strong><\/p>\n<p>6. Another window opens, choose <strong>Application pool identity<\/strong> instead of the pre-selected IUSR and click OK<\/p>\n<p><a href=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic6.png\"><img decoding=\"async\" class=\" size-full wp-image-44 aligncenter\" src=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic6.png\" alt=\"pic6\" width=\"370\" height=\"181\" srcset=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic6.png 370w, https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic6-300x147.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>7. Restart your server for the changes to take effect (Option to restart the server is on the right side of the IIS Manager)<\/p>\n<p><a href=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic7.png\"><img decoding=\"async\" class=\" size-full wp-image-47 aligncenter\" src=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/pic7.png\" alt=\"pic7\" width=\"183\" height=\"282\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>8. <strong>Delete all the pictures you uploaded via WordPress and upload them again<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>The <strong>IIS7<\/strong> <strong>500 &#8211; Internal server error<\/strong> should now be solved and images should appear correctly.<\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<p>If you have found this blog post useful and would like to buy me a cup of coffee, please click <a href=\"https:\/\/getgui.com\/blog\/donations\/\">here<\/a> :<span>)<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go straight to solution You have just installed the latest WordPress software on your Microsoft IIS7 server. You even found a beautiful template for your site. The famous 5 minute installation was a breeze, everything went super smoothly&#8230; Then you uploaded your first picture and when you tried to view it&#8230; instead of a photo, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[12,13,17,8],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Wordpress 500 Internal Server Error on photo upload - IIS7 | GetGui.com<\/title>\r\n<meta name=\"description\" content=\"Instead of an uploaded photo, there is a broken link icon. On a direct link to the image file, 500 \u2013 Internal server error comes up. IIS7 permissions.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Wordpress 500 Internal Server Error on photo upload - IIS7 | GetGui.com\" \/>\r\n<meta property=\"og:description\" content=\"Instead of an uploaded photo, there is a broken link icon. On a direct link to the image file, 500 \u2013 Internal server error comes up. IIS7 permissions.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Get Guides on PC Laptop Computer Repair | GetGui.com\" \/>\r\n<meta property=\"article:published_time\" content=\"2015-07-13T17:26:33+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-11-08T00:29:18+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/wordpress-internal-server-error-500.png\" \/>\r\n<meta name=\"author\" content=\"Simon\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\"},\"author\":{\"name\":\"Simon\",\"@id\":\"https:\/\/getgui.com\/blog\/#\/schema\/person\/1d585f45816607e4939364f30d6147ca\"},\"headline\":\"WordPress 500 Internal Server Error on photo upload &#8211; IIS7\",\"datePublished\":\"2015-07-13T17:26:33+00:00\",\"dateModified\":\"2019-11-08T00:29:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\"},\"wordCount\":297,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/getgui.com\/blog\/#organization\"},\"keywords\":[\"Error 500 Wordpress\",\"Internal Server Error 500 Wordpress\",\"Wordpress image Internal Server Error\",\"Wordpress photo upload error\"],\"articleSection\":[\"Web development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\",\"url\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\",\"name\":\"Wordpress 500 Internal Server Error on photo upload - IIS7 | GetGui.com\",\"isPartOf\":{\"@id\":\"https:\/\/getgui.com\/blog\/#website\"},\"datePublished\":\"2015-07-13T17:26:33+00:00\",\"dateModified\":\"2019-11-08T00:29:18+00:00\",\"description\":\"Instead of an uploaded photo, there is a broken link icon. On a direct link to the image file, 500 \u2013 Internal server error comes up. IIS7 permissions.\",\"breadcrumb\":{\"@id\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/getgui.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress 500 Internal Server Error on photo upload &#8211; IIS7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/getgui.com\/blog\/#website\",\"url\":\"https:\/\/getgui.com\/blog\/\",\"name\":\"Get Guides on PC Laptop Computer Repair | GetGui.com\",\"description\":\"Simple and easy to understand guides on PC Laptop Computer Repair. Repair your own devices. Save money. Save the planet. Save the day.\",\"publisher\":{\"@id\":\"https:\/\/getgui.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/getgui.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/getgui.com\/blog\/#organization\",\"name\":\"GetGUI\",\"url\":\"https:\/\/getgui.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/getgui.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2020\/06\/logo-instagram-large.png\",\"contentUrl\":\"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2020\/06\/logo-instagram-large.png\",\"width\":1440,\"height\":1440,\"caption\":\"GetGUI\"},\"image\":{\"@id\":\"https:\/\/getgui.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/getgui.com\/blog\/#\/schema\/person\/1d585f45816607e4939364f30d6147ca\",\"name\":\"Simon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/getgui.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e8b868d6eaafc8da11844ba981f76cb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e8b868d6eaafc8da11844ba981f76cb?s=96&d=mm&r=g\",\"caption\":\"Simon\"}}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wordpress 500 Internal Server Error on photo upload - IIS7 | GetGui.com","description":"Instead of an uploaded photo, there is a broken link icon. On a direct link to the image file, 500 \u2013 Internal server error comes up. IIS7 permissions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/","og_locale":"en_US","og_type":"article","og_title":"Wordpress 500 Internal Server Error on photo upload - IIS7 | GetGui.com","og_description":"Instead of an uploaded photo, there is a broken link icon. On a direct link to the image file, 500 \u2013 Internal server error comes up. IIS7 permissions.","og_url":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/","og_site_name":"Get Guides on PC Laptop Computer Repair | GetGui.com","article_published_time":"2015-07-13T17:26:33+00:00","article_modified_time":"2019-11-08T00:29:18+00:00","og_image":[{"url":"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2015\/07\/wordpress-internal-server-error-500.png"}],"author":"Simon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Simon","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#article","isPartOf":{"@id":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/"},"author":{"name":"Simon","@id":"https:\/\/getgui.com\/blog\/#\/schema\/person\/1d585f45816607e4939364f30d6147ca"},"headline":"WordPress 500 Internal Server Error on photo upload &#8211; IIS7","datePublished":"2015-07-13T17:26:33+00:00","dateModified":"2019-11-08T00:29:18+00:00","mainEntityOfPage":{"@id":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/"},"wordCount":297,"commentCount":0,"publisher":{"@id":"https:\/\/getgui.com\/blog\/#organization"},"keywords":["Error 500 Wordpress","Internal Server Error 500 Wordpress","Wordpress image Internal Server Error","Wordpress photo upload error"],"articleSection":["Web development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/","url":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/","name":"Wordpress 500 Internal Server Error on photo upload - IIS7 | GetGui.com","isPartOf":{"@id":"https:\/\/getgui.com\/blog\/#website"},"datePublished":"2015-07-13T17:26:33+00:00","dateModified":"2019-11-08T00:29:18+00:00","description":"Instead of an uploaded photo, there is a broken link icon. On a direct link to the image file, 500 \u2013 Internal server error comes up. IIS7 permissions.","breadcrumb":{"@id":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/getgui.com\/blog\/web-development\/wordpress-500-internal-server-error-on-photo-upload-iis7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/getgui.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress 500 Internal Server Error on photo upload &#8211; IIS7"}]},{"@type":"WebSite","@id":"https:\/\/getgui.com\/blog\/#website","url":"https:\/\/getgui.com\/blog\/","name":"Get Guides on PC Laptop Computer Repair | GetGui.com","description":"Simple and easy to understand guides on PC Laptop Computer Repair. Repair your own devices. Save money. Save the planet. Save the day.","publisher":{"@id":"https:\/\/getgui.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/getgui.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/getgui.com\/blog\/#organization","name":"GetGUI","url":"https:\/\/getgui.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/getgui.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2020\/06\/logo-instagram-large.png","contentUrl":"https:\/\/getgui.com\/blog\/wp-content\/uploads\/2020\/06\/logo-instagram-large.png","width":1440,"height":1440,"caption":"GetGUI"},"image":{"@id":"https:\/\/getgui.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/getgui.com\/blog\/#\/schema\/person\/1d585f45816607e4939364f30d6147ca","name":"Simon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/getgui.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e8b868d6eaafc8da11844ba981f76cb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e8b868d6eaafc8da11844ba981f76cb?s=96&d=mm&r=g","caption":"Simon"}}]}},"_links":{"self":[{"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/posts\/22"}],"collection":[{"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":54,"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/posts\/22\/revisions"}],"predecessor-version":[{"id":26913,"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/posts\/22\/revisions\/26913"}],"wp:attachment":[{"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/media?parent=22"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/categories?post=22"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/getgui.com\/blog\/wp-json\/wp\/v2\/tags?post=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}