MyBB Community Forums

Full Version: Data Cache Building
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guy

I tried to upgrade my forum 1.4.13 to 1.6

but I got this error after a pass few steps

[Image: 56898748.png]

can you please tell me how to fix it ?


Have you manually modified the database at all? birthdayprivacy is a default field...
I never touch the database! Big Grin
tell me what should I do? is there anyway to fix it ?
Please guys I need help ?
I don't know what to do with it ?
Run this query:

ALTER TABLE  `mybb_users` ADD  `birthdayprivacy` VARCHAR( 4 ) NOT NULL DEFAULT  'all' AFTER  `birthday`;

You must have done something for this to be deleted though, it wouldn't delete itself and no code in MyBB would remove it.
Thank you very much it works now Big Grin