MyBB Community Forums

Full Version: MySQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
URL: http://mercsgaming.com/

[Image: 3e24d927f7c91336aae92d46d6139e90.png]

Receive this error when any normally registered user visits a profile, when an administrator views the profile the problem does not happen, please any help would be amazing as this is quite urgent.
what is your forum's exact MyBB version ? can we have your forum url
you can run below SQL query (if required, see SQL query guidance)
ALTER TABLE `mybb_profilefields` ADD  `hidden` int(1) NOT NULL default '0';

(edited)
That doesn't work pal, just tried that a minute ago.
okay. you can try it like this
ALTER TABLE `mybb_profilefields` ADD `hidden` int(1) NOT NULL default '0'; 
Wow, thank you so much man. Never used MyBB Forums for support but now I know where to come.. Means a lot.