Cannot install v5.7.5.6

Permalink 1 user found helpful
The installation stops during the "installing blocks" with this error:
An exception occurred while executing 'CREATE TABLE btContentImage (bID INT UNSIGNED NOT NULL, fID INT UNSIGNED DEFAULT 0, fOnstateID INT UNSIGNED DEFAULT 0, maxWidth INT UNSIGNED DEFAULT 0, maxHeight INT UNSIGNED DEFAULT 0, externalLink VARCHAR(255) DEFAULT NULL, internalLinkCID INT UNSIGNED DEFAULT 0, altText VARCHAR(255) DEFAULT NULL, title VARCHAR(255) DEFAULT NULL, INDEX fID (fID), PRIMARY KEY(bID)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'btContentImage' already exists.

 
grafoman replied on at Permalink Reply 1 Attachment
Hi!

This is a known bug:https://www.concrete5.org/developers/bugs/5-7-5-6/fresh-installation...
To prevent this you can install an older version of concrete5.
This should work.

After that you can update to the newest version from the Dashboard.
I added an attachment with an older version, which works for me.

Hope this helps,

Grafoman
theluxurybrandagency replied on at Permalink Reply
Thanks.

> On Mar 17, 2016, at 4:32 AM, concrete5 Community <discussions@concretecms.com> wrote: