You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running /dev/tasks/Solr_Configure on CWP 1.9.1, I get the following notice in graylog:
PHP Notice: Undefined index: remotepath in /sites/mysite-uat/releases/2019051234/cwp-core/code/CwpSolrConfigStore.php on line 18
As far as I can tell, this does not actually affect the functionality of solr, it just creates an unexplained bad looking thing in Graylog which isn't good for confidence when doing a go-live
I've replicated this on 2 CWP sites on UAT
Both sites appear to be correctly using the cwp-4 solr configuration
I think this happens because Cwpsolr.php -> options_for_cwp() -> 'indexstore' does not contain the key 'remotepath'
The text was updated successfully, but these errors were encountered:
When running /dev/tasks/Solr_Configure on CWP 1.9.1, I get the following notice in graylog:
PHP Notice: Undefined index: remotepath in /sites/mysite-uat/releases/2019051234/cwp-core/code/CwpSolrConfigStore.php on line 18
As far as I can tell, this does not actually affect the functionality of solr, it just creates an unexplained bad looking thing in Graylog which isn't good for confidence when doing a go-live
I've replicated this on 2 CWP sites on UAT
Both sites appear to be correctly using the cwp-4 solr configuration
I think this happens because Cwpsolr.php -> options_for_cwp() -> 'indexstore' does not contain the key 'remotepath'
The text was updated successfully, but these errors were encountered: