Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler breaks after upgrade to 5.4.0 #220

Closed
KHReinhardt opened this issue Apr 15, 2024 · 3 comments
Closed

Scheduler breaks after upgrade to 5.4.0 #220

KHReinhardt opened this issue Apr 15, 2024 · 3 comments
Labels
question Further information is requested

Comments

@KHReinhardt
Copy link

After an update to ke_search 5.4.0 we get the following error message when trying to open Scheduler:

ArgumentCountError, code #0, file \ke_search\Classes\Indexer\IndexerRunner.php, line 92: Too few arguments to function Tpwd\KeSearch\Indexer\IndexerRunner::__construct(), 2 passed in \typo3_src\typo3\sysext\core\Classes\Utility\GeneralUtility.php on line 3247 and exactly 3 expected

Setup:

  • PHP 8.1
  • Typo3 11.5.36
  • ke_search 5.4.0
@mbsued
Copy link

mbsued commented Apr 16, 2024

Same here with Typo3 12.4.14:
Core: Exception handler (CLI): Uncaught TYPO3 Exception: Too few arguments to function Tpwd\KeSearch\Indexer\IndexerRunner::__construct(), 2 passed in /html/typo3/typo3_src-12.4.14/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3016 and exactly 3 expected | ArgumentCountError thrown in file /html/typo3/typo3conf/ext/ke_search/Classes/Indexer/IndexerRunner.php in line 92

@christianbltr
Copy link
Member

I could not reproduce this issue.

Are you in a composer based or "classic" installation?
Did you try flushing the dependency injection cache either using vendor/bin/typo3 cache:flush or using the backend module "Maintanance" --> "Flush TYPO3 and PHP Cache"?

@christianbltr christianbltr added the question Further information is requested label Apr 19, 2024
@KHReinhardt
Copy link
Author

Flushing the dependency injection cache did it for me/us. Thanks for the hint.
And thank you for your great work on the extension, it's much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants