<?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>My Quick Fix &#187; VirtueMart</title>
	<atom:link href="http://myquickfix.co.uk/index.php/category/computers/web-development/virtuemart/feed/" rel="self" type="application/rss+xml" />
	<link>http://myquickfix.co.uk</link>
	<description>Quick fixes for niggly problems...</description>
	<lastBuildDate>Thu, 24 Sep 2009 15:10:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Moving VirtueMart: Link path problem in admin console</title>
		<link>http://myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/</link>
		<comments>http://myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 11:07:59 +0000</pubDate>
		<dc:creator>hutch</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[VirtueMart]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=301</guid>
		<description><![CDATA[Problem
Just now, I needed to move a website running Joomla 1.5 and VirtueMart 1.1.2 from the development server, to the live web space. After I had moved the data, and the files, and updated the path in Joomla&#8217;s &#8216;configuration.php&#8217; file, it seemed to work ok, but all the links in the VirtueMart Admin area still pointed to my development server.
Solution
After doing a &#8216;find in files&#8217; for my development server&#8217;s name, I found two more paths that need changing in VirtueMart&#8217;s own configuration file. This is the file:
/administrator/components/com_virtuemart/virtuemart.cfg.php
The following two paths ...]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>Just now, I needed to move a website running Joomla 1.5 and VirtueMart 1.1.2 from the development server, to the live web space. After I had moved the data, and the files, and updated the path in Joomla&#8217;s &#8216;configuration.php&#8217; file, it seemed to work ok, but all the links in the VirtueMart Admin area still pointed to my development server.</p>
<h2>Solution</h2>
<p>After doing a &#8216;find in files&#8217; for my development server&#8217;s name, I found two more paths that need changing in VirtueMart&#8217;s own configuration file. This is the file:</p>
<blockquote><p>/administrator/components/com_virtuemart/virtuemart.cfg.php</p></blockquote>
<p>The following two paths need editing to point to the new server location (URL):</p>
<pre name="code" class="php">
define( 'URL', 'http://my.devserver.com/joomla/' );
define( 'SECUREURL', 'https://secure.devserver.com/joomla/' );
</pre>
<p>A simple fix, but probably worth posting.</p>
]]></content:encoded>
			<wfw:commentRss>http://myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
