sovushik Posted June 27, 2016 Share Posted June 27, 2016 in Technical Support this error: 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'; UPDATE `core_log` SET `time`=0 WHERE `time` IS NULL; ALTER TABLE `core_log` CHANGE COLUMN `time` `time` INT (10) NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of log'; i run this string, but error is not off! ( Link to comment Share on other sites More sharing options...
Stuart Silvester Posted June 27, 2016 Share Posted June 27, 2016 Hi, This issue is fixed in 4.1.13. Link to comment Share on other sites More sharing options...
sovushik Posted June 27, 2016 Author Share Posted June 27, 2016 Good news) It's critical error in mysql? when is release 4.1.13? Link to comment Share on other sites More sharing options...
Colonel_mortis Posted June 27, 2016 Share Posted June 27, 2016 17 minutes ago, sovushik said: Good news) It's critical error in mysql? when is release 4.1.13? It's not an error, it's just detecting an issue where there is none. You can skip it when running the troubleshooter. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.