Actions
Bug #87006
closedA TypeError in scheduler module after adding a new task
Status:
Closed
Priority:
Must have
Assignee:
Category:
scheduler
Target version:
Start date:
2018-11-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
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
Actions