Bug #17485
Crawler/Index Config: hook in crawler_init gets no configuration data
| Status: | Needs Feedback | Start date: | 2007-07-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | indexed search | |||
| Target version: | - | |||
| TYPO3 Version: | 4.1 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
The hook is called like that:
$hookObj->initMessage($message)
Unfortunately $message is not set and makes no sense. What should be passed on is the current configuration record and the crawler object:
$hookObj->initMessage($cfgRec,$this)
(issue imported from #M5995)
History
Updated by Alexander Opitz 18 days ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.1
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?