<?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>Mukesh Chapagain&#039;s Blog &#187; install</title>
	<atom:link href="http://blog.chapagain.com.np/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chapagain.com.np</link>
	<description>PHP Magento jQuery SQL Wordpress Joomla Programming &#38; Tutorial</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPress MU: Admin login problem</title>
		<link>http://blog.chapagain.com.np/wordpress-mu-admin-login-problem/</link>
		<comments>http://blog.chapagain.com.np/wordpress-mu-admin-login-problem/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:31:31 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress-mu]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=750</guid>
		<description><![CDATA[Scenario: - I have installed WordPress MU in localhost (local computer). - I am using Windows XP Operating System. - I am using WAMP Server. Problem: When installing WordPress MU, I was getting the following error:- Warning! Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead. I was able to get rid of this [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-admin-login-problem/' rel='bookmark' title='Permanent Link: Magento Admin login problem'>Magento Admin login problem</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/twitter-facebook-wordpress-getting-together/' rel='bookmark' title='Permanent Link: Twitter, Facebook, WordPress getting together'>Twitter, Facebook, WordPress getting together</a></li>
<li><a href='http://blog.chapagain.com.np/magento-solution-to-error-404-not-found-in-admin-login-page/' rel='bookmark' title='Permanent Link: Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page'>Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario:</strong></p>
<p>- I have installed WordPress MU in localhost (local computer).<br />
- I am using Windows XP Operating System.<br />
- I am using WAMP Server.</p>
<p><strong>Problem:</strong></p>
<p><span id="more-750"></span></p>
<p>When installing WordPress MU, I was getting the following error:-</p>
<blockquote><p>Warning! Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead.
</p></blockquote>
<p>I was able to get rid of this warning message by commenting the following line (<em>present at around Line 8 to 10</em>) in <strong>index-install.php</strong> file present inside the wordpress-mu folder:-</p>
<pre class="brush: php; title: ; notranslate">
if( $_SERVER[ 'HTTP_HOST' ] == 'localhost' ) {
	die( &quot;&lt;h2&gt;Warning!&lt;/h2&gt;&lt;p&gt;Installing to http://localhost/ is not supported. Please use &lt;a href='http://localhost.localdomain/'&gt;http://localhost.localdomain/&lt;/a&gt; instead.&lt;/p&gt;&quot; );
}
</pre>
<p>By doing this, I was able to install wordpress MU completely in localhost.</p>
<blockquote><p>But, now I get a strange error. When I try to login to admin panel, I always get redirected back to the login page. I cannot access the dashboard.</p></blockquote>
<p><strong>Solution:</strong></p>
<p>- Go to <strong>C:\WINDOWS\system32\drivers\etc</strong><br />
- Open the file named <strong>hosts </strong>in notepad<br />
- At the end of the file, write the following:-<br />
  <strong>127.0.0.1    localhost.localdomain</strong></p>
<p>- Reinstall WordPress MU using localhost.localdomain instead of localhost.</p>
<p>Suppose you have wordpress MU files in a directory named <strong>wordpress-mu</strong>. Then, you should type the following URL in the browser:-</p>
<p><strong>http://localhost.localdomain/wordpress-mu/</strong></p>
<p>Hope this helps and thanks for reading.</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=750&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-admin-login-problem/' rel='bookmark' title='Permanent Link: Magento Admin login problem'>Magento Admin login problem</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/twitter-facebook-wordpress-getting-together/' rel='bookmark' title='Permanent Link: Twitter, Facebook, WordPress getting together'>Twitter, Facebook, WordPress getting together</a></li>
<li><a href='http://blog.chapagain.com.np/magento-solution-to-error-404-not-found-in-admin-login-page/' rel='bookmark' title='Permanent Link: Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page'>Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/wordpress-mu-admin-login-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Install Sample Data for Magento?</title>
		<link>http://blog.chapagain.com.np/how-to-install-sample-data-for-magento/</link>
		<comments>http://blog.chapagain.com.np/how-to-install-sample-data-for-magento/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 03:14:11 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[sample data]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=138</guid>
		<description><![CDATA[Remember that, Sample Data must be installed prior to the basic Magento Installation. But never mind if you forgot to install sample data before installing Magento. Here, I will show you how you can install sample data after you have installed Magento. 1) Download Sample Data zip file from Magento Website 2) Extract the zip [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-how-to-select-insert-update-and-delete-data/' rel='bookmark' title='Permanent Link: Magento: How to select, insert, update, and delete data?'>Magento: How to select, insert, update, and delete data?</a></li>
<li><a href='http://blog.chapagain.com.np/magento-describing-flat-catalog/' rel='bookmark' title='Permanent Link: Magento: Describing Flat Catalog'>Magento: Describing Flat Catalog</a></li>
<li><a href='http://blog.chapagain.com.np/magento-reindex-data-programmatically/' rel='bookmark' title='Permanent Link: Magento: Reindex Data Programmatically'>Magento: Reindex Data Programmatically</a></li>
<li><a href='http://blog.chapagain.com.np/sample-valid-credit-card-numbers-for-testing/' rel='bookmark' title='Permanent Link: Sample valid credit card numbers for testing'>Sample valid credit card numbers for testing</a></li>
<li><a href='http://blog.chapagain.com.np/magento-read-write-xml/' rel='bookmark' title='Permanent Link: Magento: Read Write XML'>Magento: Read Write XML</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Remember that, <em>Sample Data must be installed prior to the basic Magento Installation</em>. But never mind if you forgot to install sample data before installing Magento. </p>
<p>Here, I will show you how you can install sample data after you have installed Magento.</p>
<p><span id="more-138"></span></p>
<p>1) Download Sample Data zip file from <a href="http://www.magentocommerce.com/download/noregister">Magento Website</a></p>
<p>2) Extract the zip file</p>
<p>3) Drop all the tables from your magento database. It would be easy to drop the magento database and then recreate it instead of dropping individual tables. This can be done either through Database Manager or PhpMyAdmin.</p>
<p>4) Import sample data sql file into your magento database.</p>
<p># Remember that, you have to drop all tables from your magento database before importing the sample sql file. You will get error afterward if you import the sample data without dropping tables from your magento database. <strong>Therefore, step 3 is important</strong>.</p>
<p>5) Go to your magento installation folder and delete <strong>local.xml</strong> file present inside <strong>app/etc</strong> folder.</p>
<p>6) Reinstall magento (i.e. if you have uploaded magento inside http://yourdomain.com/magento then type the address in your browser&#8217;s address bar :))</p>
<p># After your installation is complete, you may get error something like this:<br />
<strong>Integrity constraint violation: 1062 Duplicate entry &#8217;1&#8242; for key 1</strong></p>
<p>Check if <strong>app/etc</strong>, <strong>var</strong>, and <strong>media </strong>folders are writable. They should be writable. Change their CHMOD to 777. </p>
<p>Clear your browser cache or open your website in another browser and you are done :)</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=138&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-how-to-select-insert-update-and-delete-data/' rel='bookmark' title='Permanent Link: Magento: How to select, insert, update, and delete data?'>Magento: How to select, insert, update, and delete data?</a></li>
<li><a href='http://blog.chapagain.com.np/magento-describing-flat-catalog/' rel='bookmark' title='Permanent Link: Magento: Describing Flat Catalog'>Magento: Describing Flat Catalog</a></li>
<li><a href='http://blog.chapagain.com.np/magento-reindex-data-programmatically/' rel='bookmark' title='Permanent Link: Magento: Reindex Data Programmatically'>Magento: Reindex Data Programmatically</a></li>
<li><a href='http://blog.chapagain.com.np/sample-valid-credit-card-numbers-for-testing/' rel='bookmark' title='Permanent Link: Sample valid credit card numbers for testing'>Sample valid credit card numbers for testing</a></li>
<li><a href='http://blog.chapagain.com.np/magento-read-write-xml/' rel='bookmark' title='Permanent Link: Magento: Read Write XML'>Magento: Read Write XML</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/how-to-install-sample-data-for-magento/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing the Smarty Template Engine</title>
		<link>http://blog.chapagain.com.np/installing-the-smarty-template-engine/</link>
		<comments>http://blog.chapagain.com.np/installing-the-smarty-template-engine/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:19:45 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=68</guid>
		<description><![CDATA[At first you need to download Smarty from http://smarty.php.net/download.php or you can download it directly from http://chapagain.googlecode.com/files/smarty.zip. Extract the zip file. Rename the extracted folder as ‘smarty’. Then, copy the folder ‘smarty’ to your working directory present inside the root directory of your web server. There are different ways to install Smarty. 1) You can [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/an-introduction-to-smarty-template-engine/' rel='bookmark' title='Permanent Link: An Introduction to Smarty Template Engine'>An Introduction to Smarty Template Engine</a></li>
<li><a href='http://blog.chapagain.com.np/file-upload-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: File Upload in PEAR and Smarty'>File Upload in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/templating-in-smarty/' rel='bookmark' title='Permanent Link: Templating in Smarty'>Templating in Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/pagination-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Pagination in PEAR and Smarty'>Pagination in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/using-database-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Using database in PEAR and Smarty'>Using database in PEAR and Smarty</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><span>At first you need to download Smarty from <a title="Download Smarty" href="http://smarty.php.net/download.php" target="_blank">http://smarty.php.net/download.php</a> or you can download it directly from <a href="http://chapagain.googlecode.com/files/smarty.zip">http://chapagain.googlecode.com/files/smarty.zip</a>. Extract the zip file. Rename the extracted folder as ‘smarty’. Then, copy the folder ‘smarty’ to your working directory present inside the root directory of your web server.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p><span id="more-68"></span></p>
<p class="MsoNormal" style="text-align: justify;"><span>There are different ways to install Smarty. </span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span><span>1)<span style="font-family: "> </span></span></span><!--[endif]--><span>You can simply supply the absolute path to the Smarty library file:- </span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 0.5in;"><em><span>require(&#8216;/usr/local/lib/php/Smarty/Smarty.class.php&#8217;);</span></em></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 0.5in;"><em><span> </span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span><span>2)<span style="font-family: "> </span></span></span><!--[endif]--><span>You can add library directory to PHP include_path</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><em><span>Copy the libs folder from the Smarty distribution to the mycode folder (for example, C:\apache\htdocs\mycode\libs\).</span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><em><span>After this, you need to edit the php.ini file and add include_path = &#8220;.;C:\apache\htdocs\ mycode\libs\&#8221; where C:\apache\htdocs\mycode\libs\ represents the location of your libs folder.</span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><em><span> </span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span><span>3)<span style="font-family: "> </span></span></span><!--[endif]--><span>You can set SMARTY_DIR constant manually</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><em><span>define(&#8216;SMARTY_DIR&#8217;, &#8216;/usr/local/lib/php/Smarty/&#8217;); </span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><em><span>require(SMARTY_DIR . &#8216;Smarty.class.php&#8217;);</span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><em><span> </span></em></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span><span>4)<span style="font-family: "> </span></span></span><!--[endif]--><span>A slightly more flexible way to setup Smarty is to extend the class and initialize your Smarty environment. So instead of repeatedly setting directory paths, assigning the same vars, etc., we can do that in one place.</span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 0.5in;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;"><span>I will be explaining the fourth way, i.e. extending the class and initializing Smarty environment.</span></span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>At first, let us have a look on the directory structure that we must create. Suppose, our work folder is named ‘example’, then our directory structure should be as under:-</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>example</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|_ _ _ _ _ _ _ smarty (this directory contains Smarty library files)</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|_ _ _ _ _ _ _ classes (this directory contains class files that we create)</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|_ _ _ _ _ _ _ smarty_temp (contains manually created Smarty directories)</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|</span></p>
<p class="MsoNormal" style="text-align: justify;"><span><span> </span>|_ _ _ _ _ _ _ index.php</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>As stated at the beginning of this article, the Smarty library files are kept in the ‘smarty’ directory.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>Smarty requires four directories which are (by default) named templates, templates_c, configs and cache. Each of these are definable by the Smarty class properties $template_dir, $compile_dir, $config_dir, and $cache_dir respectively. It is highly recommended that you setup a separate set of these directories for each application that will use Smarty. We create these directories inside ‘smarty_temp’ directory.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>Now, let’s move to the class file which is kept inside the classes directory.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p><span>
<pre class="brush: php; title: ; notranslate">&lt;?php
/**
* Loading Smarty library
*/
require_once 'smarty/libs/Smarty.class.php';&lt;/span&gt;&lt;/span&gt;

