Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 2, 20168 yr There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are: UPDATE `core_streams` SET `position`=0 WHERE `position` IS NULL; ALTER TABLE `core_streams` CHANGE COLUMN `position` `position` INT (10) NOT NULL DEFAULT 0 COMMENT 'The position in the list';
August 2, 20168 yr That's a bug in the Support Tool code which checks the database, and will be fixed in the next version. For now, you can simply ignore those errors.
Archived
This topic is now archived and is closed to further replies.