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
Describe the bug
In a very rare situation (just after installing and before configuring everything) you have no solr configuration for a site yet, saving pages or content will result in a PHP exception:
Uncaught TYPO3 Exception: Cannot traverse an already closed generator | Exception thrown in file .../vendor/apache-solr-for-typo3/solr/Classes/Domain/Site/SiteRepository.php in line 135
To Reproduce
Steps to reproduce the behavior:
Install ext:solr in a TYPO3 13 demo installation
Disable solr in (all) site configuration(s) if enabled
Edit page properties and click save
See error
Expected behavior
The page properties gets saved without error.
Used versions:
TYPO3 Version: 13.34.3
EXT:solr Version: dev-main
PHP Version: 8.4.2
MySQL Version: mariadb 10.11.x
The text was updated successfully, but these errors were encountered:
Describe the bug
In a very rare situation (just after installing and before configuring everything) you have no solr configuration for a site yet, saving pages or content will result in a PHP exception:
Uncaught TYPO3 Exception: Cannot traverse an already closed generator | Exception thrown in file .../vendor/apache-solr-for-typo3/solr/Classes/Domain/Site/SiteRepository.php in line 135
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page properties gets saved without error.
Used versions:
The text was updated successfully, but these errors were encountered: