silverstripe / silverstripe-fulltextsearch

Adds external full text search engine support to Silverstripe
BSD 3-Clause "New" or "Revised" License
44 stars 83 forks source link

4.11.0-beta1 PHP 8.1 - Deprecation issue in solr-php-client #323

Closed emteknetnz closed 2 years ago

emteknetnz commented 2 years ago

error-log.NOTICE: E_DEPRECATED: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated {"code":8192,"message":"http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated","file":"/sites/<mysite>/releases/20220506003258/vendor/silverstripe/solr-php-client/Apache/Solr/Service.php","line":312} []

Happened when searching for content on a page I just created

We use a forked version of solr-php-client, so update that (I cannot create new issues on that module so created on this module instead) - https://github.com/silverstripe/solr-php-client

PRs

GuySartorelli commented 2 years ago

PR merged and new patch version released. Closing this issue.