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

<channel>
	<title>noone-special ۰ &#187; troubleshooting</title>
	<atom:link href="http://www.noone-special.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noone-special.com</link>
	<description>perfecting the lost art of the sloth...</description>
	<pubDate>Sat, 27 Sep 2008 20:08:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mySQL Error #1064</title>
		<link>http://www.noone-special.com/mysql-error-1064/</link>
		<comments>http://www.noone-special.com/mysql-error-1064/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 02:02:57 +0000</pubDate>
		<dc:creator>graeinler</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[webhosting]]></category>

		<category><![CDATA[compatibility]]></category>

		<category><![CDATA[dumps]]></category>

		<category><![CDATA[errors]]></category>

		<category><![CDATA[mySQL]]></category>

		<category><![CDATA[phpMYadmin]]></category>

		<category><![CDATA[solution]]></category>

		<category><![CDATA[SSH]]></category>

		<category><![CDATA[utf]]></category>

		<category><![CDATA[WebHosts]]></category>

		<guid isPermaLink="false">http://www.noone-special.com/?p=49</guid>
		<description><![CDATA[Importing and exporting mySQL dumps for most of the time is quick and easy even for both phpMYadmin and SSH. Unexpected errors do occur, considerably, if you are transferring your data between WebHosts and their different mySQL versions.
One of these is the Error #1064 which occurs due to a mismatch between the mySQL versions and [...]]]></description>
			<content:encoded><![CDATA[<p>Importing and exporting mySQL dumps for most of the time is quick and easy even for both phpMYadmin and SSH. Unexpected errors do occur, considerably, if you are transferring your data between WebHosts and their different mySQL versions.</p>
<p>One of these is the Error #1064 which occurs due to a mismatch between the mySQL versions and it&#8217;s corresponding reserved words, which if used causes the error occur.</p>
<p>The simplest and most effective solution for it is.<br />
<span id="more-49"></span> -when using phpMyadmin, select the &#8220;compatibility mode&#8221; &amp; select the target db version from the drop down box.<br />
-when using MySql administrator,while backing up  choose  &#8220;compatibility mode&#8221; in advanced tab, and while restoring through mysql administrator ,click  &#8220;auto-detect file charater set&#8221; if backup was not made using mySql administrator. The default file characer set used by mysql admministrator is utf8.</p>
<p>If you have questions, please feel free to ask - I would love to help you out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noone-special.com/mysql-error-1064/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lightbox 2 Quick Fix</title>
		<link>http://www.noone-special.com/lightbox-2-quick-fix/</link>
		<comments>http://www.noone-special.com/lightbox-2-quick-fix/#comments</comments>
		<pubDate>Fri, 23 May 2008 21:45:54 +0000</pubDate>
		<dc:creator>graeinler</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[hacking]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[data directory]]></category>

		<category><![CDATA[fixing errors]]></category>

		<category><![CDATA[installation script]]></category>

		<category><![CDATA[lightbox]]></category>

		<category><![CDATA[lightbox 2]]></category>

		<category><![CDATA[opendir]]></category>

		<category><![CDATA[server path]]></category>

		<category><![CDATA[wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.noone-special.com/?p=16</guid>
		<description><![CDATA[Author Homepage » http://www.stimuli.ca/
Plugin Homepage  » http://www.stimuli.ca/lightbox/
On Wordpress      » http://wordpress.org/extend/plugins/lightbox-2/installation/
I&#8217;ve addded Lightbox 2 for my plugin arsenal as part of this website semantic facade. Uncommon for most plugin installs, I got an error for this installation  
Error:
Warning: opendir(/webpages/xx/bxxxxxxxxx/htdocs/xxxxx/domain.com/wp-content/plugins/lightbox-2/Themes) [function.opendir]: failed to open dir: No such file or directory [...]]]></description>
			<content:encoded><![CDATA[<p>Author Homepage » <a href="http://www.stimuli.ca/">http://www.stimuli.ca/</a><br />
Plugin Homepage  » <a href="http://www.stimuli.ca/lightbox/">http://www.stimuli.ca/lightbox/</a><br />
On Wordpress      » <a href="http://wordpress.org/extend/plugins/lightbox-2/installation/">http://wordpress.org/extend/plugins/lightbox-2/installation/</a></p>
<p>I&#8217;ve addded Lightbox 2 for my plugin arsenal as part of this website semantic facade. Uncommon for most plugin installs, I got an error for this installation <img src='http://www.noone-special.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Error:<br />
<code>Warning: opendir(/webpages/xx/bxxxxxxxxx/htdocs/xxxxx/domain.com/wp-content/plugins/lightbox-2/Themes) [function.opendir]: failed to open dir: No such file or directory in webpages/xx/bxxxxxxxxx/htdocs/xxxxx/domain.com/wp-content/plugins/lightbox-2/options.php on line 28</code></p>
<p>This &#8220;<em>No such file or directory</em>&#8221; gave it away as a quick check on the directory structure confirmed that its actually there. So it can only be of 2 things, the permissions on the folder or its filename.</p>
<p>I renamed the folder to &#8216;themes&#8217; and it worked like a charm. I&#8217;ve never thought of linux to be picky on filenames but I have noticed that most have them in lowercase. I can&#8217;t explain why it happened, could be on the code of Lightbox or could be something else. But hey it works and I just love Lightbox 2.</p>
<p>Btw, if anyone can help me with my questions above, please feel free to educate me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noone-special.com/lightbox-2-quick-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>fixing data directory errors in squirrelmail</title>
		<link>http://www.noone-special.com/fixing-data-directory-errors-in-squirrelmail/</link>
		<comments>http://www.noone-special.com/fixing-data-directory-errors-in-squirrelmail/#comments</comments>
		<pubDate>Tue, 13 May 2008 17:35:13 +0000</pubDate>
		<dc:creator>graeinler</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[data directory]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[fixing errors]]></category>

		<category><![CDATA[installation script]]></category>

		<category><![CDATA[mail service]]></category>

		<category><![CDATA[server path]]></category>

		<category><![CDATA[squirrelmail]]></category>

		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://www.noone-special.com/?p=3</guid>
		<description><![CDATA[I decided to reinstall SquirrelMail hoping to be able to archive my current emails since those wont be carried over. when I switch mail service to Gmail.  For the uninitiated, Squirrelmail is a webmail package written in pure Php, has few requirements and is very easy to configure and install.
Here&#8217;s a quick guide:
1. download [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to reinstall <a href="http://www.squirrelmail.org/about/">SquirrelMail</a> hoping to be able to archive my current emails since those wont be carried over. when I switch mail service to Gmail.  For the uninitiated, Squirrelmail is a webmail package written in pure Php, has few requirements and is very easy to configure and install.</p>
<p>Here&#8217;s a quick guide:</p>
<p>1. download squirrelmail <a href="http://www.squirrelmail.org/download.php">here</a><br />
2. Unpack the SquirrelMail package: [via ftp or tar]<br />
3. run the installation script from shell. [<em><em>perl conf.pl]</em></em><br />
4. select &#8216;<strong>General Options</strong>&#8216; by hitting &#8216;<strong>4</strong>&#8216; on your keyboard and edit the &#8216;<strong>Data Directory</strong>&#8216; by selecting &#8216;<strong>1</strong>&#8216;<br />
this part here gets a bit tricky, but the idea is to provide the server path for the directories. If you directories aren&#8217;t existing yet then you would have to create them first.<br />
5. Once satisfied with the changes - &#8216;<strong>S</strong>&#8216; to save your changes then &#8216;<strong>Q</strong>&#8216; to quit from the menu.<br />
You may then check if your configuration worked via this link. <em>http://your-squirrelmail-location/src/configtest.php</em></p>
<p>Hope this helps. Please feel free to ask questions if you got some.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noone-special.com/fixing-data-directory-errors-in-squirrelmail/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
