- Issue created by @paulguy
- 🇫🇷France paulguy Paris
Hello,
Thanks for your quick answer, I couldn't get back to this before sadly.I had the confirmation thats our solr is not in cloud mode. I followed the "Local Solr Instance: Solr Cloud - the classic way" but get this error on the curl api call :
"responseHeader":{ "status":400, "QTime":75 }, "error":{ "metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"], "msg":"Solr instance is not running in SolrCloud mode.", "code":400 }
Retried from scratch with a newly downloaded config.zip but still have the 'parsing error' on create_core command.
I have updated Drupal core to 10.4.7 since last time.
Does PHP version (still 8.2.28) can be an issue ?
I am also looking for logs to check which file can't be parsed. - 🇩🇪Germany webflo
SOLR_CONFIG_LIB_ENABLED=true
fixes the issue for Solr in Standard mode.