News:

Looking for documentation? Take a look on our wiki

Main Menu

[SOLVED] Latest SVN 1030 broke VirtueMart completely Do Not update

Started by aravot, November 02, 2007, 17:17:50 PM

Previous topic - Next topic

aravot

Joomla 1.0.13 and Joomla 1.5 r9299
VirtueMart 1.1 r1030

After updating to latest ViruteMart 1.1 r1030 in backend can not access VM get following message.
QuoteJoomla! was unable to locate the stated resource

In front end can not browse product, get following message.
QuoteThe page you are trying to access does not exist.

patrik60



patrik60

#3
When updating the VM rev 1029 to 1030 with ftp there are two solutions:

to make VM work again without completely new installation you may leave the global.php unchanged. that means put in again the following code in line 24 (was deleted in rev 1030):

define( 'VM_COMPONENT_NAME', 'com_virtuemart' );


this code has been added to the virtuemart.cfg-dist.php.

an other solution is, to fresh install VM 1030/31 on an other server and than to copy the virtuemart.cfg.php to the not working VM rev 1030/31 and to adjust the settings in the store configuration. It's the better solution, because you have all files up-to-date.

patrik