Hello Reders!
Pls open the file: modulesmod_virtuemart_currenciesmod_virtuemart_currencies.php and find the following code:
[PHP]
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
[/PHP]
replace:
[PHP]
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
global $mosConfig_absolute_path, $sess, $option, $page, $ps_html, $vendor_accepted_currencies;
// Load the virtuemart main parse code
if( file_exists(dirname(__FILE__).’/../../components/com_virtuemart/virtuemart_parser.php’ )) {
require_once( dirname(__FILE__).’/../../components/com_virtuemart/virtuemart_parser.php’ );
} else {
require_once( dirname(__FILE__).’/../components/com_virtuemart/virtuemart_parser.php’ );
}
[/PHP]