<?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>TechBytes &#187; Wordpress</title>
	<atom:link href="http://www.asim.pk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress</title>
		<link>http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/</link>
		<comments>http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 12:22:46 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Database Prefix]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=628</guid>
		<description><![CDATA[I have been getting the following error because I changed the database table prefix You do not have sufficient permissions to access this page. The cause of the problem is that you have changed the database prefixes but still, some &#8230; <a href="http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been getting the following error because I changed the database table prefix</p>
<blockquote><p>You do not have sufficient permissions to access this page.</p></blockquote>
<p>The cause of the problem is that you have changed the database prefixes but still, some of the word press config is tied down to the previous prefix (wp_ or something)</p>
<p>Just execute the following two queries</p>
<pre class="brush: sql; title: ; toolbar: false; notranslate">
-- Replace 'prefix_' with your actual prefix
UPDATE `prefix_usermeta` SET `meta_key` = REPLACE( `meta_key` , 'wp_', 'prefix_' );

-- Replace 'prefix_' with your actual prefix
UPDATE `prefix_options` SET `option_name` = 'prefix_user_roles' WHERE `option_name` ='wp_user_roles' AND `blog_id` =0;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally updated my blog theme in 2010</title>
		<link>http://www.asim.pk/2010/01/09/finally-updated-my-blog-theme-in-2010/</link>
		<comments>http://www.asim.pk/2010/01/09/finally-updated-my-blog-theme-in-2010/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:11:19 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[StylishRoyal]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=511</guid>
		<description><![CDATA[The first day I applied the theme that was on this blog most (almost all) of 2009, I knew I had to change it someday because it was too heavy. The only reason I liked that theme was how it &#8230; <a href="http://www.asim.pk/2010/01/09/finally-updated-my-blog-theme-in-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The first day I applied the theme that was on this blog most (almost all) of 2009, I knew I had to change it someday because it was too heavy. The only reason I liked that theme was how it differentiated between two posts on the homepage.</p>
<p style="text-align: center;"><a href="http://www.asim.pk/wp-content/uploads/2010/01/old_theme.png" target="_blank" rel="lightbox[511]"><img class="aligncenter size-medium wp-image-512" title="Old ASIM.PK theme called StylishRoyal" src="http://www.asim.pk/wp-content/uploads/2010/01/old_theme-300x129.png" alt="" width="300" height="129" /></a></p>
<p>Anyway, I have been spending quiet some time during the last few days to update my blog and use widgets (for the first time on WordPress platform <img src='http://www.asim.pk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) etc and I hope I have chosen a nice alternative to my previous theme, although I am pretty sure that some of you will still think its almost the same as the previous one but its not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/09/finally-updated-my-blog-theme-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</title>
		<link>http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/</link>
		<comments>http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 04:00:48 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=472</guid>
		<description><![CDATA[Many of you might be aware of this for months, like me, about the issues with WordPress&#8216;s upgrade automatically feature. It fails sometimes and then it starts working perfect sometimes, its an annoying little bit*h. I tried googling to no &#8230; <a href="http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many of you might be aware of this for months, like me, about the issues with <a href="http://wordpress.org" target="_blank"><strong>WordPress</strong></a>&#8216;s <strong>upgrade automatically</strong> feature. It fails sometimes and then it starts working perfect sometimes, its an annoying little bit*h.</p>
<p>I tried googling to no success and I still do not know whats going on. Does anyone else face the same issue? what is the fix, if any? HELP!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 is cool!</title>
		<link>http://www.asim.pk/2009/12/23/wordpress-2-9-is-cool/</link>
		<comments>http://www.asim.pk/2009/12/23/wordpress-2-9-is-cool/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 07:27:47 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=460</guid>
		<description><![CDATA[Just found out this morning that WordPress has released 2.9 so I click-updated my blog to the latest version. Thank you WordPress for the one-click-update feature]]></description>
			<content:encoded><![CDATA[<p>Just found out this morning that <a href="http://wordpress.org/development/2009/12/wordpress-2-9/" target="_blank">WordPress has released 2.9</a> so I click-updated my blog to the latest version. Thank you WordPress for the one-click-update feature</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/12/23/wordpress-2-9-is-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Bug in WordPress v 2.5.1</title>
		<link>http://www.asim.pk/2008/05/31/a-bug-in-wordpress-v-251/</link>
		<comments>http://www.asim.pk/2008/05/31/a-bug-in-wordpress-v-251/#comments</comments>
		<pubDate>Sat, 31 May 2008 09:45:58 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/2008/05/31/a-bug-in-wordpress-v-251/</guid>
		<description><![CDATA[A Bug in WordPress v 2.5.1, originally uploaded by asim.zeeshan. Excerpts from PHPCommunity I discovered a BUG in WordPress Version 2.5.1, the forgot password sends you an email with the &#8220;key&#8221; that is supposed to generate a new email but &#8230; <a href="http://www.asim.pk/2008/05/31/a-bug-in-wordpress-v-251/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/asimzeeshan/2537670345/"><img style="border: solid 2px #000000;" src="http://farm3.static.flickr.com/2179/2537670345_810af206f4.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/asimzeeshan/2537670345/">A Bug in WordPress v 2.5.1</a>, originally uploaded by <a href="http://www.flickr.com/people/asimzeeshan/">asim.zeeshan</a>.</span></div>
<p>Excerpts from <a href="http://www.phpcommunity.asia/2008/05/31/a-bug-in-wordpress-v-251/">PHPCommunity</a></p>
<blockquote><p>I discovered a BUG in WordPress Version 2.5.1, the forgot password sends you an email with the &#8220;key&#8221; that is supposed to generate a new email but the &#8220;key&#8221; itself contains characters like &#8220;&amp;&#8221; which appends to the URL like query string and wordpress gives an error that the &#8220;key&#8221; is invalid.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/05/31/a-bug-in-wordpress-v-251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just upgraded to WordPress 2.5</title>
		<link>http://www.asim.pk/2008/04/04/just-upgraded-to-wordpress-25/</link>
		<comments>http://www.asim.pk/2008/04/04/just-upgraded-to-wordpress-25/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 14:11:52 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/?p=17</guid>
		<description><![CDATA[I missed the preview of WordPress 2.5 and just updated to latest version. I must add, its really cool, especially the new admin interface and admin dashboard. Read the feature list here.]]></description>
			<content:encoded><![CDATA[<p>I missed the preview of WordPress 2.5 and just updated to latest version. I must add, its really cool, especially the new admin interface and admin dashboard.</p>
<p>Read the feature list <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/04/04/just-upgraded-to-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

