Actions
Bug #70189
closedFatal error: TYPO3\CMS\Scheduler\Scheduler::cleanExecutionArrays()
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
Actions