跳到主要内容

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

作者列表

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

有帮助 没有帮助

94 人中 54 人认为这个页面有帮助

添加一条评论

请登录或注册以提交评论。

是否需要密码提醒?