View Issue Details

IDProjectCategoryView StatusLast Update
5026Composr alpha bug reportsGeneral / Uncategorisedpublic2022-11-19 23:10
ReporterPDStig Assigned ToChris Graham  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Summary5026: 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.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-11-14 14:18 PDStig New Issue
2022-11-14 14:18 PDStig Status Not Assigned => Assigned
2022-11-14 14:18 PDStig 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