Open naturefund-falk opened 4 months ago
@naturefund-falk Thanks for reporting that issue. That is not fully resolved: #3897. We want the similar solution as in https://github.com/TYPO3-Solr/ext-solr/commit/b49c09d6b09418b854213709ac7af2f908d5f6f8 for all files and resource inclusions within Resources/Private/Templates/Backend path.
Could you create a pull-request against release-12.0.x branch?
Describe the bug In my error log i get the following entries for backend requests
Core: Error handler (BE): PHP Warning: file_exists(): open_basedir restriction in effect. File(/typo3conf/ext/solr/Resources/Public/JavaScript/SearchStatistics.js) is not within the allowed path(s) ... GeneralUtility.php line 2317 Core: Error handler (BE): PHP Warning: file_exists(): open_basedir restriction in effect. File(/typo3conf/ext/solr/Resources/Public/StyleSheets/Backend/InfoModule.css) is not within the allowed path(s) ... GeneralUtility.php line 2317
To Reproduce Steps to reproduce the behavior: Go to the info module of the solr extension
Expected behavior I expect no error messages of this kind
Used versions (please complete the following information):
Additional context It looks like the js/css files are somehow included the wrong way or with a wrong path. The /typo3conf should be prefixed with the typo3 system path or it should be no absolute path.