Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX Solr communication error #45

Merged

Conversation

emteknetnz
Copy link
Member

@emteknetnz emteknetnz commented Jul 18, 2022

Issue silverstripe/gha-ci#37

https://github.com/silverstripe/cwp-search/runs/7350149872?check_suite_focus=true#step:10:822
PHP Fatal error: Uncaught Apache_Solr_HttpTransportException: '0' Status: Communication Error in /home/runner/work/cwp-search/cwp-search/vendor/ptcinc/solr-php-client/Apache/Solr/Service.php:364

Only happens on --prefer-lowest build

I'm not sure exactly what in fulltextsearch ^3.4 is required - it's something in here - ^3.3 will cause the build to fail

Auditor conflict is to fix a deprecated parameter order issue

Comment on lines 36 to 43

if (!class_exists(Solr::class)) {
return;
}

// get options from configuration
$options = static::config()->get('options');

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing these were accidental?

@emteknetnz emteknetnz force-pushed the pulls/1.6/broken-builds branch from f81e97e to deeec14 Compare July 19, 2022 23:20
@emteknetnz emteknetnz force-pushed the pulls/1.6/broken-builds branch from deeec14 to 4c24a4d Compare July 19, 2022 23:20
@emteknetnz
Copy link
Member Author

Fixed

@GuySartorelli GuySartorelli merged commit 469617e into silverstripe:1.6 Jul 19, 2022
@GuySartorelli GuySartorelli deleted the pulls/1.6/broken-builds branch July 19, 2022 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants