简体   繁体   English

Algolia WordPress插件无法处理索引提示

[英]Algolia WordPress Plugin Wont Process Index Cueue

In reference to the following existing question. 参考以下现有问题。 Wordpress Plugin : Can't process Indexing Queue I was unable to participate in the comments due to having a new account and less than 50 reputation. WordPress插件:无法处理索引队列由于拥有一个新帐户且信誉少于50,所以我无法参与注释。

I am having a problem getting the Algolia WordPress plugin to process the index. 我在获取Algolia WordPress插件来处理索引时遇到问题。 Running the latest version of WP and just downwloaded the WP Plugin from Algolia today. 运行最新版本的WP,今天从Algolia下载了WP插件。 When I run WP_DEBUG and WP_DEBUG_LOG in my wp-config file I get the following output on any WP back end page. 当我在wp-config文件中运行WP_DEBUG和WP_DEBUG_LOG时,在任何WP后端页面上都会得到以下输出。

has_cap was called with an argument that is deprecated since version 2.0.0! 从版本2.0.0开始不推荐使用has_cap参数! Usage of user levels by plugins and themes is deprecated. 不推荐使用插件和主题的用户级别。 Use roles and capabilities instead. 请改用角色和功能。 in /var/www/html/dealer/wp-includes/functions.php on line 3890 在第3890行的/var/www/html/dealer/wp-includes/functions.php中

Line 3890 in wp-includes/functions.php just references the code that generated the error. wp-includes / functions.php中的3890行仅引用生成错误的代码。

trigger_error( sprintf( __('%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s'), $function, $version, $message ) );

This appears to be an unrelated issue. 这似乎是无关的问题。

I should point out that this is a dev test server running locally on our internal network. 我应该指出,这是在我们内部网络本地运行的开发测试服务器。 I'm starting to wonder if that's causing the issue. 我开始怀疑这是否是导致问题的原因。 I installed the same plugin on our live version of the site and everything works as expected. 我在网站的实时版本上安装了相同的插件,并且一切正常。

We have never noticed any logs related to user capabilities. 我们从未注意到任何与用户功能有关的日志。 Your best bet to remove those notices is to: 删除这些通知的最佳选择是:

  • Be sure all your plugins are updated, 确保所有插件均已更新,
  • Disable/Test/Enable plugins one by one to locate the plugin raising those. 逐一禁用/测试/启用插件,以找到引发它们的插件。

Please ensure that all the requirements are met: https://community.algolia.com/wordpress/installation.html 请确保满足所有要求: https : //community.algolia.com/wordpress/installation.html

Do you have any errors logged on the "Logs" page of the Algolia plugin? 您在Algolia插件的“日志”页面上记录了任何错误吗? Might be useful to also give us the list of plugins you are using. 也可能会给我们您正在使用的插件列表很有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM