#5026 - Omni-upgrader: Upgrade from v10 to v11 fails due to changes in theme_images SQL table
| Identifier | #5026 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Omni-upgrader: Upgrade from v10 to v11 fails due to changes in theme_images SQL table |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| 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. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet