Project

General

Profile

Actions

Bug #72817

closed

Missing select property in CONTENT object results in PHP-Error

Added by Stefan Froemken about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
Start date:
2016-01-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

Hello,

we have following TypoScript:

10 = CONTENT
10 {
    table = pages        
    renderObj = TEXT
    renderObj {
        field = title
        wrap = <li>|</li>
    }
}

public function getRecords($tableName, array $queryConfiguration)

expects the second parameter as array, but as long as $conf['select.'] is empty it will fail with a PHP Error.

Stefan

Actions

Also available in: Atom PDF