Bug #85262
closedLoading order of scheduler and indexed_search affects indexed_search scheduler tasks
0%
Description
If indexed_search is loaded before scheduler, the tables are not added to the scheduler options.
In my PackageStates.php indexed_search was included before scheduler so the array $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options']['tables'] don't exists and is not manipulated.
Updated by Christian Eßl over 5 years ago
What TYPO3 version is this about and is this still an issue?
Looking at the ext_emconf.php files of indexed_search, the scheduler is in the "suggests" array. This means that TYPO3 should load the scheduler extension before indexed_search, if available.
Updated by Riccardo De Contardi about 5 years ago
- Status changed from New to Closed
There has been no feedback since the last 90 days about this issue, therefore I am closing it for now.
If you think that this is the wrong decision or experience the issue again and have more detailed information about how to reproduce your issue (for example, the circumstances that can led to a faulty PackageStates.php
) please reopen it or ping me.
Thank you.