MyBB Community Forums

Full Version: sql error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, this is the problem [Image: 2i9ksua.png] [in the bottom of the page I see only myself (administrator)]. I switched from version 1.8 but I did not want more problems for plugins etc. .. then I put the folders in 1.6.14 that I kept [because I was advised to download the file of the forum], but then after it happened questo.Non I understand. What should I do? You can fix?
Version 1.8 removed the field longlastip. You can add it using PHPMyAdmin. I think there are mulitple instances.

ALTER TABLE mybb_posts ADD longipaddress INT(11) DEFAULT 0;
ALTER TABLE mybb_users ADD longregip INT(11) DEFAULT 0, ADD longlastip INT(11) DEFAULT 0