[gelöst] SW 5.2.9 Cronjob Error

Nach einen Update auf 5.2.9 mag der Cronjob nicht mehr :frowning:

[Doctrine\DBAL\DBALException]

An exception occurred while executing 'UPDATE s_crontab SET action = ?, `interval` = ?, data = ?, active = ?, next = ?, start = ?, end = ?, disable_on_error = ? WHERE id = ?' with params ["Shopware_CronJob_ClearHttpCache", 900, "a
  :1:{s:5:\"error\";s:436:\"An exception occurred while executing 'UPDATE s_crontab SET action = ?, `interval` = ?, data = ?, active = ?, next = ?, start = ?, end = ?, disable_on_error = ? WHERE id = ?' with params [\"Shopware_CronJ
  ob_ClearHttpCache\", 900, \"s:19:\\\"Cleared HTTP-Cache\\n\\\";\", \"1\", \"2017-01-05 10:47:56\", \"2017-01-06 15:08:27\", \"2017-05-01 10:45:01\", \"0\", 16]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'disable_on
  _error' in 'field list'\";}", "1", "2017-01-06 15:17:56", "2017-01-06 15:08:27", "2017-01-06 15:08:27", "0", 16]:
  

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'disable_on_error' in 'field list'

In der Tabelle zum Cronjob gibt es keine Spalte „disable_on_error“. Dadurch wird der Cronjob mit Fehler 503 abgebrochen.

Was kann ich tun? 

Es sieht so aus, als ob nicht alle Migrationsscripte gelaufen sind. Gab es beim Update irgendwelche Fehler?

Vielleicht das mal ausführen: shopware/789-add-crontab-disableonerror.php at 9c393b1218815589b6c05aa41a962fa90b30454a · shopware/shopware · GitHub

 

1 „Gefällt mir“

Das wars. Ist wohl beim Update nicht gemacht worden. Danke!