<?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>Solar Polar &#187; Web Stuff</title>
	<atom:link href="http://www.solarpolar.co.uk/category/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solarpolar.co.uk</link>
	<description>Dave Walker, Malton, North Yorkshire. Blog, Music and Web Work</description>
	<lastBuildDate>Tue, 31 Aug 2010 13:03:25 +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>Installing Magento on Heart Internet Shared Server</title>
		<link>http://www.solarpolar.co.uk/installing-magento-on-heart-internet-shared-server/</link>
		<comments>http://www.solarpolar.co.uk/installing-magento-on-heart-internet-shared-server/#comments</comments>
		<pubDate>Thu, 27 May 2010 09:28:23 +0000</pubDate>
		<dc:creator>Dave Walker</dc:creator>
				<category><![CDATA[Web Stuff]]></category>

		<guid isPermaLink="false">http://www.solarpolar.co.uk/?p=370</guid>
		<description><![CDATA[Installing Magento on Heart Internet Shared Servers Caveat 1 These are my own notes for my install procedures. I&#8217;m posting them here as a reminder to myself.  If they&#8217;re any use to you then all the better. Caveat 2 I recently read that Heart Internet do not suggest that Magento is installed the shared server [...]]]></description>
			<content:encoded><![CDATA[<h2>Installing Magento on Heart Internet Shared Servers</h2>
<p><span style="text-decoration: underline;"><em><strong>Caveat 1 </strong></em></span></p>
<p>These are my own notes for my install procedures. I&#8217;m posting them here as a reminder to myself.  If they&#8217;re any use to you then all the better.</p>
<p><span style="text-decoration: underline;"><em><strong>Caveat 2</strong></em></span></p>
<p><em>I recently read that Heart Internet do not suggest  that Magento is installed the shared server because it&#8217;s too CPU  hungry.  I&#8217;ll give it a go with this latest version but may have to  shift to a dedicated server to ensure performance.</em></p>
<h3><strong>Installation</strong></h3>
<p>To install the files you can upload the zip file to the folder you  require and using the Heart Internet Control Panel File Manager &#8211; right  click the zip file to unzip it.</p>
<p>When I searched the Magento forums for information a chap called Jeremy had already written these  notes below.  I&#8217;ve amended them slightly for my purposes.  Kudos to him  for writing them down and sharing.  I&#8217;m doing the same here so I never lose them!</p>
<p>Heart Internet are a shared hosting provider in the UK   (heartinternet.co.uk). I&#8217;ve been using them now for around 3 years and can thoroughly recommend them.</p>
<p>These are the steps to a (hopefully!) successful   install:</p>
<ol>
<li> download the latest version of magento from <a href="http://www.magentocommerce.com/download">http://www.magentocommerce.com/download</a> . I used magento-0.8.16100.zip</li>
<li> follow the instructions in <a href="http://www.magentocommerce.com/knowledge-base/entry/magento-installation-guide">http://www.magentocommerce.com/knowledge-base/entry/magento-installation-guide</a>
<ul>
<li>Check system requirements &#8211; Heart Internet have all the relevant   versions and extensions installed so no problem there.</li>
<li>Transfer the zip file to your site and unzip them using the Heart  Internet Control Panel File Manager &#8211; right click the zip file  to unzip  it.  If you want the site in your root domain then unzip the file into  the public_html directory.</li>
</ul>
<ul>
<li>Create a brand new mySQL database within the HI control panel. During   the magento install wizard you’ll need the host (localhost), user id,   password and db name (probably the same as the user id but can be   checked by editing the db in control panel).</li>
<li>Contact HI and ask them to allow &#8220;CREATE TEMP TABLE&#8221; permissions  on your database.  Heart stop this by default for security reasons</li>
<li>Set the following permissions against the install files.</li>
</ul>
</li>
<p>They are reproduced below:</p>
<pre>In your FTP  program (I use Filezilla) you right click on the
remote file  and hit  properties, you can then change the
permissions of each file or directory (other ftp programs will be
similar).

<strong>Permission 777 for</strong>;
file<span style="text-decoration: underline;">
/public_html/magento/var/.htaccess,</span>
directories
<span style="text-decoration: underline;">/public_html/magento/app/etc</span>
<span style="text-decoration: underline;">/public_html/magento/var,</span>
<span style="text-decoration: underline;">/public_html/magento/media</span>
(and all folders under media)

<strong>Permission 755 for;
</strong>file
<span style="text-decoration: underline;">/public_html/magento/index.php </span>
folder
the magento directory (e.g. <span style="text-decoration: underline;">/public_html/magento/</span> or <span style="text-decoration: underline;">/public_html</span>)
</pre>
<li> Edit the file /public_html/magento/.htaccess and add the  following:</li>
<pre>#############################
 ## For heart internet
 SetEnv DEFAULT_PHP_VERSION 5
 php_flag short_open_tag on</pre>
<li>Create a new text file within /public_html/magento/ called  php5.ini<br />
put the following in this file:</li>
<pre> php_flag short_open_tag on
</pre>
<li>If you want to install the demo store data then you should now  load in the SQL statements in against the MySQL database &#8211; before the  installation process</li>
</ol>
<p>Double check everything then go to <a href="http://www.yoursite.com/magento/" target="_blank">http://www.yoursite.com/magento/</a> and you should see the installation wizard. It’s pretty obvious from   there on, just enter the db details and localisation etc.</p>
<p>Now I want to install the Modern Theme.</p>
<p>I go to the Admin menu.  Choose Magento Connect. Change the settings  to Beta. Then install the extension key  magento-core/Interface_Frontend_Default_Modern (it&#8217;s free).</p>
<p>It should be that simple but I am noticing that this step frequently  buggers up my install.</p>
<p>It seems to have installed and my update page displays all this:</p>
<pre>magento-core/Mage_Core_Modules requires package  "magento-core/Lib_Google_Checkout" (version &gt;= 1.4.0.0, version &lt;=  1.4.1, excluded versions: 1.4.1)
magento-core/Mage_Core_Modules  requires package "magento-core/Lib_Js_Calendar" (version &gt;= 1.51.0,  version &lt;= 1.52, excluded versions: 1.52)
magento-core/Interface_Frontend_Default_Modern  requires package "magento-core/Mage_Core_Modules" (version &gt;=  1.4.0.0, version &lt;= 1.4.1, excluded versions: 1.4.1)
downloading  Lib_Varien-1.4.0.0.tgz ...
Starting to download  Lib_Varien-1.4.0.0.tgz (126,181 bytes)
. . . . . . . . . . . . . . . .  . . . . . . . . . ...done: 126,181 bytes
downloading  Lib_Js_Mage-1.4.0.1.tgz ...
Starting to download  Lib_Js_Mage-1.4.0.1.tgz (87,791 bytes)
...done: 87,791 bytes
downloading  Lib_PEAR-1.4.0.0.tgz ...
Starting to download Lib_PEAR-1.4.0.0.tgz  (118,829 bytes)
...done: 118,829 bytes
downloading  Lib_ZF-1.9.6.0.tgz ...
Starting to download Lib_ZF-1.9.6.0.tgz  (1,763,063 bytes)
...done: 1,763,063 bytes
downloading  Lib_Js_Prototype-1.6.0.3.0.tgz ...
Starting to download  Lib_Js_Prototype-1.6.0.3.0.tgz (222,617 bytes)
...done: 222,617 bytes
downloading  Mage_Pear_Helpers-1.0.18800.tgz ...
Starting to download  Mage_Pear_Helpers-1.0.18800.tgz (9,225 bytes)
...done: 9,225 bytes
downloading  Lib_ZF_Locale-1.9.6.0.tgz ...
Starting to download  Lib_ZF_Locale-1.9.6.0.tgz (1,522,612 bytes)
...done: 1,522,612 bytes
downloading  PEAR-1.9.0.tgz ...
Starting to download PEAR-1.9.0.tgz (291,634  bytes)
...done: 291,634 bytes
downloading Archive_Tar-1.3.6.tgz  ...
Starting to download Archive_Tar-1.3.6.tgz (17,600 bytes)
...done:  17,600 bytes
downloading Structures_Graph-1.0.3.tgz ...
Starting  to download Structures_Graph-1.0.3.tgz (30,191 bytes)
...done: 30,191  bytes
downloading Console_Getopt-1.2.3.tgz ...
Starting to  download Console_Getopt-1.2.3.tgz (4,011 bytes)
...done: 4,011 bytes
downloading  XML_Util-1.2.1.tgz ...
Starting to download XML_Util-1.2.1.tgz  (17,729 bytes)
...done: 17,729 bytes
install ok:  channel://connect.magentocommerce.com/core/Lib_PEAR-1.4.0.0
install  ok: channel://pear.php.net/Archive_Tar-1.3.6
install ok:  channel://pear.php.net/Structures_Graph-1.0.3
install ok:  channel://pear.php.net/Console_Getopt-1.2.3
install ok:  channel://pear.php.net/XML_Util-1.2.1
install ok:  channel://pear.php.net/PEAR-1.9.0
install ok:  channel://connect.magentocommerce.com/core/Mage_Pear_Helpers-1.0.18800
install  ok:  channel://connect.magentocommerce.com/core/Lib_Js_Prototype-1.6.0.3.0
install  ok: channel://connect.magentocommerce.com/core/Lib_ZF_Locale-1.9.6.0
install  ok: channel://connect.magentocommerce.com/core/Lib_Js_Mage-1.4.0.1
install  ok: channel://connect.magentocommerce.com/core/Lib_ZF-1.9.6.0
install  ok: channel://connect.magentocommerce.com/core/Lib_Varien-1.4.0.0
PEAR:  Optional feature webinstaller available (PEAR's web-based installer)
PEAR:  Optional feature gtkinstaller available (PEAR's PHP-GTK-based  installer)
PEAR: Optional feature gtk2installer available (PEAR's  PHP-GTK2-based installer)
PEAR: To install optional features use  "pear install pear/PEAR#featurename"
</pre>
<p>When you visit the front page again we still have the same Theme.  We  need to change the theme from the Admin Menu.</p>
<p>Choose System / Configuration / General / Design</p>
<p>Set the following:</p>
<p>Templates : default</p>
<p>Themes : modern</p>
<p>Now when you look at your store you&#8217;ll see the the new theme but  probably still in the wrong format.  This is because you&#8217;ll need to edit  the Front Page makeup in the CMS section.</p>
<p>The Modern theme needs just the 1 column Home Page enabled.  Go to  the CMS menu, select the Pages option, then the Home Page 2 Column with  right bar and choose the disable option and save it.  Then choose the  Home Page 1 Column option and &#8220;Enable&#8221; then save it.</p>
<p>The Modern Theme should now be fully active.</p>
<p>Note : Because I tried to enter the demo data after the shop was  configured I got an error &#8211; but the error was surpressed with the  message <em>Exception printing is disabled by default for security  reasons.</em></p>
<p><em>To reset that I changed the file errors/local.xml.sample to  local.xml.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarpolar.co.uk/installing-magento-on-heart-internet-shared-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Magento on Windows 7 XAMPP</title>
		<link>http://www.solarpolar.co.uk/installing-magento-on-windows-7-xampp/</link>
		<comments>http://www.solarpolar.co.uk/installing-magento-on-windows-7-xampp/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:34:49 +0000</pubDate>
		<dc:creator>Dave Walker</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[heart internet]]></category>
		<category><![CDATA[local install]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.solarpolar.co.uk/?p=237</guid>
		<description><![CDATA[Installing Magento These notes are currently being updated. I&#8217;ve installed Magento before and remember having problems so I&#8217;m gonna document my efforts here so that I don&#8217;t forget next time. First I&#8217;ll document installing Magento on my Windows 7 / XAMPP environment.  Once that&#8217;s done I&#8217;ll show you what I&#8217;ve done on my reseller shared [...]]]></description>
			<content:encoded><![CDATA[<h2>Installing Magento</h2>
<h3>These notes are currently being updated.</h3>
<p>I&#8217;ve installed Magento before and remember having problems so I&#8217;m gonna document my efforts here so that I don&#8217;t forget next time.</p>
<p>First I&#8217;ll document installing Magento on my Windows 7 / XAMPP environment.  Once that&#8217;s done I&#8217;ll show you what I&#8217;ve done on my reseller shared server account at Heart Internet UK.</p>
<h2>Installing Magento on my Windows 7 / XAMPP</h2>
<p>Magento 1.4.0.1 wont run under PHP 5.3.  That rules out the latest version of XAMPP.  If you want to use Magento you may have to downgrade XAMPP to version 1.7.1.</p>
<p>To download Magento you&#8217;ll have to register with their site.  Do so and download the Magento Full release and also the latest sample data.  I&#8217;m using magento-1.4.0.1.zip which was the latest at my time of install.</p>
<p>I&#8217;ve created a new local test folder called c:\web\sites\testshop .</p>
<p>I need to setup a virtual host in apache.  Here is the first important bit.  The mix of Magento and some browser (Firefox / IE / Safari)  on a local install has problems assigning cookies.  The solution is to ensure that the virtual host name has a dot in the name.</p>
<p>With this in mind I&#8217;ve setup a virtual host called www.testshop.com which points to the c:\web\sites\testshop folder.</p>
<p>Below is the apache vhost entry:</p>
<pre>&lt;VirtualHost *&gt;
 DocumentRoot "C:/web/sites/testshop"
 ServerName testshop.com:80
 &lt;Directory "C:/web/sites/testshop"&gt;
 Options Indexes FollowSymLinks Includes
 AllowOverride All
 Order deny,allow
 Deny from all
 Allow from 127.0.0.1
 DirectoryIndex index.php index.html index.htm
 &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<p>In my c:\windows\system32\drivers\etc\hosts file I have the entry.</p>
<pre>127.0.0.1       testshop.com</pre>
<p>I unzip the magento install zip file in a temp folder.  This gives me a &#8220;magento&#8221; folder.</p>
<p>I also unzip the sample data zip file. This gives me a &#8220;magento-sample-data-1.2.0&#8243; folder.</p>
<p>I then put the sample data &#8220;media&#8221; folder into my &#8220;magento&#8221; folder.</p>
<p>Now I&#8217;m going to create a database.  I use PHPMyAdmin to create an empty database called testshop.</p>
<p>Once created I then need to load the sample data into it.</p>
<p>Select the testshop database / Choose the SQL option / COpy and Paste the text from the sample data magento_sample_data_for_1.2.0.sql file / Press the Go button.  This should load up all the demo data.</p>
<p>Now I move the magento folder into my c:\web\sites\testshop folder so that now I have my installation in c:\web\sites\testshop\magento.</p>
<p>Once all that is done we start the install:</p>
<p>I point my Firefox browser at http://testshop.com/magento and I get the initial screen.</p>
<div id="attachment_291" class="wp-caption alignnone" style="width: 310px"><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-001-660x606.jpg"><img class="size-medium wp-image-291" title="Figure 1" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-001-300x275.jpg" alt="" width="300" height="275" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>I click the agree tick box and hit the Continue button which then brings up the Localization page.</p>
<p>Figure 2</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-002.jpg"><img class="alignnone size-medium wp-image-292" title="figure-002" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-002-300x275.jpg" alt="" width="300" height="275" /></a></p>
<p>I enter English UK / GMT / British Pound Sterling &#8211; then Continue which takes us to the</p>
<p>Configuration Page</p>
<p>Figure 3</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-003.jpg"><img class="alignnone size-medium wp-image-293" title="figure-003" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-003-229x300.jpg" alt="" width="229" height="300" /></a></p>
<p>I enter the root and user password for my database and also choose to save the session data in the db.</p>
<p>I press continue and wait for the computer to whir away.   The  process takes about 2 mins on my machine before reporting back with the  Create Admin Account page.</p>
<p>Figure 4</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-004.jpg"><img class="alignnone size-medium wp-image-283" title="figure-004" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-004-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p>I fill in the details  then hit continue again and get the &#8220;You&#8217;re all Set!&#8221; page.</p>
<p>Figure 5</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-005.jpg"><img class="alignnone size-medium wp-image-295" title="figure-005" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-005-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p>I&#8217;m all set!  With an encryption key which I keep in a safe place.</p>
<p>I now have the option to have a look at the Front End or the Back  End.  I&#8217;ll choose the back end so click &#8220;Go to Backend&#8221;.</p>
<p>I  now get the login panel.</p>
<p>Figure 6</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-006.jpg"><img class="alignnone size-medium wp-image-296" title="figure-006" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-006-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p>I insert my username and password and&#8230;</p>
<p>Figure 7</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-007.jpg"><img class="alignnone size-medium wp-image-297" title="figure-007" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-007-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p>The Dashboard appears with some messages I&#8217;ve got to read.  Strangley it tells me that Magento CE Version 1.4.0.1 Stable is now available.  Isn&#8217;t that what I&#8217;ve just loaded??  I thin it is.  I close this message and goto the message inbox (System / Notifications) &#8211; View 50 &#8211; Select All &#8211; Actions &#8211; Mark as Read &#8211; Submit.</p>
<p>The I click Dashboard in the menu.</p>
<p>Figure 8</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-008.jpg"><img class="alignnone size-medium wp-image-298" title="figure-008" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-008-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p>Apart from the &#8220;<strong>One or more of the Indexes are not up to date</strong>&#8221; message all seems to be well.</p>
<p>Now I&#8217;ll check the Front End.</p>
<p>I enter http://testshop.com/magento into my browser and get the screen :</p>
<p>Figure 9</p>
<p><a href="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-009.jpg"><img class="alignnone size-medium wp-image-299" title="figure-009" src="http://www.solarpolar.co.uk/wp-content/uploads/2010/03/figure-009-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p>The local install seems to be working. Yay!</p>
<h2>Installing Magento on Heart Internet Shared Servers</h2>
<p>Caveat Number 1.  I recently read that Heart Internet do not suggest that magento is installed the shared server because it&#8217;s too CPU hungry.  I&#8217;ll give it a go with this latest version but may have to shift to a dedicated server to ensure performance.</p>
<p>To install the files you can upload the zip file to the folder you require and using the Heart Internet Control Panel File Manager &#8211; right click the zip file to unzip it.</p>
<p>When I searched the Magento site for info.  Jeremy has done these notes below which I&#8217;ve amended slightly for my purposes.  Kudos to him for writing it down.  I&#8217;m doing the same here so I never lose them.</p>
<p>Heart Internet are a shared hosting provider in the uk  (heartinternet.co.uk). These are the steps to a (hopefully!) successful  install:</p>
<p>1) download the latest version of magento from <a href="http://www.magentocommerce.com/download">http://www.magentocommerce.com/download</a> . I used magento-0.8.16100.zip<br />
2) follow the instructions in <a href="http://www.magentocommerce.com/knowledge-base/entry/magento-installation-guide">http://www.magentocommerce.com/knowledge-base/entry/magento-installation-guide</a></p>
<p>They are reproduced below:<br />
a) check system requirements &#8211; Heart Internet have all the relevant  versions and extensions installed so no problem there.<br />
b) transfer the zip file to your site and unzip them usingthe Heart Internet Control Panel File Manager &#8211; right click the zip file  to unzip it.  If you want the site in your root domain then unzip the file into the public_html directory.<br />
c) Create a brand new mySQL database within the HI control panel. During  the magento install wizard you’ll need the host (localhost), user id,  password and db name (probably the same as the user id but can be  checked by editing the db in control panel).</p>
<p>d) Contact HI and ask them to allow &#8220;CREATE TEMP TABLE&#8221; permissions on your database.  Heart stop this by default for security reasons</p>
<p>e) Set the permissions against the install files.  In your FTP program (I use Filezilla) you right click on the remote file  and hit properties, you can then change the permissions of each file or  directory (other ftp programs will be similar).</p>
<p>Set file  /public_html/magento/var/.htaccess,</p>
<p>the directories  /public_html/magento/app/etc, /public_html/magento/var,</p>
<p>and all the  directories under /public_html/magento/media to <strong>777</strong>.</p>
<p>3) Now we also need to set some further permissions.</p>
<p>Ensure that  /public_html/magento/index.php and the magento directory itself are both  set to <strong>755</strong>.</p>
<p>4) Edit the file /public_html/magento/.htaccess and add the following:</p>
<pre>#############################
 ## For heart internet
 SetEnv DEFAULT_PHP_VERSION 5
 php_flag short_open_tag on</pre>
<p>5) Create a new text file within /public_html/magento/ called php5.ini<br />
put the following in this file:</p>
<pre> php_flag short_open_tag on
</pre>
<p>6) If you want to install the demo store data then you should now load in the SQL statements in against the MySQL database &#8211; before the installation process</p>
<p>Double check everything then go to <a href="http://www.yoursite.com/magento/" target="_blank">http://www.yoursite.com/magento/</a> and you should see the installation wizard. It’s pretty obvious from  there on, just enter the db details and localisation etc.</p>
<p>Now I want to install the Modern Theme.</p>
<p>I go to the Admin menu.  Choose Magento Connect. Change the settings to Beta. Then install the extension key magento-core/Interface_Frontend_Default_Modern (it&#8217;s free).</p>
<p>It should be that simple but I am noticing that this step frequently buggers up my install.</p>
<p>It seems to have installed and my update page displays all this:</p>
<pre>magento-core/Mage_Core_Modules requires package  "magento-core/Lib_Google_Checkout" (version &gt;= 1.4.0.0, version &lt;=  1.4.1, excluded versions: 1.4.1)
magento-core/Mage_Core_Modules  requires package "magento-core/Lib_Js_Calendar" (version &gt;= 1.51.0,  version &lt;= 1.52, excluded versions: 1.52)
magento-core/Interface_Frontend_Default_Modern  requires package "magento-core/Mage_Core_Modules" (version &gt;=  1.4.0.0, version &lt;= 1.4.1, excluded versions: 1.4.1)
downloading  Lib_Varien-1.4.0.0.tgz ...
Starting to download  Lib_Varien-1.4.0.0.tgz (126,181 bytes)
. . . . . . . . . . . . . . . .  . . . . . . . . . ...done: 126,181 bytes
downloading  Lib_Js_Mage-1.4.0.1.tgz ...
Starting to download  Lib_Js_Mage-1.4.0.1.tgz (87,791 bytes)
...done: 87,791 bytes
downloading  Lib_PEAR-1.4.0.0.tgz ...
Starting to download Lib_PEAR-1.4.0.0.tgz  (118,829 bytes)
...done: 118,829 bytes
downloading  Lib_ZF-1.9.6.0.tgz ...
Starting to download Lib_ZF-1.9.6.0.tgz  (1,763,063 bytes)
...done: 1,763,063 bytes
downloading  Lib_Js_Prototype-1.6.0.3.0.tgz ...
Starting to download  Lib_Js_Prototype-1.6.0.3.0.tgz (222,617 bytes)
...done: 222,617 bytes
downloading  Mage_Pear_Helpers-1.0.18800.tgz ...
Starting to download  Mage_Pear_Helpers-1.0.18800.tgz (9,225 bytes)
...done: 9,225 bytes
downloading  Lib_ZF_Locale-1.9.6.0.tgz ...
Starting to download  Lib_ZF_Locale-1.9.6.0.tgz (1,522,612 bytes)
...done: 1,522,612 bytes
downloading  PEAR-1.9.0.tgz ...
Starting to download PEAR-1.9.0.tgz (291,634  bytes)
...done: 291,634 bytes
downloading Archive_Tar-1.3.6.tgz  ...
Starting to download Archive_Tar-1.3.6.tgz (17,600 bytes)
...done:  17,600 bytes
downloading Structures_Graph-1.0.3.tgz ...
Starting  to download Structures_Graph-1.0.3.tgz (30,191 bytes)
...done: 30,191  bytes
downloading Console_Getopt-1.2.3.tgz ...
Starting to  download Console_Getopt-1.2.3.tgz (4,011 bytes)
...done: 4,011 bytes
downloading  XML_Util-1.2.1.tgz ...
Starting to download XML_Util-1.2.1.tgz  (17,729 bytes)
...done: 17,729 bytes
install ok:  channel://connect.magentocommerce.com/core/Lib_PEAR-1.4.0.0
install  ok: channel://pear.php.net/Archive_Tar-1.3.6
install ok:  channel://pear.php.net/Structures_Graph-1.0.3
install ok:  channel://pear.php.net/Console_Getopt-1.2.3
install ok:  channel://pear.php.net/XML_Util-1.2.1
install ok:  channel://pear.php.net/PEAR-1.9.0
install ok:  channel://connect.magentocommerce.com/core/Mage_Pear_Helpers-1.0.18800
install  ok:  channel://connect.magentocommerce.com/core/Lib_Js_Prototype-1.6.0.3.0
install  ok: channel://connect.magentocommerce.com/core/Lib_ZF_Locale-1.9.6.0
install  ok: channel://connect.magentocommerce.com/core/Lib_Js_Mage-1.4.0.1
install  ok: channel://connect.magentocommerce.com/core/Lib_ZF-1.9.6.0
install  ok: channel://connect.magentocommerce.com/core/Lib_Varien-1.4.0.0
PEAR:  Optional feature webinstaller available (PEAR's web-based installer)
PEAR:  Optional feature gtkinstaller available (PEAR's PHP-GTK-based  installer)
PEAR: Optional feature gtk2installer available (PEAR's  PHP-GTK2-based installer)
PEAR: To install optional features use  "pear install pear/PEAR#featurename"
</pre>
<p>When you visit the front page again we still have the same Theme.  We need to change the theme from the Admin Menu.</p>
<p>Choose System / Configuration / General / Design</p>
<p>Set the following:</p>
<p>Templates : default</p>
<p>Themes : modern</p>
<p>Now when you look at your store you&#8217;ll see the the new theme but probably still in the wrong format.  This is because you&#8217;ll need to edit the Front Page makeup in the CMS section.</p>
<p>The Modern theme needs just the 1 column Home Page enabled.  Go to the CMS menu, select the Pages option, then the Home Page 2 Column with right bar and choose the disable option and save it.  Then choose the Home Page 1 Column option and &#8220;Enable&#8221; then save it.</p>
<p>The Modern Theme should now be fully active.</p>
<p>Note : Because I tried to enter the demo data after the shop was configured I got an error &#8211; but the error was surpressed with the message <em>Exception printing is disabled by default for security reasons.</em></p>
<p><em>To reset that I changed the file errors/local.xml.sample to local.xml.<br />
</em></p>
<p><img src="file:///C:/Users/Dave/AppData/Local/Temp/moz-screenshot.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarpolar.co.uk/installing-magento-on-windows-7-xampp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin : Flickr Search Wall</title>
		<link>http://www.solarpolar.co.uk/wordpress-plugin-flickr-search-wall/</link>
		<comments>http://www.solarpolar.co.uk/wordpress-plugin-flickr-search-wall/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:26:35 +0000</pubDate>
		<dc:creator>Dave Walker</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo wall]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.solarpolar.co.uk/?p=176</guid>
		<description><![CDATA[I&#8217;m developing a new WordPress plugin to show a FLickr Wall of photos. Might be fun?  Check out the beta page here and let me know what you think? www.solarpolar.co.uk/flickr-wall]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m developing a new WordPress plugin to show a FLickr Wall of  photos.</p>
<p>Might be fun?  Check out the beta page here and let me  know what you think?</p>
<p><a title="Flickr Search Wall" href="http://www.solarpolar.co.uk/flickr-wall" target="_blank">www.solarpolar.co.uk/flickr-wall</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarpolar.co.uk/wordpress-plugin-flickr-search-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a WordPress Plugin</title>
		<link>http://www.solarpolar.co.uk/creating-a-wordpress-plugin/</link>
		<comments>http://www.solarpolar.co.uk/creating-a-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:28:41 +0000</pubDate>
		<dc:creator>Dave Walker</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.solarpolar.co.uk/?p=154</guid>
		<description><![CDATA[I&#8217;m currently working on some development of some WordPress plugins. There is a wealth of information on the net but sometimes it&#8217;s difficult to put it all together. This post will build over time and the links below will show what sites have helped me understand plugin development from basic learning to advanced techniques. How [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on some development of some WordPress plugins.  There is a wealth of information on the net but sometimes it&#8217;s difficult to put it all together.</p>
<p>This post will build over time and the links below will show what sites have helped me understand plugin development from basic learning to advanced techniques.</p>
<p>How to Build a simple WordPress Plugin</p>
<p><a title="http://www.unmatchedstyle.com/news/how-to-build-a-wordpress-plugin.php" href="http://www.unmatchedstyle.com/news/how-to-build-a-wordpress-plugin.php">http://www.unmatchedstyle.com/news/how-to-build-a-wordpress-plugin.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarpolar.co.uk/creating-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar Polar got hacked</title>
		<link>http://www.solarpolar.co.uk/solar-polar-got-hacked/</link>
		<comments>http://www.solarpolar.co.uk/solar-polar-got-hacked/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:52:22 +0000</pubDate>
		<dc:creator>Dave Walker</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.solarpolar.co.uk/?p=3</guid>
		<description><![CDATA[We&#8217;ll I&#8217;m not sure how yet but our site got hacked.  Some dude called &#8220;North Storm&#8221; got in and changed some code so that it started running malicious code on the server. The lovely team at Heart Internet we able to identify it and switched scripting off and inform me so kudos to them. I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll I&#8217;m not sure how yet but our site got hacked.  Some dude called &#8220;North Storm&#8221; got in and changed some code so that it started running malicious code on the server.</p>
<p>The lovely team at Heart Internet we able to identify it and switched scripting off and inform me so kudos to them.</p>
<p>I&#8217;ll report fully on the attack later because there seems to be no further information on it.</p>
<p>In the meantime I&#8217;m trying to get back all previous posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarpolar.co.uk/solar-polar-got-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
