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

[BUG] Exception on page indexing with enabled logging #4321

Open
kitzberger opened this issue Feb 17, 2025 · 0 comments
Open

[BUG] Exception on page indexing with enabled logging #4321

kitzberger opened this issue Feb 17, 2025 · 0 comments

Comments

@kitzberger
Copy link
Contributor

Description

There's an exception when indexing a page when logging is enabled.

Occurs on the request that carries out the action findUserGroups:

{"requestId":"67b36cae17673","item":558334,"page":10508,"actions":"findUserGroups","hash":"3980afac370c617a6d9c1caa57541db5","loggingEnabled":"1"}
Core: Exception handler (WEB): Uncaught TYPO3 Exception: TYPO3\CMS\Core\TypoScript\FrontendTypoScriptFactory::createSettingsAndSetupConditions():
Argument #1 ($site) must be of type TYPO3\CMS\Core\Site\Entity\SiteInterface, null given,
called in /app/vendor/apache-solr-for-typo3/solr/Classes/System/Configuration/ConfigurationManager.php on line 132
TypeError thrown in file /app/vendor/typo3/cms-core/Classes/TypoScript/FrontendTypoScriptFactory.php in line 70.
Requested URL: ...

To Reproduce
Steps to reproduce the behavior:

  1. Enable logging in TypoScript plugin.tx_solr.logging.indexing.queue.pages = 1
  2. Fill index queue with "pages"
  3. Hit "Index now"
  4. See error

Used versions:

  • TYPO3 Version: 13.4.5
  • EXT:solr Version: 13.0.1
  • Used Apache Solr Version: 13.0.1
  • PHP Version: 8.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant