Error when people try to reg on forum??

Status
Not open for further replies.

petemint

New Member
Messages
39
Reaction score
0
Points
0
Hi, have recently set up a forum on my site, and it's all looking nice now.
The problem is, when someone trys to register, I get this error.

Could not insert data into users table

DEBUG MODE

SQL Error : 1054 Unknown column 'games_block_pm' in 'field list'

INSERT INTO phpbb_users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, games_block_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey) VALUES (7, 'testuser', 1192054805, '806b2af4633e64af88d33fbe4165a06a', 'petemint79@vodafone.net', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 'D M d, Y g:i a', 'english', 1, 0, 1, 0, 'bd61db')

Line : 648
File : usercp_register.php

I have recently installed an arcade, so had to edit a lot of files, but have checked, and re checked these files, and all seams ok.
Can anyone help me?

The forum in question is www.thestealthelite.pcriot.com/forums
 
Last edited:

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
There might be a issue with the mod, post on the phpbb support forums and you will find more answers.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
You're missing a SQL edit, it looks as if you were supposed to add in the column "games_block_pm". It's telling you it tried to INSERT data into the column but it does not exist.
 
Status
Not open for further replies.
Top