Jump to content

Upgrade impossible


Recommended Posts

Hi everyone, i'm trying to upgrade my board from version 4.5.4.2 to 4.7.2.1. I have a fix to made to database, and even hitting on "fix automatically" or executing queries manually on db it still shows error that i have to fix database with this queries:

UPDATE `invision_core_output_cache` SET `cache_expire`=0 WHERE `cache_expire` IS NULL;
ALTER TABLE `invision_core_output_cache` DROP INDEX `cache_expire`, CHANGE COLUMN `cache_expire` `cache_expire` INT NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of when the cache expires', ADD KEY `cache_expire` (`cache_expire`);

Any suggestion?

Tks

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...