View Issue Details

IDProjectCategoryView StatusLast Update
0005026Composr alpha bug reports[All Projects] General / Uncategorisedpublic2022-11-19 23:10
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMajor-bug 
Status resolvedResolutionfixed 
Summary0005026: Omni-upgrader: Upgrade from v10 to v11 fails due to changes in theme_images SQL table
DescriptionWhen upgrading from v10 to v11, after transferring over files, the upgrader breaks:
collapse_2d_complexity has null in parameter 3

I'm assuming it relates to the embedded SQL error within the eval code:
Database query failed: SELECT id,url FROM cms_theme_images WHERE (theme='default' AND lang='EN') [Unknown column 'url' in 'field list']

I think since the upgrader does not also immediately upgrade the database, the new files / mini-kernel are looking for the 'url' column in the database, which does not yet exist as the database upgrader has not run yet. This prevents the upgrader from finishing.
TagsNo tags attached.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-11-14 14:18 Patrick Schmalstig New Issue
2022-11-14 14:18 Patrick Schmalstig Status non-assigned => assigned
2022-11-14 14:18 Patrick Schmalstig Assigned To => Chris Graham
2022-11-19 23:10 Chris Graham Status assigned => resolved
2022-11-19 23:10 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised