Bug #105005
openWebhooks Exception if invalid JSON in database field additional_headers
0%
Description
Given the following data in sys_webhook
an exception is thrown upon opening the webhooks backend module:
| uid | pid | updatedon | createdon | deleted | disabled | starttime | endtime | description | name | url | method | secret | webhook_type | identifier | verify_ssl | additional_headers | | 4 | 0 | 1707312708 | 1707312708 | 0 | 0 | 0 | 0 | | | | POST | | typo3/redirect-was-hit | 012207ce-c08b-4c67-9455-1e233efbe87d | 1 | Array |
(1/2) Doctrine\DBAL\Types\Exception\ValueNotConvertible Could not convert database value to "json" as an error was triggered by the unserialization: Syntax error in /var/www/html/TYPO3.CMS/vendor/doctrine/dbal/src/Types/Exception/ValueNotConvertible.php line 42
Files
Updated by Stefan Bürk 2 months ago
I would love to know how this value ended up in the database at all.
Reading should be fixed, but also the writing if we find out how that
happend.
Updated by Stefan Bürk about 2 months ago
- Related to Task #105208: Ensure correct type resolving in `AbstractSchemaManager` added
Updated by Gerrit Code Review about 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86437
Updated by Gerrit Code Review about 2 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86437
Updated by Gerrit Code Review about 2 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86437
Updated by Gerrit Code Review about 1 month ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86437
Updated by Gerrit Code Review about 1 month ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86437
Updated by Gerrit Code Review about 1 month ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86437