MyBB Community Forums

Full Version: memberlist.php 406 error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the whole server all mybb forums memberlist.php shows a 406 not acceptable what do we need to install or whats wrong? anyone lol
The only thing listed in the Wiki is this:

Quote:Database: MySQL
SQL Error: 1054 - Unknown column 'loginattempts' in 'field list'
Query: SELECT loginattempts FROM mybb_users WHERE LOWER(username)='username' LIMIT 1
Information: This occurs when you are using MySQL and you attempt to upgrade from 1.4.3 to 1.4.4, after you upload all the new files, but do not run the upgrade script. In 1.4.4, a new column, 'loginattempts', was added to the users table for a new security feature. The error shows as the 1.4.4 member.php file is trying to find the 'loginattempts' column in a 1.4.3 database, where it doesn't exist. To fix this issue, go to ./install/upgrade.php and choose 1.4.2/1.4.3 from the list.
Well this mybb was never upgraded but its a Mybb -> vBulletin -> Mybb forum but it was working a few days ago (memberlist.php)
Hmm been looking this up and error 406 is apparently something to do with the data not being acceptable for the client.
What browser are you using? Have you tried a different one? Could we have a URL?