Project

General

Profile

Actions

Bug #85262

closed

Loading order of scheduler and indexed_search affects indexed_search scheduler tasks

Added by Jan Kiesewetter almost 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-06-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If indexed_search is loaded before scheduler, the tables are not added to the scheduler options.

https://github.com/TYPO3/TYPO3.CMS/commit/7ca050dfac29fe8d9a52d0e5dd11887a1b73c138#diff-2303e617628370c2746aea6cf15a5968

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.

Actions #1

Updated by Christian Eßl almost 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.

Actions #2

Updated by Riccardo De Contardi over 4 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.

Actions

Also available in: Atom PDF