VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: cornelius123 on December 19, 2013, 17:24:45 PM

Title: Double user registration
Post by: cornelius123 on December 19, 2013, 17:24:45 PM
Sometimes a new client gets two user records. With the same client number but different user id. The first record gets the order.
We are using Joomla 2.5.16 and VM 2.0.20b. Would an update to VM 2.0.22a solve the problem?
Title: Re: Double user registration
Post by: Milbo on December 19, 2013, 18:01:52 PM
at least 2.0.22c, but why not using 2.0.26a?
Title: Re: Double user registration
Post by: sfigattomambo on January 28, 2014, 16:27:52 PM
I'm experiencing the same issue with Joomla 2.5.17 and VM 2.0.26d.
It seems to be a session problem, especially using IE.
Title: Re: Double user registration
Post by: gpessoa on January 29, 2014, 00:29:45 AM
Sometimes it also happens here to
Title: Re: Double user registration
Post by: Milbo on January 29, 2014, 19:46:44 PM
Sometimes, hmm,

maybe the new errorlog will reveal it.
Title: Re: Double user registration
Post by: wegotballscoza on March 13, 2014, 13:12:25 PM
Hi,

I'm not expert but by chance I found that enabling the ftp layer in joomla causes the double registration of users. I use VM 2.0.26d with the following specs with xampp on my localhost...

PHP Built On  Windows NT USER-PC 6.1 build 7601 (Windows 7 Home Premium Edition Service Pack 1) i586 
Database Version  5.6.16 
Database Collation  utf8_general_ci 
PHP Version  5.5.9 
Web Server  Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 
WebServer to PHP Interface  apache2handler 
Joomla! Version  Joomla! 2.5.17 Stable [ Ember ] 18-December-2013 14:30 GMT 
Joomla! Platform Version  Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT 
User Agent  Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko 

I must admit that since I enabled the ftp layer in joomla a lot of issues start arising on my site... plus I couldn't get it to turn off ... once it was enabled no matter how many times I actually turn it to "no" it still stays "yes". I then set it in the configuration.php file in joomla root to    public $ftp_enable = '0';

I marked this as solved, not really sure if it does the trick for other people .. for me it certainly did. I tested it 10 times before posting ....