Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter import return db error and contao cron jobs blocked #89

Open
paddibr opened this issue Jul 23, 2022 · 0 comments
Open

Twitter import return db error and contao cron jobs blocked #89

paddibr opened this issue Jul 23, 2022 · 0 comments
Assignees
Labels

Comments

@paddibr
Copy link

paddibr commented Jul 23, 2022

In unserer Contao Installation unter 4.13.6 haben wir seit der neusten Version 2.11.1 folgenden DB Error in den Logs:

[2022-07-22T17:13:00.048390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-22T17:13:00.344209+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'author' cannot be null" at .../contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 116 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 1048): An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'author' cannot be null at .../contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:116)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1048): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'author' cannot be null at .../contao/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:30)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'author' cannot be null at .../contao/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)"} []

der Fehler wird minütlich geworfen, obwohl keine Imports aktiv sind. Läuft der Cronjob trotzdem minütlich, auch wenn keine angelegt sind? (Wir nutzen nur Twitter imports)

Dadurch werden alle angelegten Contao Cronjobs, die man registriert hat, blockiert bzw. ausgehebelt.

Mit der Version davor gibt es keine Probleme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants