<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>HTTP 500 Error Archives - New Computer Inquiry</title>
	<atom:link href="https://newcomputerinquiry.com/tag/http-500-error/feed/" rel="self" type="application/rss+xml" />
	<link>https://newcomputerinquiry.com/tag/http-500-error/</link>
	<description>Tutorials, Guides and Product Reviews</description>
	<lastBuildDate>Mon, 06 May 2019 17:27:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.2</generator>
<site xmlns="com-wordpress:feed-additions:1">81201986</site>	<item>
		<title>How To Fix a HTTP ERROR 500 on a WordPress Website</title>
		<link>https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/</link>
					<comments>https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Mon, 06 May 2019 17:27:43 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blank White Page Wordpress]]></category>
		<category><![CDATA[Fix Wordpress 500 Error]]></category>
		<category><![CDATA[HTTP 500 Error]]></category>
		<category><![CDATA[Wordpress Error]]></category>
		<category><![CDATA[Wordpress Troubleshooting]]></category>
		<category><![CDATA[Wordpress Website Not Loading]]></category>
		<guid isPermaLink="false">https://newcomputerinquiry.com/?p=1225</guid>

					<description><![CDATA[<p>Every so often you may come across a blank page that says HTTP Error 500. This error is very annoying and can put a halt to any online business operation in an instant. To fix this problem, below we will go over some methods that will get your website back up and running. Fixing a [...]</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/">How To Fix a HTTP ERROR 500 on a WordPress Website</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Every so often you may come across a blank page that says HTTP Error 500. This error is very annoying and can put a halt to any online business operation in an instant. To fix this problem, below we will go over some methods that will get your website back up and running.</p>
<h2>Fixing a HTTP Error 500</h2>
<p>Ordered from simple to complex, below are methods to fixing a HTTP Error 500.</p>
<h3><span style="text-decoration: underline;"><strong>Method #1 – Temporarily Disabling the .HTACCESS file</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your .HTACCESS file has a line of code in it preventing the website from loading. This particular entry could be made from one of your plugins, themes, or an outside influence.</p>
<p><strong>Solution:</strong></p>
<p>To disable the .HTACCESS file, simply:</p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Locate the .HTACCESS file and rename it by adding the following extension <strong>.bak</strong></li>
<li>Your file should look like this: <strong>.htaccess.bak</strong></li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #2 – Increasing PHP Memory Limit</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your website load is heavy, due to certain plugins or your active theme. When you reach or exceed the <strong>PHP memory limit</strong>, you may experience a HTTP Error 500.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Open notepad or a text editor on your computer.</li>
<li>Input this line of code: <strong>memory=128MB</strong></li>
<li>Save the file as <strong>php.ini</strong></li>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Upload the php.ini file</li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #3 – Temporarily Disabling Plugins</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>One or more of your plugins may have been corrupted, out-of-date, or incompatible with your version of WordPress.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Goto Wp-Content -&gt; Plugins</li>
<li>Rename the plugins folder to <strong>plugins.off</strong></li>
<li>If the Error 500 disappears and your website is loading, rename your plugins folder back to default “plugins”.</li>
<li>Enter your plugins folder and rename all of the folders by adding <strong>.off</strong> to the end. Enable (remove “.off”) from each plugin one by one until you no longer receive the Error 500 again.</li>
<li>Delete the plugin/folder that is giving you the problem.</li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #4 – Updating to a newer or latest version of PHP</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your web server may be outdated and you are using an older version of PHP. Either your WordPress Core, Themes, Plugins, or a combination of all 3 no longer support the older PHP version.</p>
<p><strong>Solution:</strong></p>
<p>Update your PHP to the latest version. Using 5.6 or higher is recommended. We recommend using a <a href="https://www.a2hosting.com/?aid=jpcdezines&amp;bid=a82d6fc3" target="_blank">web host</a> that supports 7.0 or higher, as 5.6 will eventually be phased out.</p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Look for “PHP” or Programming Languages</li>
<li>Select PHP Version 5.6 or Higher</li>
<li>Click Save or Update.</li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #5 – Updating Core WordPress Files</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your existing WordPress files are out-of-date, a file is missing or corrupt, or one or more of your files have been compromised.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Delete ONLY the following folders: <strong>wp-admin</strong> and <strong>wp-includes</strong></li>
<li>With fresh files downloaded from the official <a href="https://wordpress.org" target="_blank" rel="noopener noreferrer">WordPress website</a>, <strong>re-upload both folders</strong>.</li>
<li>Upload and <strong>overwrite all existing files in the main directory</strong>. <span style="text-decoration: underline;">DO NOT</span> touch the <strong>wp-content</strong> folder.</li>
</ol>
<p>Still having trouble getting your website to load? We recommend contacting your web manager or your web hosting company, they can diagnose and fix the problem. Any other questions, feel free to sound off in the comment section below.</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/">How To Fix a HTTP ERROR 500 on a WordPress Website</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1225</post-id>	</item>
	</channel>
</rss>
