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 #1

Updated by Gerrit Code Review over 5 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

Actions #2

Updated by Gerrit Code Review over 5 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

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF