Here's another one:
mod_virtuemart_login.php line 70:
$action = $mm_action_url. 'index.php?option=com_user&task='.$type;
should be
$action = $mm_action_url. 'index.php?option=com_user&task='.$type;
Regards
Phil
where's that file (mod_virtuemart_login.php)?????
It's in the directory modules/mod_virtuemart_login
Thank you, fixed in SVN 1499