Bug #32583
XCLASS-functionality for indexer buggy
| Status: | Resolved | Start date: | 2011-12-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stefan Froemken | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
because the class-inclusion is in a method, so $TYPO3_CONF_VARS for XCLASS-detection is NULL.
require_once(t3lib_extMgm::extPath('ke_search').'indexer/class.tx_kesearch_indexer.php');
in file mod1/index.php
History
Updated by Stefan Froemken over 1 year ago
- Status changed from New to Needs Feedback
- Assignee set to Stefan Froemken
Hello Jan,
I have moved required_once to top. So keep me informed if it works now.
Stefan
Updated by Stefan Froemken 8 months ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
I just have updated all XCLASS declaration in ke_search. So I close this issue now.
Stefan