Current time: 05-25-2012, 06:35 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Error Message] 1054 - Unknown column 'remember' in 'field list'
08-03-2010, 10:54 AM (This post was last modified: 08-03-2010 11:14 AM by HSTChris.)
Post: #1
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago 1054 - Unknown column 'remember' in 'field list'
I have made an update to my problem, please scroll down to the third post. Thank you!

Hello everyone.

I upgraded my forum today, which is located at http://forum.yrea.org.uk/ from the old version to the new version 1.6.

I get the following error when I try to login to the forums:

Quote:MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'remember' in 'field list'

Query:
SELECT uid,username,password,salt,loginkey,remember,passwordconvert,passwordconverttype​ FROM users WHERE username='Chris' LIMIT 1

Any ideas? Thanks in advance for your help! Smile

Kind Regards
Chris Jeffery
YREA Manager

My Website

[Image: travel.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2010, 11:04 AM
Post: #2
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
I had the same problem and got this reply which fixed it.

Quote:Did you run the MyBB Merge system at one point?

If so, please navigate to http://www.mybb.com/downloads/merge-system and download the latest MyBB Merge System. From there unzip it and extract the loginconvert.php file. Replace this file into the /inc/plugins/ directory on your forum.

Please tell me if this works for you.

Thanks,
Ryan Gordon
Find all posts by this user
Quote this message in a reply
08-03-2010, 11:10 AM
Post: #3
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
Thanks very much for that, that solved my main problem! But there was another part which I forgot to mention in my first post. See the below image? How do I get rid of the bit which is circled?

[Image: 63u5c4.jpg]

Thanks Smile

Kind Regards
Chris Jeffery
YREA Manager

My Website

[Image: travel.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2010, 11:15 AM
Post: #4
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
Just had a check on mine. That bit says remember me. not sure how you fix that. Hopefully support will be along soon. One thing you might need to check though.... I have foiund I can no longer delete users. I'm not sure if it is to do with the same thing, but you might want to create a fake user and try and delete it.
Find all posts by this user
Quote this message in a reply
08-03-2010, 11:19 AM (This post was last modified: 08-03-2010 11:29 AM by HSTChris.)
Post: #5
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
I never knew you could delete users anyway to be honest. Where was/is the option to do that and I'll have a look? There are already a couple of test accounts on my forums and it would be very useful to delete those!
Not to worry about my weird checkbox problem. I have fixed the problem by removing the quicklogin box which has been annoying me for ages!

Kind Regards
Chris Jeffery
YREA Manager

My Website

[Image: travel.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2010, 11:36 AM
Post: #6
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
click on the users and groups tab, then on any user click the options box. the delete command is there.

For that undefined problem you have....have you updated your templates because mine added

lang.remember_me = "{$lang->remember_me}";


to header_welcomeblock_guest but I had some custom code in there so it couldnt do it automatically
Find all posts by this user
Quote this message in a reply
08-03-2010, 11:40 AM
Post: #7
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
I think that was the problem with mine, but I fixed it in a different way now as mentioned above which actually worked better, because before the popup style quick login was distorting my template.

As for the option to delete users - I see this option now, and it deleted the user fine for me!

Kind Regards
Chris Jeffery
YREA Manager

My Website

[Image: travel.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2010, 05:10 AM
Post: #8
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
That's correct - You needed to update your Templates. Next time after performing an upgrade please go to ACP -> Templates & Themes -> Templates -> Find Updated Templates and go through that process.

In fact it would be a good idea to do that right now for MyBB 1.6.
Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2010, 11:21 AM
Post: #9
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
All done Smile

Kind Regards
Chris Jeffery
YREA Manager

My Website

[Image: travel.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-07-2010, 03:58 AM
Post: #10
Solved: 1 Year, 7 Months, 3 Weeks, 2 Days, 16 Hours, 38 Minutes, 17 Seconds ago RE: 1054 - Unknown column 'remember' in 'field list'
Well, before upgrade from 1.4.4 to 1.6. I had done:
_Switch default template MyBB
_Disabled all plugin
_Switched default language English

Then upload all file to forum dir (not inc/settings.php)
Open browser, go to: install to upgrade.
After upgraded, i same error.

Template default, but same error too?

Sorry, because English not good
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication