VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: roby.ds on April 15, 2016, 08:04:22 AM

Title: [SOLVED] VM 3.0.14 - J 3.5.1 - USER registration problem
Post by: roby.ds on April 15, 2016, 08:04:22 AM
 :(

After the user selected an item and want to buy he can't register:
He compile the registration fields (coming from the cart page > adding billing address)
but if hi select "register and buy" he remain in the same registration page and the account is not created.

joomla 3.5.1
Virtuemart 3.0.14 and 3.0.12
PHP version: 5.6.17-1~dotdeb+zts+7.1
LIVE SITE: www.dolcepausa.com/DP3


PS the user registration in joomla  is enabled..

I can't find a fix

Mod edit:  bump message removed. Please read http://forum.virtuemart.net/index.php?topic=104795.0 [/color
Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: jenkinhill on April 15, 2016, 15:44:24 PM
Possibly related to the known Joomla 3.5.1 mail issue described on this forum several times.

Please try with VM3.0.16 which is compatible with Joomla 3.5.1  - but test on a backup copy of your site.  http://dev.virtuemart.net/projects/virtuemart/files

Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: roby.ds on April 15, 2016, 16:15:03 PM
Done but not solved
Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: roby.ds on April 15, 2016, 16:27:19 PM
I have multiple installations: 3.0.12 - 3.0.14 - and 3.0.16
in any of them the user registration is working

before 3.0.12 i didn't see this problem
Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: jenkinhill on April 15, 2016, 17:38:42 PM
Test with Protostar template in case this is an issue with your commercial template.
Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: roby.ds on April 15, 2016, 19:41:29 PM
Ok.. the problem was that the e-mail used for the registration was already used but no message was shown...
For the record I make all my template.
Now i will look how to sho the error message.

Thankyou ;D
Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: roby.ds on April 16, 2016, 09:22:23 AM
Ok. I'm trying to understand why in my template there is no feedback from the system.. i didn't put any override on the registration page!
Title: Re: VM 3.0.14 - J 3.5.1 - USER registration problem (users can register - active)
Post by: GJC Web Design on April 16, 2016, 12:59:18 PM
tested good on Protostar j3.5.1/VM3.0.16

displayed in the normal Joomla message sys

<div id="system-message-container">
<div id="system-message">
<div class="alert alert-error">
<a data-dismiss="alert" class="close">×</a>

<h4 class="alert-heading">Error</h4>
<div>
<div class="alert-message">Save failed with the following error: This email address is already registered.</div>
</div>
</div>
</div>
</div>