Project

General

Profile

Actions

Bug #87513

closed

indexed_search error-message if I output an empty variable

Added by Anton Mayer about 5 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2019-01-21
Due date:
% Done:

100%

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

Description

Hello,

I use Typo3 9.5.3 and the core-extension indexed_search

If I use this typoscript, I get a error-massage in the Frontend if I open Page-ID 32
"Oops, an error occurred! No Content Object definition found at TypoScript object path "lib.search" "

@plugin.tx_indexedsearch.settings {
targetPid = 32
rootPidList = {$rootId}
}

plugin.tx_indexedsearch.settings.results.markupSW_summaryMax = 120

lib.search = RECORDS
lib.search {
tables = tt_content
source = 51
dontCheckPid = 1
}

[globalVar = TSFE:id=32]
lib.search >
[global]@

The Extension is working without an error if I delete:
[globalVar = TSFE:id=32]
lib.search >
[global]

The Typosript is working with Typo3 8LTS

Actions

Also available in: Atom PDF