Project

General

Profile

Actions

Bug #30586

closed

It is not possible to set page 0 to schedular task

Added by Philipp Gampe over 12 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Linkvalidator
Target version:
Start date:
2011-10-05
Due date:
% Done:

100%

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

Description

This is because a select is done on page 0 which does not exists. Further down, the resulting array is feed into tx_linkvalidator_processor->getRootLineIsHidden(array $pageInfo). However @false is not an array ;)

Solution is to add a special handling to line 287 $rootLineHidden = $processor->getRootLineIsHidden($pageRow); and if page is 0.

Actions

Also available in: Atom PDF