Sim
Well-known member
- Affected version
- 2.3.5
I've seen plenty of discussion about this and claims that it's been fixed - but I just tried a test upgrade from XF 1.5.24 to 2.3.5 and the upgrade process breaks - just like other reports that have apparently been fixed.
This was just a test on my dev server, but I'll have two XF 1.5.24 production sites I want to upgrade soon, so it would be nice to have an upgrade process that actually works instead of needing to do the upgrade in multiple parts.
Happy to help test fixes - I have a dev environment all ready to go.
Code:
...
Running upgrade to 2.3.0 Alpha, step 7... done.
Running upgrade to 2.3.0 Alpha, step 8...
In AbstractStatement.php line 230:
MySQL statement prepare error [1054]: Unknown column 'priority' in 'field list'
xf:upgrade [--skip-statistics]
Exception query:
INSERT INTO `xf_job` (`execute_class`, `execute_data`, `unique_key`, `manual_execute`, `trigger_date`, `priority`) VALUES (?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE
execute_class = VALUES(execute_class),
execute_data = VALUES(execute_data),
manual_execute = VALUES(manual_execute),
trigger_date = VALUES(trigger_date),
last_run_date = NULL,
priority = VALUES(priority)
This was just a test on my dev server, but I'll have two XF 1.5.24 production sites I want to upgrade soon, so it would be nice to have an upgrade process that actually works instead of needing to do the upgrade in multiple parts.
Happy to help test fixes - I have a dev environment all ready to go.