/**
* Connection to Smarty package
*
*/

class ConnectSmarty extends Smarty
{
/**
* This function connects with smarty
* manage paths to smarty directories
* @access public
*/
function ConnectSmarty()
{
$this-&gt;Smarty();

$this-&gt;template_dir = 'smarty_temp/templates';
$this-&gt;config_dir = 'smarty_temp/configs';
$this-&gt;cache_dir = 'smarty_temp/cache';
$this-&gt;compile_dir = 'smarty_temp/templates_c';
}
}

?&gt;</pre>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>The above class is called in the index page. An object of the class is created. Then, the Smarty method called ‘assign’ is used to assign values to the template. Through assign method, y</span>ou can explicitly pass name/value pairs, or associative arrays containing the name/value pairs.<span> After that ‘display’ method is used to display the template.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p><span>
<pre class="brush: php; title: ; notranslate">&lt;/span&gt;&lt;?php
require_once('classes/ConnectSmarty.class.php');

// create an object of the class included above
$smarty = new ConnectSmarty;

// assign content
$smarty-&gt;assign('name','Mukesh Chapagain');
$smarty-&gt;assign('address','Kathmandu, Nepal');

// display the content
$smarty-&gt;display('index.tpl');

?&gt;</pre>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>index.tpl is the template file which contains html and smarty code.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p><span>
<pre class="brush: xml; title: ; notranslate">&lt;/span&gt;&lt;html&gt;
&lt;head&gt;
&lt;title&gt; Homepage &lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;

