Project

General

Profile

Actions

Bug #79141

closed

Unable to create scheduler tasks: Call to a getNotificationEmail() on null

Added by Christian Weiske over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
scheduler
Target version:
-
Start date:
2017-01-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

On a TYPO3 7.6.10 instance I cannot create scheduler tasks. Whenever trying to save a new scheduler task, I get an exception:

Call to a member function getNotificationEmail() on null
Error thrown in file
/var/www/site/htdocs/typo3_src/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php in line 49.

called in TYPO3\CMS\Scheduler\Controller\SchedulerModuleController::editTaskAction()
$additionalFields = $providerObject->getAdditionalFields($taskInfo, null, $this);

SystemStatusUpdateTaskNotificationEmailField gets called with a null task, but it unconditionally calls $task->getNotificationEmail().


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #62274: Regression: Unable to create scheduler-tasksClosed2014-10-16

Actions
Related to TYPO3 Core - Bug #55760: Unable to create scheduler-tasksClosed2014-02-07

Actions
Related to TYPO3 Core - Bug #48022: Fatal error: Call to a member function getNotificationEmail() on a non-object when saving taskClosedThorsten Kahler2013-05-07

Actions
Actions

Also available in: Atom PDF