[BUG] No site found in root line of page 0
Describe the bug With the ‘List’ module, it is no longer possible to sort data records on page [0]. For example, ‘File Mount’ data records. Result: (1/1) #1521716622 TYPO3\CMS\Core\Exception\SiteNotFoundException No site found in root line of page 0
To Reproduce Steps to reproduce the behavior:
- Go with list module to page [0]
- Click on arrow down in list ‘File Mount’
- See error
Expected behavior Data records can be sorted without an error message on page [0].
Used versions (please complete the following information):
- TYPO3 Version: 13.4.15
- Browser: safari
- EXT:solr Version: 13.0.2
Additional context In class 'ApacheSolrForTypo3\Solr\System\Configuration\ConfigurationManager' in line 85 replace with
if ($contextPageId !== null && $contextPageId != 0) {
@schi Thanks for reporting that issue. Please try it with EXT:solr v13.0.3.
@dkd-kaehm Thank you for your feedback. The bug still exists in Solr 13.0.3.