Gå till huvudinnehåll

Elasticsearch configuration page not loading in admin - Kunskapsbas / 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

Författarlista

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

Hjälpfull Oanvändbar

54 av 94 personer tyckte att sidan var användbar

Posta en kommentar

Logga in eller registrera dig för att lämna en kommentar.

Behöver du en påminnelse om ditt lösenord?