Bug #84973
closedCannot delete invalid Scheduler task
100%
Description
When trying to delete an invalid Scheduler task (e.g. due to the related code being removed) an error occurs:
Fatal error: TYPO3\CMS\Scheduler\Scheduler::isValidTaskObject(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "<Task>" 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 in /.../typo3/sysext/scheduler/Classes/Scheduler.php on line 449
Updated by Christian Kuhn over 6 years ago
didn't we fix this or a very similar thing recently?
Updated by Mathias Brodala over 6 years ago
Christian Kuhn wrote:
didn't we fix this or a very similar thing recently?
I'll check once more, just wanted to be sure there's a ticket.
Updated by Mathias Brodala over 6 years ago
- Related to Bug #66587: Scheduler serialized task needs to be migrated for 7.x added
Updated by Gerrit Code Review over 6 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/56959
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56959
Updated by Gerrit Code Review over 6 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/56973
Updated by Mathias Brodala over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 28b65ab86dd22e8f8cbc1b6ef368da56da147fd7.
Updated by Benni Mack almost 5 years ago
- Related to Bug #84553: Uncaught TYPO3 Exception in Scheduler added