We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I made the settings as it was written here https://ru.wordpress.org/plugins/fantastic-elasticsearch/#installation I'm testing and I was shown an error
Fatal error: Uncaught Error: Call to undefined function Elastica\Transport\curl_init() in /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php:209 Stack trace: #0 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php(51): Elastica\Transport\Http->_getConnection(true) #1 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Request.php(172): Elastica\Transport\Http->exec(Object(Elastica\Request), Array) #2 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Client.php(627): Elastica\Request->send() #3 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Search.php(462): Elastica\Client->request('/_search', 'GET', Array, Array) #4 home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php on line 209
The text was updated successfully, but these errors were encountered:
I found a mistake, need install php curl
Sorry, something went wrong.
sudo apt-get install php-curl
No branches or pull requests
I made the settings as it was written here https://ru.wordpress.org/plugins/fantastic-elasticsearch/#installation
I'm testing and I was shown an error
Fatal error: Uncaught Error: Call to undefined function Elastica\Transport\curl_init() in /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php:209 Stack trace: #0 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php(51): Elastica\Transport\Http->_getConnection(true) #1 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Request.php(172): Elastica\Transport\Http->exec(Object(Elastica\Request), Array) #2 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Client.php(627): Elastica\Request->send() #3 /home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Search.php(462): Elastica\Client->request('/_search', 'GET', Array, Array) #4 home/user/projects/apache/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php on line 209
The text was updated successfully, but these errors were encountered: