Passa al contenuto principale

Elasticsearch configuration page not loading in admin - Knowledgebase / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. Consider upgrading to Deskpro Horizon

Elasticsearch configuration page not loading in admin

Elenco degli autori

Question:

When I go to the Elasticsearch settings in the admin interface, the page doesn't load. Other sections of the admin interface are working fine. What's going on?

 

 

Answer:

This happens because you don't have the PHP curl extension installed on your server.

Install the extension to fix the problem.

 

On Linux (Ubuntu/Debian) use:

apt-get install -y php5-curl

or on Red Hat/CentOS:

yum install php-curl

or use the equivalent command for your distro. You should then restart the webserver.

If this doesn't work, you should make sure that this line is present and uncommented in your php.ini file:

extension=php_curl.so

 

 

On Windows/IIS, you can install curl using PHP Manager (if you're using it) or manually as follows:

1. Edit php.ini to uncomment or add:

extension=php_curl.dll

2. Add your PHP install folder to the Windows PATH variable.

3. Restart IIS (if restarting IIS doesn't work, you should try restarting Windows).

 

 

If you are using WAMPServer, you can enable curl using the wampmanager web interface:

PHP > Extensions > php_curl

Utile Inutile

54 su 94 persone hanno trovato utile questa pagina

Aggiungi un commento

Accedi o registrati per inviare un commento.

Hai dimenticato la password?