heimrichhannot / contao-exporter-bundle

A backend module for exporting any contao entity to file.
1 stars 2 forks source link

Fehler beim Aufruf über Cron und kein Export #15

Open albirs opened 1 year ago

albirs commented 1 year ago

Beim Ausführen des Exporter über cron herhalte ich folgende Fehlermeldung und es findet kein Export statt: console.CRITICAL: Error thrown while running command "huh:exporter:export 1 -q". Message: "Call to a member function has() on null" {"exception":"[object] (Error(code: 0): Call to a member function has() on null at ..../vendor/heimrichhannot/contao-utils-bundle/src/Driver/DC_Table_Utils.php:37)","command":"huh:exporter:export 1 -q","message":"Call to a member function has() on null"} []

in der DC_Table_Utils.php:37 wird ein (Frontend) Token abgefragt der per cron aber immer leer ist ...(?)

contao-exporter-bundle 0.11.3 Contao 4.13.29