The author of this tutorial:&lt;br/&gt;&lt;br/&gt;
Name: {$name} &lt;br/&gt;
Address: {$address} &lt;br/&gt;

&lt;/body&gt;

&lt;/html&gt;</pre>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span><a title="Install Smarty Template Engine" href="http://chapagain.googlecode.com/files/install_smarty.zip" target="_blank">Download source code</a></span></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>Note: <em>I have not included Smarty library files in this zip file. You can download the Smarty library files from </em></span><a href="http://smarty.php.net/download.php"></a><a title="Download Smarty" href="http://smarty.php.net/download.php" target="_blank">http://smarty.php.net/download.php</a><span><em> or directly from </em></span><a href="http://chapagain.googlecode.com/files/smarty.zip"></a><a href="http://chapagain.googlecode.com/files/smarty.zip">http://chapagain.googlecode.com/files/smarty.zip<br />
</a></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>Thank You.</span></p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=68&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/an-introduction-to-smarty-template-engine/' rel='bookmark' title='Permanent Link: An Introduction to Smarty Template Engine'>An Introduction to Smarty Template Engine</a></li>
<li><a href='http://blog.chapagain.com.np/file-upload-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: File Upload in PEAR and Smarty'>File Upload in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/templating-in-smarty/' rel='bookmark' title='Permanent Link: Templating in Smarty'>Templating in Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/pagination-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Pagination in PEAR and Smarty'>Pagination in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/using-database-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Using database in PEAR and Smarty'>Using database in PEAR and Smarty</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/installing-the-smarty-template-engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Love</title>
		<link>http://blog.chapagain.com.np/installing-love/</link>
		<comments>http://blog.chapagain.com.np/installing-love/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 06:11:42 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[god]]></category>
		<category><![CDATA[heart]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/2007/11/23/installing-love/</guid>
		<description><![CDATA[Tech Support: Yes, ma&#8217;am, how can I help you? Customer: Well, after much consideration, I&#8217;ve decided to install Love. Can you guide me through the process? Tech Support: Yes, I can help you, are you ready to proceed? Customer: Well, I&#8217;m not very technical, but I think I&#8217;m ready. What do I do first? Tech [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/boyfriend-50-to-husband-10/' rel='bookmark' title='Permanent Link: Boyfriend 5.0 to Husband 1.0'>Boyfriend 5.0 to Husband 1.0</a></li>
<li><a href='http://blog.chapagain.com.np/installing-the-smarty-template-engine/' rel='bookmark' title='Permanent Link: Installing the Smarty Template Engine'>Installing the Smarty Template Engine</a></li>
<li><a href='http://blog.chapagain.com.np/installing-aspnet/' rel='bookmark' title='Permanent Link: Installing ASP.NET'>Installing ASP.NET</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Tech Support:</strong><br />
Yes, ma&#8217;am, how can I help you?</p>
<p><strong>Customer:</strong><br />
Well, after much consideration, I&#8217;ve decided to install Love. Can you guide me through the process?</p>
<p><strong>Tech Support:</strong><br />
Yes, I can help you, are you ready to proceed?</p>
<p><span id="more-25"></span></p>
<p><strong>Customer:</strong><br />
Well, I&#8217;m not very technical, but I think I&#8217;m ready. What do I do first?</p>
<p><strong>Tech Support:</strong><br />
The first step is to open your Heart. Have you located your Heart ma&#8217;am?</p>
<p><strong>Customer:</strong><br />
Yes, but there are several other programs running now. Is it okay to install Love while they are running?</p>
<p><strong>Tech Support:</strong><br />
What programs are running ma&#8217;am?</p>
<p><strong>Customer:</strong><br />
Let&#8217;s see, I have Past-Hurt, Low Self-Esteem, Grudge, and Resentment running right now.</p>
<p><strong>Tech Support:</strong><br />
No problem, Love will gradually erase Past-Hurt from your current operating system. It may remain in your permanent memory, but it will no longer disrupt other programs. Love will eventually override Low Self-Esteem with a module of it&#8217;s own called High Self-Esteem. However, you have to completely turn off Grudge and Resentment. Those programs prevent Love from being properly installed. Can you turn those off ma&#8217;am?</p>
<p><strong>Customer:</strong><br />
I don&#8217;t know how to turn them off. Can you tell me how?</p>
<p><strong>Tech Support:</strong><br />
With pleasure. Go to your start menu and invoke Forgiveness. Do this as many times as necessary until Grudge and Resentment have completely erased.</p>
<p><strong>Customer:</strong><br />
Okay, done, Love has started installing itself. Is that normal?</p>
<p><strong>Tech Support:</strong><br />
Yes, but remember that you have only the base program. You need to begin connecting to other Hearts in order to get the upgrades.</p>
<p><strong>Customer:</strong><br />
Oops! I have an error message already. It says, &#8220;Error-program not run on external components. What should I do?</p>
<p><strong>Tech Support:</strong><br />
Don&#8217;t worry ma&#8217;am, It means the Love program is set-up to run on Internal Hearts but has not yet been run on your Heart. In non-technical terms, it means you have to Love yourself before you can Love others.</p>
<p><strong>Customer:</strong><br />
So what should I do?</p>
<p><strong>Tech Support:</strong><br />
Can you pull down Self-Acceptance; then click on the following files: Forgive-Self; Realise Your Worth; and Acknowledge Your Limitations.</p>
<p><strong>Customer:</strong><br />
OK, done.</p>
<p><strong>Tech Support:</strong><br />
Now copy them to the &#8220;My Heart&#8221; directory. The system will overwrite any conflicting files and begin patching faulty programming. Also, you need to delete Verbose Self-Criticism from all directories and empty your Recycle Bin to make sure it is completely gone and never comes back.</p>
<p><strong>Customer:</strong><br />
Got it. Hey!!! My Heart is filling up with new files. Smile is playing on my monitor and Peace and Contentment are copying themselves all over My Heart. Is this normal?</p>
<p><strong>Tech Support:</strong><br />
Sometimes. For others it takes a while, but eventually everyone gets it at the proper time. So Love is installed and running. One more thing before we hang-up, Love is FreeWare. Be sure to give it and its various modules to everyone you meet. They will in turn share it with others and return some cool modules back to you.</p>
<p><strong>Customer:</strong><br />
I promise to do just that. By the way, what&#8217;s your name?</p>
<p><strong>Tech Support:</strong><br />
Just call me the Divine Cardiologist, also known as the Great Physician, or just &#8220;I AM.&#8221; Most people feel all they need is an annual check-up to stay heart-healthy, but the manufacturer (ME) suggests a daily maintenance schedule for maximum Love efficiency.</p>
<p><em>Source: via different internet sites</em></p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=25&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/boyfriend-50-to-husband-10/' rel='bookmark' title='Permanent Link: Boyfriend 5.0 to Husband 1.0'>Boyfriend 5.0 to Husband 1.0</a></li>
<li><a href='http://blog.chapagain.com.np/installing-the-smarty-template-engine/' rel='bookmark' title='Permanent Link: Installing the Smarty Template Engine'>Installing the Smarty Template Engine</a></li>
<li><a href='http://blog.chapagain.com.np/installing-aspnet/' rel='bookmark' title='Permanent Link: Installing ASP.NET'>Installing ASP.NET</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/installing-love/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing ASP.NET</title>
		<link>http://blog.chapagain.com.np/installing-aspnet/</link>
		<comments>http://blog.chapagain.com.np/installing-aspnet/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 11:47:34 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/2007/10/05/installing-aspnet/</guid>
		<description><![CDATA[Ok, you installed IIS server in your Windows Operating System. Then, I suppose you installed .NET Framework. This much in enough to run simple .asp page but if you try to run .aspx (i.e. ASP.NET page extension) page, you cannot. The page will not run because ASP.NET is not installed yet in your computer although [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/' rel='bookmark' title='Permanent Link: ASP.NET Error: A potentially dangerous Request.Form value was detected from the client'>ASP.NET Error: A potentially dangerous Request.Form value was detected from the client</a></li>
<li><a href='http://blog.chapagain.com.np/php-extension-error-while-installing-magento/' rel='bookmark' title='Permanent Link: PHP extension error while installing Magento'>PHP extension error while installing Magento</a></li>
<li><a href='http://blog.chapagain.com.np/installing-firefox-4-in-ubuntu-10-04-10-10/' rel='bookmark' title='Permanent Link: Installing Firefox 4 in Ubuntu 10.04 &#038; 10.10'>Installing Firefox 4 in Ubuntu 10.04 &#038; 10.10</a></li>
<li><a href='http://blog.chapagain.com.np/installing-love/' rel='bookmark' title='Permanent Link: Installing Love'>Installing Love</a></li>
<li><a href='http://blog.chapagain.com.np/mysql-installation-problem/' rel='bookmark' title='Permanent Link: MySQL Installation Problem'>MySQL Installation Problem</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify">Ok, you installed IIS server in your Windows Operating System.<o:p> </o:p></p>
<p class="MsoNormal" style="text-align: justify">Then, I suppose you installed .NET Framework.<o:p> </o:p></p>
<p><span id="more-20"></span></p>
<p class="MsoNormal" style="text-align: justify">This much in enough to run simple .asp page but if you try to run .aspx (i.e. ASP.NET page extension) page, you cannot. The page will not run because ASP.NET is not installed yet in your computer although you have installed .NET Framework. ASP.NET should be installed in order to run .aspx pages.<o:p> </o:p></p>
<p class="MsoNormal" style="text-align: justify">How to install ASP.NET?<o:p> </o:p></p>
<p class="MsoNormal" style="text-align: justify">There are some steps you should follow to install ASP.NET in your computer. Well, I am feeling lazy (actually I am a lazy guy, a tortoise :D) to write down the steps here. You can visit the link below that describes very clearly about the steps to install ASP.NET and run .ASPX page.</p>
<p class="MsoNormal" style="text-align: justify"><a href="http://www.geekpedia.com/tutorial25_Setting-up-your-ASP.NET-server-%28IIS%29.html">http://www.geekpedia.com/tutorial25_Setting-up-your-ASP.NET-server-%28IIS%29.html</a></p>
<p class="MsoNormal" style="text-align: justify">I myself followed this link to install ASP.NET in my computer for the first time.<o:p> </o:p></p>
<p class="MsoNormal" style="text-align: justify">Cheers,</p>
<p class="MsoNormal" style="text-align: justify">Mukesh</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=20&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/' rel='bookmark' title='Permanent Link: ASP.NET Error: A potentially dangerous Request.Form value was detected from the client'>ASP.NET Error: A potentially dangerous Request.Form value was detected from the client</a></li>
<li><a href='http://blog.chapagain.com.np/php-extension-error-while-installing-magento/' rel='bookmark' title='Permanent Link: PHP extension error while installing Magento'>PHP extension error while installing Magento</a></li>
<li><a href='http://blog.chapagain.com.np/installing-firefox-4-in-ubuntu-10-04-10-10/' rel='bookmark' title='Permanent Link: Installing Firefox 4 in Ubuntu 10.04 &#038; 10.10'>Installing Firefox 4 in Ubuntu 10.04 &#038; 10.10</a></li>
<li><a href='http://blog.chapagain.com.np/installing-love/' rel='bookmark' title='Permanent Link: Installing Love'>Installing Love</a></li>
<li><a href='http://blog.chapagain.com.np/mysql-installation-problem/' rel='bookmark' title='Permanent Link: MySQL Installation Problem'>MySQL Installation Problem</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/installing-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Installation Problem</title>
		<link>http://blog.chapagain.com.np/mysql-installation-problem/</link>
		<comments>http://blog.chapagain.com.np/mysql-installation-problem/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 03:45:22 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=14</guid>
		<description><![CDATA[Problem: can&#8217;t create pid file: no such file or directory I had this problem and had a very tough and frustrating time with it. While I was installing a fresh copy of MySQL 5 in Windows XP, I got this problem. (I was installing it from the installer i.e. setup file.) The server was not [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/backup-and-recovery-of-mysql-database/' rel='bookmark' title='Permanent Link: Backup and Recovery of MySQL database'>Backup and Recovery of MySQL database</a></li>
<li><a href='http://blog.chapagain.com.np/mysql-server-doesnt-start-2/' rel='bookmark' title='Permanent Link: MySQL Server doesn’t start'>MySQL Server doesn’t start</a></li>
<li><a href='http://blog.chapagain.com.np/alter-mysql-table-to-add-drop-column-add-foreign-key/' rel='bookmark' title='Permanent Link: Alter MySQL table to add &#038; drop column &#038; add Foreign Key'>Alter MySQL table to add &#038; drop column &#038; add Foreign Key</a></li>
<li><a href='http://blog.chapagain.com.np/magento-upgrading-mysql-setup-of-a-module/' rel='bookmark' title='Permanent Link: Magento: Upgrading mysql setup of a module'>Magento: Upgrading mysql setup of a module</a></li>
<li><a href='http://blog.chapagain.com.np/configuration-error-on-new-magento-installation/' rel='bookmark' title='Permanent Link: Configuration error on new Magento installation'>Configuration error on new Magento installation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Problem: <em>can&#8217;t create pid file: no such file or directory</em></p>
<p>I had this problem and had a very tough and frustrating time with it. While I was installing a fresh copy of MySQL 5 in Windows XP, I got this problem. (I was installing it from the installer i.e. setup file.) The server was not starting and &#8216;error 0&#8242; was displayed. I tried to start the server from the command line by typing &#8220;mysqld-nt &#8211;console&#8221; and then got the error &#8220;can&#8217;t create pid file: no such file or directory&#8221;. It was also displaying the message like &#8220;cannot create/write file C:\Program Files\MySQL\MySQL Server 5.0\data\com2.pid&#8221;.</p>
<p>Solution:</p>
<p><span id="more-14"></span></p>
<p>The main problem was my computer name. My computer name was &#8216;com2&#8242;. MySQL makes the file with the computer name in the directory of it&#8217;s data (in my case C:\Program Files\MySQL\MySQL Server 5.0\data\) . Now, it was unable to create a file named com2 (which was my computer name) because in WINDOWS you cannot make file/folder with the name com1,com2,com3&#8230; and so on.</p>
<p>Hence, I changed my computer name, restarted my computer and then reconfigured MySQL. All well done and MySQL started running.</p>
<p>Cheers,</p>
<p>Mukesh</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=14&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/backup-and-recovery-of-mysql-database/' rel='bookmark' title='Permanent Link: Backup and Recovery of MySQL database'>Backup and Recovery of MySQL database</a></li>
<li><a href='http://blog.chapagain.com.np/mysql-server-doesnt-start-2/' rel='bookmark' title='Permanent Link: MySQL Server doesn’t start'>MySQL Server doesn’t start</a></li>
<li><a href='http://blog.chapagain.com.np/alter-mysql-table-to-add-drop-column-add-foreign-key/' rel='bookmark' title='Permanent Link: Alter MySQL table to add &#038; drop column &#038; add Foreign Key'>Alter MySQL table to add &#038; drop column &#038; add Foreign Key</a></li>
<li><a href='http://blog.chapagain.com.np/magento-upgrading-mysql-setup-of-a-module/' rel='bookmark' title='Permanent Link: Magento: Upgrading mysql setup of a module'>Magento: Upgrading mysql setup of a module</a></li>
<li><a href='http://blog.chapagain.com.np/configuration-error-on-new-magento-installation/' rel='bookmark' title='Permanent Link: Configuration error on new Magento installation'>Configuration error on new Magento installation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/mysql-installation-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
