Project

General

Profile

Actions

Bug #87006

closed

A TypeError in scheduler module after adding a new task

Added by Dima Nozdrin over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
scheduler
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

1543243647788.jpg (364 KB) 1543243647788.jpg Dima Nozdrin, 2018-11-26 15:47
Actions

Also available in: Atom PDF