<?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>kwatog &#38; co.&#187; error</title>
	<atom:link href="http://kwatog.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://kwatog.com</link>
	<description>tech notes and general nonsense</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:27:55 +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>WordPress : ‘You do not have sufficient permissions to access this page’</title>
		<link>http://kwatog.com/blog/wordpress/wordpress-you-do-not-have-sufficient-permissions-to-access-this-page/</link>
		<comments>http://kwatog.com/blog/wordpress/wordpress-you-do-not-have-sufficient-permissions-to-access-this-page/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 10:24:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[access this page]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[insufficient permissions]]></category>
		<category><![CDATA[plugins]]></category>
		<guid isPermaLink="false">http://kwatog.com/?p=175</guid>
		<description><![CDATA[The problem looks like below. You do not have sufficient permissions to access this page The supposed permission problem has occured before and mainly involves plugins. For older version of wordpress, your problem may be solved by one or both of the Change of table prefix - I suggest you visit this to solve that [...]]]></description>
			<content:encoded><![CDATA[<p>The problem looks like below.</p>
<blockquote><p>
You do not have sufficient permissions to access this page
</p></blockquote>
<p>The supposed permission problem has occured before and mainly involves plugins. For older version of wordpress, your problem may be solved by one or both of the </p>
<ul>
<li><strong>Change of table prefix -</strong> I suggest you visit <a href="http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/">this</a> to solve that problem. And it also solves a string of other things, too.
</li>
<li><strong>Failed Upgrade -</strong> If you used an automatic upgrade and failed, it is possible that the version number saved in the database is already updated. You can force upgrade it by updating the your version number. Another alternative is by using MarkAquit&#8217;s script <a href="http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/">here</a></li>
</ul>
<p>However, these solutions are only applicable for older versions of WordPress. If you have a clean install, you should not encounter this. That&#8217;s why it didn&#8217;t work and was back to square one of investigation. Upon further checking, it turned out that the problem is related to old plugins. Apparently, there are plugins that was written before the current releases and whose parts of the code is no longer compliant with the current version of WordPress. </p>
<p>Finding the offending plugin is a bit tricky especially if you are using a lot of plugins. Luckily, I only encounter this in a contact page plugin and replace it accordingly with a new plugin which was released lately. The problem with my older plugin is that there&#8217;s no more active development. And so when some of the codes were deprecated, the plugin fails.</p>
<p>So what&#8217;s the problem then? Old Plugins. </p>
<h4>Incoming search terms:</h4><ul><li>wordpress plugins You do not have sufficient permissions to access this page</li></ul>]]></content:encoded>
			<wfw:commentRss>http://kwatog.com/blog/wordpress/wordpress-you-do-not-have-sufficient-permissions-to-access-this-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not locate OCI dll Error</title>
		<link>http://kwatog.com/blog/oracle/could-not-locate-oci-dll-error/</link>
		<comments>http://kwatog.com/blog/oracle/could-not-locate-oci-dll-error/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 13:02:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[oci dll]]></category>
		<category><![CDATA[pl/sql developer]]></category>
		<guid isPermaLink="false">http://kwatog.com/?p=151</guid>
		<description><![CDATA[If you are using 10g client with PL/SQL developer, you may encounter the message &#8220;Initialization error: Could not locate OCI dll&#8221; when launching PL/SQL Developer. It does not happen with the 8i client so I already suspected that it must be with the 10g client that I recently installed. Luckily, I found this thread in [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using 10g client with PL/SQL developer, you may encounter the message &#8220;Initialization error: Could not locate OCI dll&#8221; when launching PL/SQL Developer. It does not happen with the 8i client so I already suspected that it must be with the 10g client that I recently installed. Luckily, I found this <a href="http://forums.oracle.com/forums/thread.jspa?threadID=620900">thread</a> in Oracle OTN forum and the solution seems to be easy.</p>
<p>All I have to do is copy a whole bunch of files from the ORAHOME folder to ORAHOME\bin. It seems like PL/SQL Developer is hardwired to find the files under the bin folder. It did the trick and my sql editor is now working. I hope it fixes yours too. </p>
<p>Here&#8217;s the screenshot of the files I copied. Take note that I copied them instead of just moving so as not to break anything. </p>
<p><a href="http://kwatog.com/blog/oracle/could-not-locate-oci-dll-error/attachment/oracle_files_copy_to_bin/" rel="attachment wp-att-171"><img src="http://kwatog.com/wp-content/uploads/2009/09/oracle_files_copy_to_bin-300x231.jpg" alt="oracle_files_copy_to_bin" title="oracle_files_copy_to_bin" width="300" height="231" class="alignnone size-medium wp-image-171" /></a></p>
<h4>Incoming search terms:</h4><ul><li>oci dll</li><li>Could not locate OCI dll</li><li>initialization error could not locate oci dll</li><li>toad could not locate oci dll</li><li>pl sql developer could not locate oci dll</li><li>plsql developer could not locate oci dll</li><li>oci dll was not found</li><li>initialization error could not locate oci dll toad</li><li>toad cannot find oci dll: oci dll</li><li>cannot find OCI DLL: oci dll</li></ul>]]></content:encoded>
			<wfw:commentRss>http://kwatog.com/blog/oracle/could-not-locate-oci-dll-error/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WordPress Upgrade Error(wp-comments)</title>
		<link>http://kwatog.com/blog/wordpress/wordpress-upgrade-errorwp-comments/</link>
		<comments>http://kwatog.com/blog/wordpress/wordpress-upgrade-errorwp-comments/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 17:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wp-comments]]></category>
		<guid isPermaLink="false">http://kwatog.com/?p=107</guid>
		<description><![CDATA[I&#8217;ve been encountering this for a number of times already and on each time, I had to upgrade WordPress manually(through SSH to make it faster). Now, I was able to partially solve this by removing/renaming the existing upgrade folder under wp-contents. You can follow the steps below. Login to your server via FTP navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been encountering this for a number of times already and on each time, I had to upgrade WordPress manually(through SSH to make it faster). Now, I was able to partially solve this by removing/renaming the existing upgrade folder under wp-contents. You can follow the steps below.</p>
<ol>
<li>Login to your server via FTP</li>
<li>navigate to <strong>wp-contents</strong> folder</li>
<li>rename the existing <strong>upgrade </strong>folder to a new name(you can also choose to delete)</li>
<li>under wp-contents folder, create a new folder named <strong>upgrade</strong></li>
<li>set permission of the new upgrade folder to 666</li>
<li>re-run the upgrade from within wordpress</li>
</ol>
<p><span id="more-107"></span><br />
The one thing that I noticed in this problem is the fact that it only happens on my WordPress installations on VPS. All other sites sitting on a shared cpanel-powered hosting do not encounter this. So there must be something wrong with my VPS configuration. </p>
<p>I&#8217;ll need to find that out because there&#8217;s still one annoying step that needs to be done before upgrading a WP installation. If you have over a dozen sites to update and they are sitting on different servers, it becomes an issue. A one-click solution would be most welcome.</p>
<p>Do you have any idea how I would be able to solve this?</p>
]]></content:encoded>
			<wfw:commentRss>http://kwatog.com/blog/wordpress/wordpress-upgrade-errorwp-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!--
Hyper cache file: bdb382813e85df7464355aa8e481258d
Cache created: 05-02-2012 02:35:28
HCE Version: 0.9.8
Load AVG: 0.03(5)
-->
