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.
seems to work fine again after rev 1031.
patrik
Updated to r1031, still same can't access VM.
Patrick did you ftp the file or started fresh?
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
This is solved by fresh installation of VirtueMart 1.1 r1030/1031.