Bug #99605
closedScheduler exception "PHP Fatal error: TYPO3\CMS\Scheduler\Scheduler::cleanExecutionArrays()"
100%
Description
I got the following error in the scheduler after updating from TYPO3 8.7 to 11.5:
```
PHP 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 "TYPO3\CMS\Extbase\Scheduler\Task" of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition in /var/www/html/web/typo3/sysext/scheduler/Classes/Scheduler.php on line 126
```
The task cannot be removed in the backend anymore
might be related to https://forge.typo3.org/issues/92466 ?
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77492
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77492
Updated by Nikita Hovratov almost 2 years ago
- Related to Bug #92466: Scheduler exception Cannot unserialize TYPO3\CMS\Core\Log\Writer\AbstractWriter added
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77492
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77492
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77437
Updated by Lina Wolf almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dce20cb5fd63c8134c005f1e97fc9c0b981878ad.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77437
Updated by Lina Wolf almost 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset b1e7db956e1c292bda210f43e0ea56549061f58a.
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed