KindaiBujitsu
Joined: 21 Feb 2006 Posts: 2
|
Posted: Tue Feb 21, 2006 5:11 pm Post subject: SQL Error : 1054 Unknown column 'user_autospell' in 'field l |
|
|
Hey all
My first time installing SpellingCow, its GREAT. I was able to get it working on the posts, everything work as it should. However, when trying to create a new user, I get the following error after submit. I have checked and RECHECKED 4 times now, and everything is how it should be.
SQL Error : 1054 Unknown column 'user_autospell' 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_autospell, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey) VALUES (36, 'asdasd', 1140559672, 'a8f5f167f44f4964e6c998dee827110c', 'asdasd@asd.com', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 'D M d, Y g:i a', 'english', 1, 0, 1, 1, '')
Line : 636
File : usercp_register.php |
|