Installed 2.0 New Registrations not working. Help Please
I think everything is working now, except registration. I get the error message below. I tried to set registration check security to low, with no luck.
this is the site: http://www.gilb.com/tiki-register.php
(original error message is in a nice table)
ERROR
An error occured in a database query!
Context:
File tiki-register.php
Url tiki-register.php
Query:
insert into `users_users`(`login`, `password`, `email`, `provpass`, `registrationDate`, `hash`, `pass_confirm`, `email_confirm`, `created`, `valid`, `openid_url`, `lastLogin`, `waiting`) values(?,?,?,?,?,?,?,?,?,?,?,?,?)
Values:
0 TestName
1 passord1
2 flokai@yahoo.com
3
4 1218943437
5 $1$EFY.ZOev$wf8VVIMKm7T8M3.rXfbVz1
6 1218943437
7 1218943437
8 1218943437
9 passord1
10
11 NULL
12 NULL
Message:
Unknown column 'email_confirm' in 'field list'
Built query was probably:
insert into `users_users`(`login`, `password`, `email`, `provpass`, `registrationDate`, `hash`, `pass_confirm`, `email_confirm`, `created`, `valid`, `openid_url`, `lastLogin`, `waiting`) values('TestName','passord1','flokai@yahoo.com',,'1218943437','$1$EFY.ZOev$wf8VVIMKm7T8M3.rXfbVz1','1218943437','1218943437','1218943437','passord1',,NULL,NULL)