Bug #87006
closedA TypeError in scheduler module after adding a new task
100%
Description
blob seems to be not an appropriate type for serialized_task_object column in tx_scheduler_task table. As a result when saving a new task in a scheduler module an error
(1/1) TypeError get_class() expects parameter 1 to be object, boolean given
is thrown in /var/www/html/public/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php line 909
In case blob is changed to mediumblob it starts to work.
Files
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58953
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58955
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d7065b3469d86a5961444525cb9dbdb881aa817b.