![]() |
IPB 4.3.6 to mybb 1.819 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: Merge System Support (https://community.mybb.com/forum-180.html) +--- Thread: IPB 4.3.6 to mybb 1.819 (/thread-220735.html) |
IPB 4.3.6 to mybb 1.819 - bodtx - 2018-11-18 Hi I'm migrating this IPB in 4.3.6 to mybb using the merge system. When merging userGroups I have an sql error pmquota seems to be unisgnedand here we have a value of -1. what should I do? change this value to 0 ? RE: IPB 4.3.6 to mybb 1.819 - Wires - 2018-11-18 The pmquota column is expecting an integer. -1 is not an integer nor is it used in MyBB for this column. I assume you don't want the said usergroup to be able to receive/send PMs? If so, you can set pmquota to 0 and canusepms to 0. |