You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Enable logging in TypoScript plugin.tx_solr.logging.indexing.queue.pages = 1
Fill index queue with "pages"
Hit "Index now"
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
The text was updated successfully, but these errors were encountered:
Description
There's an exception when indexing a page when logging is enabled.
Occurs on the request that carries out the action
findUserGroups
:To Reproduce
Steps to reproduce the behavior:
plugin.tx_solr.logging.indexing.queue.pages = 1
Used versions:
The text was updated successfully, but these errors were encountered: