VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Alexb65 on August 31, 2023, 13:16:33 PM

Title: Version 4.2.0 registration of user does'nt work with Joomla 4.3.4 SEF enabled
Post by: Alexb65 on August 31, 2023, 13:16:33 PM
VM  4.2.0 J 4.3.4

Registration of user does'nt work with Joomla 4.3.4 SEF enabled, it lead to a 404 page error

The problem appears both if I set up a menu pointing to registration form page or from the cart

Multi language site

Disabling J SEF option everything works fine, so it seems a kind of routing problem

Is anyone facing the same behaviour?
Title: Re: Version 4.2.0 registration of user does'nt work with Joomla 4.3.4 SEF enabled
Post by: Alexb65 on August 31, 2023, 15:39:20 PM
Adding a system redirect fixes the problem

The redirect shuld be like:

https://yoursite,com/index.php?option=com_virtuemart&view=user&task=editaddresscart&addrtype=BT

It seems that VM plugin that should do the redirect from Joomla registration page to VM one gets a wrong redirect that leads to a 404 page

I tried changing the plugin order (this iste is multilingual) with no luck