<?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>IT Knowledge Base &#187; Error</title>
	<atom:link href="http://patrick.eviltools.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrick.eviltools.com</link>
	<description>daily life instructions</description>
	<lastBuildDate>Wed, 07 Jul 2010 10:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change Permalink Settings on WordPress 404 Error</title>
		<link>http://patrick.eviltools.com/change-permalink-settings-on-wordpress/</link>
		<comments>http://patrick.eviltools.com/change-permalink-settings-on-wordpress/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 03:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[permalink]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/it/wordpress/change-permalink-settings-on-wordpress</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to change the default permalink settings in wordpress to the smarter custom structure “/%category%/%postname%”. Unfortunately after that i got a page error 404. </p>
<p>Luckily it is not difficult to fix that problem. You just need to change the permissions of the .htaccess file to (chmod) 666 in the home directory of your wordpress. Then apply the settings again and change back the permissions of the file to 644.</p>
<p>Unfortunately all the previous links from the search engine or other webpages will not work anymore. After doing some search on the net I found a useful plugin to prevent that it is called “<a href="http://wordpress.org/extend/plugins/permalinks-migration-plugin-for-wordpress/" rel="nofollow" target="_blank">Dean’s PermaLink Migration</a>”. You just need to install it and set the old permalink settings to “/%post_id%/” if it was set to default in that plugin. Otherwise you need to change it accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/change-permalink-settings-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MUST_CHANGE is ON</title>
		<link>http://patrick.eviltools.com/must_change-is-on/</link>
		<comments>http://patrick.eviltools.com/must_change-is-on/#comments</comments>
		<pubDate>Mon, 12 May 2008 00:49:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[CHECK_EXPIRATION]]></category>
		<category><![CDATA[CHECK_POLICY]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Expiration]]></category>
		<category><![CDATA[MUST_CHANGE]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/?p=18</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I tried to remove the check_policy and check_expiration from a user and got following error in MS SQL Server:<br />
<a href='http://patrick.eviltools.com/wp-content/uploads/2008/05/must_change-is-on.jpg'><img src="http://patrick.eviltools.com/wp-content/uploads/2008/05/must_change-is-on-400x128.jpg" alt="" title="must_change-is-on" width="400" height="128" class="alignnone size-thumbnail wp-image-19" /></a></p>
<pre lang="sql">The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.</pre>
<p>I forgot to remove the must change password flag when I created the user. A simple SQL query to change the users password solved the problem:</p>
<pre lang="bash">ALTER LOGIN %USERNAME% WITH PASSWORD='%PASSWORD%'
<pre lang="bash">
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/must_change-is-on/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
