View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005026 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2022-11-14 14:18 | 2022-11-19 23:10 |
Reporter | Patrick Schmalstig | Assigned To | Chris Graham | ||
Severity | Major-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005026: Omni-upgrader: Upgrade from v10 to v11 fails due to changes in theme_images SQL table | ||||
Description | When 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. | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
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 |