Project

General

Profile

Actions

Bug #32961

closed

BE module list dies if a tasks class cannot properly be unserialized

Added by Mario Rimann over 12 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Should have
Category:
scheduler
Target version:
-
Start date:
2012-01-04
Due date:
% Done:

0%

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

Description

This happened not the first time to me today, that the scheduler backend module throws just a white page. We could always solve this by cleaning out the task-records from the scheduler tasks table in the database.

Proposed change:
Make it a bit more robust to detect this problem, show a warning message

Actions #1

Updated by Francois Suter over 12 years ago

  • Status changed from New to Accepted
  • Assignee set to Francois Suter

Indeed this was improved already in the past, but apparently not enough. One typical situation is if a task's class signature has changed since it was first serialized.

I'll try to take a look at some point.

Actions #2

Updated by Francois Suter about 12 years ago

Hi Mario,

I finally took a look and I couldn't trigger such a mishap. Could it be related to #33116? Could you provide a test scenario?

Actions #3

Updated by Mario Rimann about 12 years ago

Francois Suter wrote:

I finally took a look and I couldn't trigger such a mishap. Could it be related to #33116? Could you provide a test scenario?

I don't think it's directly related to #33116 by reading the bug report.

Also I'm not 100% sure what triggered the error. But I think it was one of the following:

  • the scheduler task's class was removed (and the task record still points to it)
  • the scheduler task's class was renamed (and the task record still points to the old name)
Actions #4

Updated by Philipp Gampe almost 12 years ago

That happens if you have a syntax error (or any other fatal error). There is nothing TYPO3 can do about it, because fatal errors can not be catched.

If the class name does not exits, TYPO3 will display an error message.

This is a wontfix

Actions #5

Updated by Mario Rimann almost 12 years ago

Philipp Gampe wrote:

This is a wontfix

Agreed, then please close this issue.

Actions #6

Updated by Francois Suter almost 12 years ago

  • Status changed from Accepted to Rejected
Actions #7

Updated by Michael Stucki over 10 years ago

  • Category set to scheduler
Actions #8

Updated by Michael Stucki over 10 years ago

  • Project changed from 739 to TYPO3 Core
  • Category changed from scheduler to scheduler
Actions

Also available in: Atom PDF