Project

General

Profile

Actions

Bug #70189

closed

Fatal error: TYPO3\CMS\Scheduler\Scheduler::cleanExecutionArrays()

Added by Daniel Wagner about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2015-09-29
Due date:
% Done:

0%

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

Description

Before upgrading to 7.5.0 unnecessary extensions have been deinstalled.
After upgrading to 7.5.0 it is not possible to view tasks in scheduler.

My scheduler had an active task of an extension not installed anymore.

Following error appears:
Fatal error: TYPO3\CMS\Scheduler\Scheduler::cleanExecutionArrays()

The script tried to execute a method or access a property of an incomplete object.
Please ensure that the class definition of the object you are trying to operate on was loaded
before unserialize() gets called or provide a __autoload() function to load the class definition

Truncating tx_scheduler_task worked but this should no be used on productive systems.


Files

Scheduler task not found.png (18.1 KB) Scheduler task not found.png Michael Oehlhof, 2015-11-21 23:34
Actions #1

Updated by Michael Oehlhof about 9 years ago

I can't reproduce the described error.
In 7LTS there is a message shown about the missing task.

Actions #2

Updated by Frank Nägler almost 9 years ago

  • Status changed from New to Needs Feedback

@Daniel Hinderink: can you confirm the fatal error with 7.6 ?

Actions #3

Updated by Alexander Opitz over 8 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (7 LTS)

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions #4

Updated by Daniel Wagner over 8 years ago

This has been the right decision.

I just migrated from 6.2 to 7.6.4 with a deactivated TER-extension (as recommended).
Now the scheduler shows following warning and is working as expected:
"Class XXX Task of the registered task could not be found. You should re-install the extension that provided it or simply delete this task."

Thanks for fixing.

Actions

Also available in: Atom PDF