Page 1 of 1
studio account creation two bugs
Posted: 14 December 2014, 22:24
by sparr
1) I clicked "Register" after filling out the form. The "Register" button disappeared, probably by design. 30(?) seconds later I got a notification up top that I might not be connected, and the button re-appeared. I know from receiving an email that my registration did go through.
2) When clicking "Register" again, I got a red error notification up top with a raw SQL error message in it, indicating there was a duplicate row for my username. That should probably be prettified.
Re: studio account creation two bugs
Posted: 19 December 2014, 16:57
by Peyrol
I believe I experienced the same error. Using Google Chrome version 39.0.2171.95 under Linux Mint Debian 64 bit, I chose the same developer username as my arena username, and the following error message briefly appeared when I clicked on register (my personal info edited out):
Code: Select all
Unexpected error: Error while processing SQL request: INSERT INTO w_studio_developer (sd_name,sd_register,sd_password,sd_bganame,sd_firstname,sd_lastname,sd_email,sd_address) VALUES ('Peyrol', NOW(), '', 'Peyrol', 'My', 'Name', 'my@email.address', 'my_snail_mail\naddress\nUSA' ) Duplicate entry 'Peyrol' for key 'PRIMARY'
There was no indication on the page that registration occurred. But, I got an email anyway, so it must have worked.
Re: studio account creation two bugs
Posted: 25 December 2014, 05:20
by pikiou
I guess it's to get you prepared for the few bugs you'll encounter using the studio ^^