hmmh / typo3-solr-file-indexer

TYPO3 Extension: solr_file_indexer
GNU General Public License v3.0
11 stars 7 forks source link

Call to undefined method ApacheSolrForTypo3\Solr\Util::getSolrConfigurationFromPageId() #36

Closed Solution97 closed 3 years ago

Solution97 commented 3 years ago

Hi, I tried to install your extension on my Typo3 v10 Web and I got the following error, when I add a document to the search index: image

SOLR got serveral changes for supporting Typo3 v10. And one of this changes is causing my error. Have a look here: image Commit: https://github.com/TYPO3-Solr/ext-solr/commit/03080d4d55eeb9d50b15348f445d23e57e34e461

Here my Versions: apache-solr-for-typo3/solr -> 11.1.1 hmmh/solr-file-indexer -> 2.3.3 typo3/cms-core -> 10.4.20

Thanks in advance and have a nice day!

swilking commented 3 years ago

The current version from solr_file_indexer isn't compatible with EXT:solr 11.1.x, which was published on Aug 20, yet.

Solution97 commented 3 years ago

Ahh ok I understand, but than you have set your requierments wrong: image image

So if 1.1.x is not supported, you should change your requierment from ^11.0.4 to ~11.0.4: image

I cant downgrade my SOLR, because I need latest features of it, so I wanted ask you kindly if its possible to make it compatible with EXT:solr 11.1.x

Thanks for your fast response!

swilking commented 3 years ago

fixed in version 2.3.5