<?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>andij.com &#187; Magento</title>
	<atom:link href="http://andij.com/tag/magento/feed" rel="self" type="application/rss+xml" />
	<link>http://andij.com</link>
	<description>website design and delivery</description>
	<lastBuildDate>Sat, 31 Jul 2010 21:26:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Problems accessing admin after upgrading to Magento 1.3.0</title>
		<link>http://andij.com/2009/04/16/problems-accessing-admin-after-upgrading-to-magento-1_3_0</link>
		<comments>http://andij.com/2009/04/16/problems-accessing-admin-after-upgrading-to-magento-1_3_0#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:58:13 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://andij.com/?p=280</guid>
		<description><![CDATA[Having received an email from the Magento Team the other week bigging-up the latest release of Magento and encouraging me to upgrade as soon as I could, I dutifully upgraded the Mage_Core_Modules to 1.3.0.  This appeared to go without a hitch and after I made a couple of adjustments in the admin and tested the [...]]]></description>
			<content:encoded><![CDATA[<p>Having received an email from the Magento Team the other week bigging-up the latest release of Magento and encouraging me to upgrade as soon as I could, I dutifully upgraded the Mage_Core_Modules to 1.3.0.  This appeared to go without a hitch and after I made a couple of adjustments in the admin and tested<span id="more-280"></span> the fronend I was happy that it was a successful upgrade.</p>
<p>The following day I attempted to login to the Magento admin area only to be presented with a 404 error!  Geez, what a pain.</p>
<p>After doing a bit of forum bashing I found the solution I was after:-</p>
<p><a href="http://www.magentocommerce.com/boards/viewthread/37202/P30/#t121336">http://www.magentocommerce.com/boards/viewthread/37202/P30/#t121336</a></p>
<blockquote><p>For those with the same problem as mine… (can’t login after upgrade, and don’t have ssh capabilities,) I have found a workaround. It worked for me, but I can’t guarantee it will work for you, so proceed at your own risk. I am not the most tech-saavy guy, I just figured it out by looking at the error.</p>
<p>1.)The first thing to do is download the entire magento 1.3 package. Unzip it, and go into Magento-&gt;app-&gt;code-&gt;core-&gt;Mage-&gt;Adminhtml-&gt;Model-&gt;Url.php Grab the Url.php file.</p>
<p>2.)Go to your server, and into your directory where you have magento installed. go to app-&gt;code-&gt;core-&gt;Mage-&gt;Adminhtml-&gt;Model and replace the Url.php file.</p>
<p>3. Clear the cache in your browser and try logging in again.</p>
<p>4. At this point, if you were able to get in, I suggest that you go to magento connect and properly upgrade. Worked for me. I hope it works for you.</p>
<p>- T. Foteh<br />
<a href="http://www.tfotehprints.com">http://www.tfotehprints.com</a><br />
<a href="http://www.tfoteh.com">http://www.tfoteh.com</a></p></blockquote>
<p>After following these steps I was able to login without a problem. -phew-</p>
<p>Then, to top it off the dropdown menus were not working in the admin area!  Checking <a href="http://getfirebug.com/">Firebug </a>I found this was due to the javascripts 404-ing.  Another dose of forum searching it was apparent that this was a common problem (I had experienced it before myself) the /js folder and contents had the wrong permissions following the upgrade.</p>
<p>I opened <a href="http://fireftp.mozdev.org/">FireFTP</a> logged into the site and changed the permissions on the /js folder and all it&#8217;s contents to 755.  This has sorted that problem, so I&#8217;m happy now.</p>
<p>All in all it looks like these problems I encountered after the upgrade are now sorted, let&#8217;s hope that&#8217;s the last of them and the next upgrade will go smoother.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/04/16/problems-accessing-admin-after-upgrading-to-magento-1_3_0/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup local installation of Magento 1.0.19870 WampServer</title>
		<link>http://andij.com/2008/05/16/setup-local-installation-of-magento</link>
		<comments>http://andij.com/2008/05/16/setup-local-installation-of-magento#comments</comments>
		<pubDate>Fri, 16 May 2008 07:39:22 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://andij.com/blog/?p=7</guid>
		<description><![CDATA[Prerequisites:- WampServer2 installation http://andij.com/2008/05/15/installing-and-configuring-wampserver2/ Now to install Magento http://www.magentocommerce.com/ Including the Sample Data pack. Note: Ensure to install the Sample Data pack before performing the installation of Magento itself. Download both the &#8216;Sample Data&#8217; pack and &#8216;Magento&#8217;, save these somewhere, decide where you want your new ecommerce shop to be installed, I&#8217;m going to install [...]]]></description>
			<content:encoded><![CDATA[<p>Prerequisites:-<br />
WampServer2 installation <a href="http://andij.com/2008/05/15/installing-and-configuring-wampserver2/">http://andij.com/2008/05/15/installing-and-configuring-wampserver2/</a></p>
<p>Now to install Magento <a href="http://www.magentocommerce.com/">http://www.magentocommerce.com/</a> Including the Sample Data pack.</p>
<p>Note: Ensure to install the Sample Data pack before performing the installation of Magento itself.</p>
<p>Download both the &#8216;Sample Data&#8217; pack and &#8216;Magento&#8217;, save these somewhere, decide<span id="more-12"></span> where you want your new ecommerce shop to be installed, I&#8217;m going to install it here: http://www.project.dev/magento/</p>
<p>Unpack magento-1.0.19870.zip into D:\websites\project\htdocs seeing as the zip file contains the \magento\ folder, the path you&#8217;ll end up with is D:\websites\project\htdocs\magento</p>
<p>Unpack magento-sample-data-1.0.19870.zip into D:\websites\project\htdocs this will create a folder called D:\websites\project\htdocs\magento-sample-data-1.0.19870</p>
<p>Now is a good time to create your MySQL database, to do this open http://localhost/ where you should see the WampServer homepage, click &#8216;phpmyadmin&#8217;.  Simply create a database by putting your database name &#8216;magento_sample&#8217; (I decided to call it this so that I can create another called &#8216;magento_live&#8217; for the real shop data) into the &#8216;Create new database&#8217; field, leave all the defaults and click &#8216;Create&#8217;, you&#8217;ll notice the database name appear in the left column.</p>
<p><a href="http://www.magentocommerce.com/knowledge-base/entry/installing-sample-data-archive-for-magento-1019870">Installing Sample Data Archive for Magento 1.0.19870</a></p>
<p>Click &#8216;magento_sample&#8217; in the left column then click the &#8216;Import&#8217; tab at the top.</p>
<p>Browse for the sample data file, located D:\websites\project\htdocs\magento-sample-data-1.0.19870\magento_sample_data_for_1.0.19870.sql.  Leave the defaults and click &#8216;Go&#8217; at the bottom right. You&#8217;ll now be importing the sample data and it&#8217;ll take a little while.  Once complete there&#8217;ll be a long list of database tables in the left column.</p>
<p><strong>Configure WampServer Apache modules and PHP extensions</strong></p>
<p>Before installing Magento ensure you complete the following:-</p>
<p>Click on the WampServer icon in the system tray</p>
<blockquote><p>&#8216;Apache&#8217; -&gt; &#8216;Apache Modules&#8217; tick &#8216;rewrite_module&#8217;<br />
&#8216;PHP&#8217; -&gt; &#8216;PHP Extensions&#8217; tick &#8216;php_curl&#8217;<br />
&#8216;PHP&#8217; -&gt; &#8216;PHP Extensions&#8217; tick &#8216;php_mcrypt&#8217;</p></blockquote>
<p>Now browse to http://www.project.dev/magento/ you should now see the first page of the Magento installation procedure.</p>
<p>Follow the installation procedure, changing the location, time zone, currency to your requirements.  When you&#8217;re presented with the database configuration page, simply enter &#8216;magento_sample&#8217; into the database field and proceed.  (this is assuming that your MySQL user is &#8216;root&#8217; and your password is blank).</p>
<p>Let me know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/05/16/setup-local-installation-of-magento/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
