Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Registration Not Working

Asked Modified Viewed 2,542 times
S
snowneo
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

Whenever a user registers they complete the form, and then submit it, and it says that they may now login and there is an error

Unknown column 'user_birthdate' in 'field list'

Help please?

I dont want to upgrade to v7 as many of the panels and infusions I have on are required, and there is no v7 of them yet.
Edited by snowneo on 30-08-2008 11:31,
0 replies

3 posts

R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

you have to place the missing colum in your DB.


0 replies
S
snowneo
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

How exactly would I do that?

I am very sorry, I am inexperienced at databasing. :/
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Just preview this code, in a custom page:

<?php
$result = dbquery("ALTER TABLE ".DB_PREFIX."users ADD user_birthday DATE NOT NULL DEFAULT '0000-00-00';");
if ($result) {
echo "Done!";
} else {
echo "Failed!";
}
?>
Edited by Josso on 30-08-2008 15:20,
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet