<?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>Asia Connect Technology JSC &#187; Magento Installation</title>
	<atom:link href="http://asia-connect.com.vn/tag/magento-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://asia-connect.com.vn</link>
	<description>The place for connecting you to the success</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:49:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing Magento on GoDaddy Hosting</title>
		<link>http://asia-connect.com.vn/2009/08/installing-magento-on-godaddy-hosting/</link>
		<comments>http://asia-connect.com.vn/2009/08/installing-magento-on-godaddy-hosting/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:18:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento Installation]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=551</guid>
		<description><![CDATA[Around November last year, Sizzle Manchester looked into some of the free and upcoming open source platforms available for e-commerce websites as cheaper, off-the-shelf alternatives to bespoke websites for our clients. One that stood out as a forerunner and possible osCommerce/Zen Cart competitor was the very new, very shiny, and very impressive Magento.
Magento is written in PHP and built upon the Zend framework. For those of you who still don&#8217;t know what Magento is or what it can do, go here now&#8230; It&#8217;s ok&#8230; We&#8217;ll wait. Back?
Magento supports tons of ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/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://asia-connect.com.vn/2009/07/how-to-install-magento-themes/' rel='bookmark' title='Permanent Link: How to install magento themes?'>How to install magento themes?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Around November last year, Sizzle Manchester looked into some of the free and upcoming open source platforms available for e-commerce websites as cheaper, off-the-shelf alternatives to bespoke websites for our clients. One that stood out as a forerunner and possible osCommerce/Zen Cart competitor was the very new, very shiny, and very impressive <a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Magento</a>.</p>
<p>Magento is written in PHP and built upon the Zend framework. For those of you who still don&#8217;t know what Magento is or what it can do, go <a rel="nofollow" rel="external nofollow" href="http://www.magentocommerce.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');">here</a> now&#8230; It&#8217;s ok&#8230; We&#8217;ll wait. Back?</p>
<p>Magento supports tons of payment options (Protx, Google Checkout, and Paypal), and the Magento community provides tonnes of new additions, modules, and proprietary add-ons every day.</p>
<p>We originally looked at GoDaddy for a temporary test hosting solution, as they had recently added PHP 5.2 support and they support .ht access files to override certain hosting features. However, we still had some problems getting it to work straight from the box, although a quick search of the internet and Magento forums brought the majority of answers we needed, so we&#8217;ve decided to put together a quick start guide to getting Magento up and running on GoDaddy!</p>
<p>We have used both the economy and deluxe Linux packages available on GoDaddy successfully, including the free hosting provided with a domain (although you should beaware that GoDaddy puts rather intrusive advertisements on the free hosting). Step by step:</p>
<p>1. To start with we downloaded the Magento 1.2.0.2 package.</p>
<p>2. In the root folder we opened the .ht access file and added the following line under the CGI options section:</p>
<p><em>AddHandler x-httpd-php5 .php</em></p>
<p>3. At this point we were able to get to the install screen, however some users have reported that the php.ini file needs to be renamed php5.ini and the following line changed from:</p>
<p><em>#cgi.fix_pathinfo = 1</em></p>
<p>to <em>cgi.fix_pathinfo = 1</em></p>
<p>3. Update the follow line, change:</p>
<p><em>#RewriteBase /magento/</em></p>
<p>to <em>RewriteBase /</em></p>
<p>5. Once installed and running, we hit one more snag &#8211; The administration panel didn&#8217;t work in any browser! Again, a quick search of brought us the solution and we have provided the package from the Magento Forums <a rel="nofollow" rel="external" href="http://www.sizzlemedia.co.uk/magentofiles/head.rar" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sizzlemedia.co.uk');">here</a> for you to download and use. You should unzip this and place this over the head.php file in &#8220;app\code\core\Mage\Adminhtml\Block\Page&#8221; Hopefully later versions of Magento will address this.</p>
<p>Using this technique we were able to get Magento installed on three separate test accounts (Free Hosting, Economy and Deluxe), although the website performance did vary dependent on which account we were on, the deluxe package obviously fared slightly better.</p>
<p>Hopefully this is all you&#8217;ll need in order to get Magento up and running on GoDaddy Linux hosting. We have also provided the pre-modified 1.2.0.2 solution we used to install it <a rel="nofollow" rel="external nofollow" href="http://www.sizzlemedia.co.uk/magentofiles/Magento1202.rar" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sizzlemedia.co.uk');">here</a>. Once installed you should be able to update to the latest version without any problems.</p>
<p>So there we go. Hopefully, in the very near future, and once we&#8217;ve got our head around the design and skinning aspects, Sizzle Manchester will be able to offer Magento solutions, and despite our success and more importantly the community&#8217;s success, they will be hosted on our own dedicated servers, not GoDaddy&#8217;s.</p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/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://asia-connect.com.vn/2009/07/how-to-install-magento-themes/' rel='bookmark' title='Permanent Link: How to install magento themes?'>How to install magento themes?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/08/installing-magento-on-godaddy-hosting/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to install magento themes?</title>
		<link>http://asia-connect.com.vn/2009/07/how-to-install-magento-themes/</link>
		<comments>http://asia-connect.com.vn/2009/07/how-to-install-magento-themes/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 09:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento How To]]></category>
		<category><![CDATA[Magento Installation]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=509</guid>
		<description><![CDATA[Its not difficult to install new magento themes,  but many of the people confused  about setting default magento theme.
First &#8211; Let me explain, How to set any new theme as default theme.
e.g   The directory structure for magento templates and layout is   &#8220;app/design/frontend/&#8221; then there is package name &#8220;default&#8221; or &#8220;blank&#8221; or  &#8220;anything you have as package &#8221;
You can set this package from admin panel
System -&#62; Configuration -&#62; Design -&#62; Package.
(In magento there is &#8220;default&#8221; so leave it as it is if your package is  &#8220;default&#8221;)
Now in ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/' rel='bookmark' title='Permanent Link: How to install magento free themes?'>How to install magento free themes?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-custom-magento-themes/' rel='bookmark' title='Permanent Link: How to custom magento themes'>How to custom magento themes</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Its not difficult to install new <a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">magento</a> themes,  but many of the people confused  about setting default magento theme.</p>
<p>First &#8211; Let me explain, How to set any new theme as default theme.</p>
<p>e.g   The directory structure for magento templates and layout is   &#8220;app/design/frontend/&#8221; then there is package name &#8220;default&#8221; or &#8220;blank&#8221; or  &#8220;anything you have as package &#8221;</p>
<p>You can set this package from admin panel</p>
<p>System -&gt; Configuration -&gt; Design -&gt; Package.</p>
<p>(In magento there is &#8220;default&#8221; so leave it as it is if your package is  &#8220;default&#8221;)</p>
<p>Now in our product we provide theme for default package so you do not have to  change package, you just have to set theme.</p>
<p>In our product we have &#8220;Magento Files&#8221; in it There are two directories &#8220;app&#8221;  and &#8220;skin&#8221; and the full path are</p>
<p><strong>&#8220;app/design/frontend/default/YOUR THEME NAME&#8221; and  &#8220;skin/frontend/default/YOUR THEME NAME&#8221;</strong></p>
<p>And, you have to put this theme name in admin panel to Activate it.</p>
<p>System -&gt; Configuration -&gt; Design -&gt; Themes. and set the  following</p>
<blockquote><p>Translations = &#8220;YOUR THEME NAME&#8221;</p>
<p>Templates = &#8220;YOUR THEME NAME&#8221;</p>
<p>Skin (Images / CSS) = &#8220;YOUR THEME NAME&#8221;</p>
<p>Layout = &#8220;YOUR THEME NAME&#8221;</p>
<p>Default = &#8220;YOUR THEME NAME&#8221;</p></blockquote>
<p>AND YOU HAVE DONE !</p>
<p><em>Sometimes it&#8217;s difficult to see updated theme when the CACHE is enable.  So You have to clear your magento chache from Admin Panel</em></p>
<p><em>System -&gt;  Cache Management -&gt;  Cache Control</em></p>
<p><em>Disable cache, uncheck all checkbox  and Save. </em></p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/' rel='bookmark' title='Permanent Link: How to install magento free themes?'>How to install magento free themes?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-custom-magento-themes/' rel='bookmark' title='Permanent Link: How to custom magento themes'>How to custom magento themes</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/07/how-to-install-magento-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install magento free themes?</title>
		<link>http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/</link>
		<comments>http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 09:18:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento How To]]></category>
		<category><![CDATA[Magento Installation]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=506</guid>
		<description><![CDATA[Well you’ve finally decided you’re going to switch to Magento for building  ecommerce website. While new versions of Magento coming up regularly make the  learning curve easier to climb, be prepared for at least a few days before you  can use magento’s features to its best. This article explains the few tricks and  tips that will start you off with variations on the basic design of magento’s  default installation.
The first thing to do after you’ve installed Magento  is to check out the files in ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento-themes/' rel='bookmark' title='Permanent Link: How to install magento themes?'>How to install magento themes?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/10/free-magento-themes-vs-custom-magento-design/' rel='bookmark' title='Permanent Link: Free Magento Themes vs Custom Magento Design'>Free Magento Themes vs Custom Magento Design</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Well you’ve finally decided you’re going to switch to <a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Magento</a> for building  ecommerce website. While new versions of Magento coming up regularly make the  learning curve easier to climb, be prepared for at least a few days before you  can use magento’s features to its best. This article explains the few tricks and  tips that will start you off with variations on the basic design of magento’s  default installation.</p>
<p>The first thing to do after you’ve installed Magento  is to check out the files in skin/frontend/default : you won’t find much here  except the stylesheet and a few images. This is the directory of your frontend  but you should read carefully the concepts behind Magento’s <a rel="nofollow" href="http://www.magentocommerce.com/design_guide/articles/magento-design-terminologies4" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');">implementation  of design and layout.</a> Much more complex than the usual single folder theme  system one can find in wordpress for instance, Magento’s design process works  with four types of instances :</p>
<ul>
<li id="term-layouts" style="margin-bottom: 6px;"><strong>Layout</strong> (  <code>app/design/frontend/your_interface/your_theme/<strong>layout</strong>/</code>)<br />
These  are basic XML files that define block structure for different pages as well as  control META information and page encoding.For in-depth look into layouts, read  <a rel="nofollow" href="http://www.magentocommerce.com/design_guide/articles/intro-to-layouts" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');">Intro  to Layouts</a>)</li>
<li id="term-templates" style="margin-bottom: 6px;"><strong>Templates</strong> (located in  <code>app/design/frontend/your_interface/your_theme/<strong>template</strong>/</code>)<br />
These  are PHTML files that contain (X)HTML markups and any necessary PHP tags to  create logic for visual presentation.</li>
<li id="term-templates" style="margin-bottom: 6px;"><strong>Locale</strong> (located in  <code>app/design/frontend/your_interface/your_theme/<strong>locale</strong>/</code>)<br />
Theses  are simple text documents organized on a per language basis that contain  translations for store copy.</li>
<li id="term-skins" style="margin-bottom: 6px;"><strong>Skins</strong> (located in  <code>skin/frontend/your_interface/your_theme/</code>)<br />
These are  block-specific Javascript and CSS and image files that compliment your (X)HTML.</li>
</ul>
<p>This article covers only the installation of a free theme, that can be found  under<a rel="nofollow" href="http://www.magentocommerce.com/magento-connect/list" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"> the  community section of the Magento Connect pages</a>. Get the extension key (an  url) of the thme you’like to try and type that in your own extension manager  that Magento provides in the backend ( admin / system / Magento Connect /  Magento Connect Manager). The first installation of any extension might look  frightening because the manager will perform all sorts of necessary upgrades and  dependencies to your installation or extension (in that case, a theme). Version  1.1.8 on xampp did the job right but I remember being put off on previous  versions after a failed extension download. Once you’ve see the green screen  messages rolling down like a Unix console you’ll be delighted to be greeted by a  nice success message “<em>Procedure completed. Please check the output frame for  useful information and refresh the page to see changes.</em>”</p>
<p>Once you’ve passed the 2 minutes that the procedure above requires, go back  to the admin and follow the simple instructions to change your theme, as  described in<a rel="nofollow" href="http://www.magentocommerce.com/design_guide/articles/working-with-magento-themes" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"> Magento’s design guide</a>. Go to System/ Configuration / Design and type the  name of your theme under the theme section : save, job done.</p>
<p><strong>Be naughty : try another extension</strong> ! This nice and quick  experience took me to other extensions such as the french language pack : I was  happily suprised to find out that the installation of this extension  automatically turns the whole shop to french. Reversing to english was then as  easy as going back to the  admin / system / configuration / general / local  options / locale setting. Of course that only impacts magento ’s front end  setting : the back end language can be switched any time from the language  select in the admin footer.</p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento-themes/' rel='bookmark' title='Permanent Link: How to install magento themes?'>How to install magento themes?</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/10/free-magento-themes-vs-custom-magento-design/' rel='bookmark' title='Permanent Link: Free Magento Themes vs Custom Magento Design'>Free Magento Themes vs Custom Magento Design</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Magento?</title>
		<link>http://asia-connect.com.vn/2009/07/how-to-install-magento/</link>
		<comments>http://asia-connect.com.vn/2009/07/how-to-install-magento/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 09:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento How To]]></category>
		<category><![CDATA[Magento Installation]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=503</guid>
		<description><![CDATA[What is Magento? Magento  is an open source ecommerce platform  designed to empower online businessmen and to remove barriers in business  process and flow.
Magento is an online shop cart solution that offers a wide  range of out of the box features that allows online stores to be setup fairly,  quickly and efficiency with ease, and is available as an open source based  solution.
Because it has been downloaded more than 600,000 times, perhaps it’s the  fastest growing ecommerce solution in the market today. Magento ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/' rel='bookmark' title='Permanent Link: How to Install Sample Data for Magento?'>How to Install Sample Data for Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/07/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><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/' rel='bookmark' title='Permanent Link: How to install magento free themes?'>How to install magento free themes?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>What is <a rel="nofollow" href="http://www.magentocommerce.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');">Magento</a>? <strong><a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Magento</a>  is an open source ecommerce</strong> platform  designed to empower online businessmen and to remove barriers in business  process and flow.</p>
<p><strong>Magento is an online shop cart solution</strong> that offers a wide  range of out of the box features that allows online stores to be setup fairly,  quickly and efficiency with ease, and is available as an open source based  solution.</p>
<p>Because it has been downloaded more than 600,000 times, perhaps it’s the  fastest growing ecommerce solution in the market today. Magento looks and acts  like the best of commercial solution, yet it is free to download.</p>
<p>It depends on a theme based structure that separates layouts, templates and skins. Once one  gets familiar with Magento’s themes works, creating a store or even several  stores becomes easy.</p>
<p>The platform includes features such as, built in product image zoom  capability, advanced pricing rules to support special promotions, a landing tool  to help with marketing campaigns, inventory management, side by side product  comparison tools and more.</p>
<p>As mentioned, Magento is relatively easy to use but to take full advantage of  it, developers need knowledge of Apache web servers, MySQL, SOAP, PHP, XML,  XHTML, and CSS. Magento is a new product, but already growing very quickly in  users and features.</p>
<p>Some of the general features of Magento include;</p>
<ul>
<li>An excellent backend (see demo site)</li>
<li>SEO and keyword options</li>
<li>Checkout and shipping</li>
<li>Analytics and reporting</li>
<li>Customer accounts</li>
<li>Order management</li>
<li>Shipping</li>
<li>Coupons</li>
<li>Catalog and product browsing</li>
<li>Newsletter and email management</li>
<li>Offers Multi-lingual Support and Features</li>
<li>Localization Support</li>
<li>Multiple Currency</li>
<li>Tax Rate Support</li>
</ul>
<p>Let’s start with the installation of magento. How do we do this?<br />
Here’s a  simple step by step guide in installing Magento.</p>
<p><strong>First:</strong></p>
<p>Download the latest stable Magento package form from this site:<br />
<a rel="nofollow" href="http://www.magentocommerce.com/download" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');">http://www.magentocommerce.com/download</a><br />
Take  note that Magento is not compatible with MySQL 4; it needs MySQL 5 to run  properly.<br />
There are 2 versions: standard and full installation is much larger  and includes sample data like stores, categories, products, image and  others.</p>
<p><strong>Second:</strong></p>
<p>Upload the package on your hosting account through your cPanel file? Manager  or using FTP client</p>
<p>You can either put Magento file under the public_html folder. Your website then will be  accessible directly through your domain.<br />
Or you can put it under a sub  folder.</p>
<p>Once it is uploaded you can extract it through your cPanel? File Manager.</p>
<p><strong>Third:</strong></p>
<p>Set file permissions</p>
<p>You will need to set the following folders and file to writable mode by the  server:</p>
<p>*magento/app/etc<br />
*magento/media<br />
*magento/var<br />
*magento/var/htaccess</p>
<p>If you downloaded the “full version” of Magento you will need to set all of  the directories in the folder media to writable as  well.<br />
*magento/media/catalog<br />
*magento/media upload</p>
<p>To do so, login to the cPanel for your domain and click on the File Manager  icon under the Files Selection.</p>
<div id="attachment_1069" style="width: 521px;"><img title="Set file permissions" src="http://pelfusion.com/wp-content/uploads/2009/04/magento-pic1.jpg" alt="Set file permissions" width="511" height="181" />Set file permissions</div>
<p>Make sure that a Show Hidden file (dot files) is selected:</p>
<div id="attachment_1071" style="width: 420px;"><img title="File Manager Directory" src="http://pelfusion.com/wp-content/uploads/2009/04/magento-pic2.jpg" alt="File Manager Directory" width="410" height="304" />File Manager Directory</div>
<p>Double click on the folder icon to open folder. When you’re ready to change  the permissions of a file or folder, select the checkbox next to it. Then, click  on Change Permissions icon.</p>
<div id="attachment_1072" style="width: 508px;"><img title="Change Permissions" src="http://pelfusion.com/wp-content/uploads/2009/04/magento-pic3.jpg" alt="Change Permissions" width="498" height="262" />Change Permissions</div>
<p><strong>Fourth:</strong></p>
<p>Create a MySQL database and assign a user to it.<br />
Stay in cPanel and click  on the MySQL database wizard icon under Databases:</p>
<div id="attachment_1073" style="width: 515px;"><img title="Create a MySQL database " src="http://pelfusion.com/wp-content/uploads/2009/04/magento-pic4.jpg" alt="Create a MySQL database " width="505" height="112" />Create a MySQL database</div>
<p><strong>Fifth:</strong></p>
<p>Run the Set up wizard.<br />
Use your web browser to surf to the Magento  installation wizard.<br />
After agreeing to the terms and setting your locale  settings, configuration of database connection is next.</p>
<p><strong>Sixth:</strong></p>
<p>Enter the database details: Database Name, User name and user password. You  can leave the other options intact. Click on the check box next to “skip base  URL validation before next step.</p>
<div id="attachment_1075" style="width: 520px;"><img title="Enter the database details" src="http://pelfusion.com/wp-content/uploads/2009/04/magento-pic5.jpg" alt="Enter the database details" width="510" />Enter the database details</div>
<p>Click on the continue button.<br />
Enter the personal information and the admin  login details you want to use. You can leave the encryption key field empty. The  script will generate one for you.</p>
<div id="attachment_1077" style="width: 520px;"><img title="Admin Login Details " src="http://pelfusion.com/wp-content/uploads/2009/04/magento-pic6.jpg" alt="Admin Login Details " width="510" />Admin Login Details</div>
<p>Click on the continue button.<br />
That’s the entire configuration you need to  do.<br />
And now you’re all set. Well done!</p>
<p style="text-align: right;"><em>From Pelfusion.com</em></p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/' rel='bookmark' title='Permanent Link: How to Install Sample Data for Magento?'>How to Install Sample Data for Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/07/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><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento-free-themes/' rel='bookmark' title='Permanent Link: How to install magento free themes?'>How to install magento free themes?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/07/how-to-install-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Sample Data for Magento?</title>
		<link>http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/</link>
		<comments>http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento How To]]></category>
		<category><![CDATA[Magento Installation]]></category>
		<category><![CDATA[Magento Tips]]></category>
		<category><![CDATA[Magento Tutorials]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=408</guid>
		<description><![CDATA[1) Download Sample Data zip file from Magento Website
2) Extract the zip file
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.
4) Import sample data sql file into your magento database.
# 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. Therefore, step 3 is important.
5) Go ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/07/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><li><a href='http://asia-connect.com.vn/2009/09/magento-mysql-database-diagram/' rel='bookmark' title='Permanent Link: Magento MySQL database diagram'>Magento MySQL database diagram</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>1) Download Sample Data zip file from <a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Magento</a> Website</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.</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. Therefore, step 3 is important.</p>
<p>5) Go to your magento installation folder and delete local.xml file present inside app/etc folder.</p>
<p>6) Reinstall magento.</p>
<p># After you installation is complete, you may get error something like this:<br />
Integrity constraint violation: 1062 Duplicate entry ‘1′ for key 1</p>
<p>Clear your browser cache or open your website in another browser and you are done <img class="wp-smiley" src="http://blog.chapagain.com.np/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-magento/' rel='bookmark' title='Permanent Link: How To Install Magento?'>How To Install Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/07/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><li><a href='http://asia-connect.com.vn/2009/09/magento-mysql-database-diagram/' rel='bookmark' title='Permanent Link: Magento MySQL database diagram'>Magento MySQL database diagram</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuration error on new Magento installation</title>
		<link>http://asia-connect.com.vn/2009/07/configuration-error-on-new-magento-installation/</link>
		<comments>http://asia-connect.com.vn/2009/07/configuration-error-on-new-magento-installation/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento Installation]]></category>
		<category><![CDATA[Magento Tips]]></category>
		<category><![CDATA[Magento Tricks]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=405</guid>
		<description><![CDATA[I am installing a fresh magento 1.3.2.1 in my Windows XP computer. I have Xampp installed. While installing magento, I had a problem at the configuration step where I had to fill database host, username, password etc. When I click continue after filling the required fields, the installation process doesn’t move forward. I am redirected to the same page.
Solution:
I googled and was suggested to put 127.0.0.1 instead of localhost in the url; e.g. to put http://127.0.0.1/magento  instead of http://localhost/magento . I did the same but then I got the following ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/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://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/' rel='bookmark' title='Permanent Link: How to Install Sample Data for Magento?'>How to Install Sample Data for Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/10/internal-server-error-500-in-magento/' rel='bookmark' title='Permanent Link: Internal Server Error 500 in Magento'>Internal Server Error 500 in Magento</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I am installing a fresh <a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">magento</a> 1.3.2.1 in my Windows XP computer. I have Xampp installed. While installing magento, I had a problem at the configuration step where I had to fill database host, username, password etc. When I click continue after filling the required fields, the installation process doesn’t move forward. I am redirected to the same page.</p>
<p>Solution:</p>
<p style="text-align: justify;">I googled and was suggested to put 127.0.0.1 instead of localhost in the url; e.g. to put http://127.0.0.1/magento  instead of http://localhost/magento . I did the same but then I got the following error displayed:</p>
<p>Database server does not support InnoDB storage engine<br />
Database connection error</p>
<p>This error was solved. I opened my.cnf file present inside mysql/bin/ in notepad and uncommented (removed # sign) from the line skip_innodb.</p>
<p>Change:<br />
#skip-innodb to skip-innodb</p>
<p>But still, my problem was not solved. I could not pass through the configuration page. Then I found a solution which finally helped me. I changed chmod of the following three folders to 777, i.e. making the folders writable. These folders are inside your magento folder.  In windows, right click the folder, go to properties, uncheck ‘Read Only’ present under Attributes. The folders to change are as under:</p>
<p style="text-align: justify;">app/etc<br />
var<br />
media</p>
<p>Finally, I am through and I completed Magento installation. Hurray <img class="wp-smiley" src="http://blog.chapagain.com.np/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/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://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/' rel='bookmark' title='Permanent Link: How to Install Sample Data for Magento?'>How to Install Sample Data for Magento?</a></li><li><a href='http://asia-connect.com.vn/2009/10/internal-server-error-500-in-magento/' rel='bookmark' title='Permanent Link: Internal Server Error 500 in Magento'>Internal Server Error 500 in Magento</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/07/configuration-error-on-new-magento-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP extension error while installing Magento</title>
		<link>http://asia-connect.com.vn/2009/07/php-extension-error-while-installing-magento/</link>
		<comments>http://asia-connect.com.vn/2009/07/php-extension-error-while-installing-magento/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Magento Developer]]></category>
		<category><![CDATA[Magento Experts]]></category>
		<category><![CDATA[Magento Installation]]></category>
		<category><![CDATA[Magento Tips]]></category>
		<category><![CDATA[Magento Tricks]]></category>

		<guid isPermaLink="false">http://asia-connect.com.vn/?p=403</guid>
		<description><![CDATA[I was installing Magento 1.3.2.1 in my Windows XP computer. I am using Xampp. I encountered the following errors during the installation.
PHP Extension “curl” must be loaded
PHP Extension “mcrypt” must be loaded
PHP Extension “pdo_mysql” must be loaded
I googled and the answer was to load the extension in php.ini file. In xampp, there are two places where php.ini file is found. It is present inside php folder and inside apache/bin folder. You can load extensions mentioned in the above error by changing the php.ini file. Search for curl, mcrypt and pdo_mysql ...


Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/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><li><a href='http://asia-connect.com.vn/2009/09/installing-magento-easy-way/' rel='bookmark' title='Permanent Link: Installing Magento easy way'>Installing Magento easy way</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/' rel='bookmark' title='Permanent Link: How to Install Sample Data for Magento?'>How to Install Sample Data for Magento?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was installing <a rel="nofollow" href="http://www.magentocommerce.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magentocommerce.com');"  class="alinks_links" onclick="return alinks_click(this);" title="Magento eCommerce"  style="padding-right: 13px; background: url(http://asia-connect.com.vn/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Magento</a> 1.3.2.1 in my Windows XP computer. I am using Xampp. I encountered the following errors during the installation.</p>
<p style="text-align: justify;">PHP Extension “curl” must be loaded<br />
PHP Extension “mcrypt” must be loaded<br />
PHP Extension “pdo_mysql” must be loaded</p>
<p>I googled and the answer was to load the extension in php.ini file. In xampp, there are two places where php.ini file is found. It is present inside php folder and inside apache/bin folder. You can load extensions mentioned in the above error by changing the php.ini file. Search for curl, mcrypt and pdo_mysql then just uncomment i.e. remove the semi-colon (;) present before the line of the extension. After that, you have to restart (stop and start) apache from your xampp control panel.</p>
<p>Change:</p>
<p>;extension=php_curl.dll to extension=php_curl.dll<br />
;extension=php_mcrypt.dll to extension=php_mcrypt.dll<br />
;extension=php_pdo_mysql.dll to extension=php_pdo_mysql.dll</p>
<p>It’s as simple as that but that didn’t work for me. Why? Because I also had apache and php installed separately in my computer. I had installed PHP and Apache server separately before installing the Xampp. So, xampp had used the php.ini configuration file of the Apache server installed before. And that php.ini file was inside programs file/apache group/apache/bin/php.ini. In this situation, changing php.ini file inside xampp folder will not solve my problem. I found my mistake by looking at phpinfo() of xampp.</p>
<p>Anyways, editing the right php.ini file will solve the above error. If anyone has faced the problem like mine then please see “Configuration File (php.ini) Path” in phpinfo(). There you will find the path of php.ini file. You have to edit that file.</p>


<p>Related posts:<ol><li><a href='http://asia-connect.com.vn/2009/07/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><li><a href='http://asia-connect.com.vn/2009/09/installing-magento-easy-way/' rel='bookmark' title='Permanent Link: Installing Magento easy way'>Installing Magento easy way</a></li><li><a href='http://asia-connect.com.vn/2009/07/how-to-install-sample-data-for-magento/' rel='bookmark' title='Permanent Link: How to Install Sample Data for Magento?'>How to Install Sample Data for Magento?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://asia-connect.com.vn/2009/07/php-extension-error-while-installing-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
