Wordpress Plugin : Can't process Indexing Queue

女生的网名这么多〃 提交于 2019-12-25 18:46:10

问题


I'm trying to use the Wordpress plugin, but when I select tables, press save, they stay in the Queue and I can't click on the "Process Queue" Button. I've tried to deactivate and reactivate the plugin. What can i do? I'm using Wordpress 4.6.

Thanks!


回答1:


We just released a new version of the plugin 1.2.0: https://wordpress.org/plugins/search-by-algolia-instant-relevant-results/

You can now install the plugin directly from the admin of WordPress from the 'plugins' section.

It appears OVH is using an old version of the cURL library, and that it fails validating some SSL certificates which makes calls fail.

If your website is reachable over HTTP, you could add the following line to your wp-config.php file define('ALGOLIA_LOOPBACK_HTTP', true);.

I've seen this succeed in other OVH environments. Could you give it a try?



来源:https://stackoverflow.com/questions/39310765/wordpress-plugin-cant-process-indexing-queue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!