generic cialis
Home » Joomla!, VirtueMart

Moving VirtueMart: Link path problem in admin console

20 January 2009 3 Comments

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’s ‘configuration.php’ 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 ‘find in files’ for my development server’s name, I found two more paths that need changing in VirtueMart’s own configuration file. This is the file:

/administrator/components/com_virtuemart/virtuemart.cfg.php

The following two paths need editing to point to the new server location (URL):

define( 'URL', 'http://my.devserver.com/joomla/' );
define( 'SECUREURL', 'https://secure.devserver.com/joomla/' );

A simple fix, but probably worth posting.

3 Comments »

  • Josh Harle said:

    Excellent quick fix. Very annoying that virtuemart keeps this in it’s own special location.

  • Ayoma Wijethunga said:

    Simple and quick. Thanks for the post…

  • jamie said:

    Just to say a big thank you for the above, this was an excellent fix which i had been struggling with for a number of days. Cheers for that.
    Rep+++++ for you.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.