Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Bolt 3.6.6 fresh install same symptoms as #6856 with PHP 7.0 #7766

@sebtombs

Description

@sebtombs

After a fresh install of Bolt 3.6.6 using MySQL as the database, all appears to be well initially. However, check database fails repeatedly.

Details

Question Answer
Relevant Bolt Version 3.6.6
Install type Zip or tar install
PHP version 7.0
Web server Apache

Reproduction

Install Bolt 3.6.6 from the tarball.
php app/nut init

edit config.yml to change the database to mysql
Fill in the initial user page

All seems to be well, but the "Check database" warning comes up on the dashboard.

Database check yields the below. Updating the database gives no changes.

This seems to be similar in symptoms to #6856, but presumably can't be the same cause because that is long since merged.

Modifications needed:
Table bolt_authtoken is not the correct schema: invalid column user_id, invalid column username, invalid column lastseen, invalid column ip, invalid column useragent, invalid column validity
Table bolt_blocks is not the correct schema: invalid column datepublish, invalid column datedepublish, invalid column ownerid, invalid column templatefields, invalid column title, invalid column contentlink, invalid column image
Table bolt_entries is not the correct schema: invalid column datepublish, invalid column datedepublish, invalid column ownerid, invalid column templatefields, invalid column title, invalid column image, invalid column video
Table bolt_field_value is not the correct schema: invalid column block, invalid column value_string, invalid column value_integer, invalid column value_float, invalid column value_decimal, invalid column value_date, invalid column value_datetime
Table bolt_homepage is not the correct schema: invalid column datepublish, invalid column datedepublish, invalid column ownerid, invalid column templatefields, invalid column title, invalid column image, invalid column contentlink
Table bolt_log_change is not the correct schema: invalid column ownerid, invalid column comment
Table bolt_log_system is not the correct schema: invalid column ownerid
Table bolt_pages is not the correct schema: invalid column datepublish, invalid column datedepublish, invalid column ownerid, invalid column templatefields, invalid column title, invalid column image, invalid column template
Table bolt_showcases is not the correct schema: invalid column datepublish, invalid column datedepublish, invalid column ownerid, invalid column templatefields, invalid column title, invalid column geolocation, invalid column embed, invalid column video, invalid column image, invalid column imagelist, invalid column file, invalid column filelist, invalid column datetime, invalid column date, invalid column multiselect
Table bolt_users is not the correct schema: invalid column lastseen, invalid column lastip, invalid column shadowpassword, invalid column shadowtoken, invalid column shadowvalidity, invalid column throttleduntil

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions