[Problem]account already exists

03/19/2014 10:35 giorgosrodos1#1
When i go on register page (i try with another register page but the same problem) i get a Error Message "Registration failed: The account already exists."

[Only registered and activated users can see links. Click Here To Register...]
03/19/2014 10:40 [Cyberos]#2
The Problem ist not the Register Page.
Its a Problem in the Database account.account.
03/19/2014 16:19 .Marcel'#3
Try this:
Quote:
chmod -R 777 /var/db/mysql
03/20/2014 07:51 giorgosrodos1#4
i try it but the same problem
03/20/2014 11:42 Coniesan#5
The real problem is, that your SQL Query want to insert attributes, but in the database, these attributes are missing!
So, look in your register PHP file for a String like: "INSERT INTO" there you'll find all attribute-fields you need (if you aren't able to do this by your self, post this insert query and I'll write you the attributes down)
03/20/2014 14:22 giorgosrodos1#6
i fix the problem (i had set web_ip to 0.0.0.0 defualt)
06/11/2016 10:07 sannifeh#7
yes , Thanks for giorgosrodos1 for this fix , I try it , and I make register succ
[Only registered and activated users can see links. Click Here To Register...]
04/20/2017 21:54 victor4011#8
up? have other fix?