Marcel Broekema
Member
- Affected version
- XF 2.3 beta 4
Made an exact copy of my production forum and (after disabling the Chat and Redis add-ons) see this error:
(second time running php cmd.php xf:upgrade, upgrades ends ok). Same problem when all add-ons are disabled and third try after removing all add-ons:
~/httpdocs$ php cmd.php xf:upgrade
Current version: 2021570
Upgrade target: 2030034 (2.3.0 Beta 4)
Are you sure you want to continue with the upgrade? [y/n] y
Running upgrade to 2.3.0 Alpha, step 1... done.
Running upgrade to 2.3.0 Alpha, step 2... done.
Running upgrade to 2.3.0 Alpha, step 3... done.
Running upgrade to 2.3.0 Alpha, step 4... done.
Running upgrade to 2.3.0 Alpha, step 5... done.
Running upgrade to 2.3.0 Alpha, step 6... done.
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
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)
(second time running php cmd.php xf:upgrade, upgrades ends ok). Same problem when all add-ons are disabled and third try after removing all add-ons:
~/httpdocs$ php cmd.php xf:upgrade
Current version: 2021570
Upgrade target: 2030034 (2.3.0 Beta 4)
Are you sure you want to continue with the upgrade? [y/n] y
Running upgrade to 2.3.0 Alpha, step 1... done.
Running upgrade to 2.3.0 Alpha, step 2... done.
Running upgrade to 2.3.0 Alpha, step 3... done.
Running upgrade to 2.3.0 Alpha, step 4... done.
Running upgrade to 2.3.0 Alpha, step 5... done.
Running upgrade to 2.3.0 Alpha, step 6... done.
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 UPDATEexecute_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)