<?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/"
	>

<channel>
	<title>WordPress | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>WordPress | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>WordPress Database Update Threw 500 Internal Server Error</title>
		<link>https://www.kjctech.net/wordpress-database-update-threw-500-internal-server-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-database-update-threw-500-internal-server-error</link>
					<comments>https://www.kjctech.net/wordpress-database-update-threw-500-internal-server-error/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Fri, 13 Mar 2015 21:29:53 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2684</guid>

					<description><![CDATA[<p>A database update was required after one of my recent WordPress upgrade, which turned to a 500 Internal Server Error. No matter how many times I tried, I just couldn&#8217;t pass the data upgrade screen to get into the WP-Admin panel. Look further to the error log on the server, it&#8217;s the line below that triggered the 500 Internal Server [&#8230;]</p>
The post <a href="https://www.kjctech.net/wordpress-database-update-threw-500-internal-server-error/">WordPress Database Update Threw 500 Internal Server Error</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>A database update was required after one of my recent WordPress upgrade, which turned to a <strong>500 Internal Server Error</strong>. No matter how many times I tried, I just couldn&#8217;t pass the data upgrade screen to get into the<strong> WP-Admin</strong> panel.</p>
<p>Look further to the error log on the server, it&#8217;s the line below that triggered the 500 Internal Server error.</p>
<pre class="">[Thu Mar 12 15:00:38 2015] [error] [client 206.108.25.10] Premature end of script headers: upgrade.php,</pre>
<p>And adding the following line in the <strong>wp-config.php</strong> file magically fixed the issue.</p>
<pre class="">ini_set("zend.ze1_compatibility_mode",0);</pre>
<p>Hope it helps if you encounter the similar error when upgrading WordPress and its database.</p>The post <a href="https://www.kjctech.net/wordpress-database-update-threw-500-internal-server-error/">WordPress Database Update Threw 500 Internal Server Error</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/wordpress-database-update-threw-500-internal-server-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2684</post-id>	</item>
	</channel>
</rss>
