android - 如何修复 WordPress 应用程序在更新 5.2.1 后停止工作?

标签 android wordpress xml-rpc

我在 android 中使用 wordpress 应用程序来编写帖子并使用 XML-RPC 技术共享它们,尽管如此,我已将我的网站 wp 更新到 5.2.1,但应用程序现在突然显示此错误 GENERIC ERROR !!!

我卸载该应用程序并重新安装它,现在我什至无法登录我的网站,并显示以下消息:

Couldn't connect. required XML-RPC methods are missing on the server

如何在不破坏我的网站的情况下解决这个问题!!

最佳答案

每当我遇到此错误时,都是因为我没有在服务器上安装正确的 php 模块。

我修复这个问题的方法是安装这两个 php 包:

sudo apt install php-xml
sudo apt install php-xmlrpc
sudo systemctl restart apache2

虽然听起来这可能不是您的问题,但对于通过搜索错误消息找到此帖子的其他人来说,这可能是问题。

关于android - 如何修复 WordPress 应用程序在更新 5.2.1 后停止工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56260675/

相关文章:

wordpress - 如何在自定义 WordPress 元框中重置查询

php - 避免向特定用户角色发送已完成的订单状态电子邮件通知

java - Android,自定义适配器,字符串和长ID

WordPress + MAMP : always redirected to live site

java - 存储在 LinkedList<T> 中的对象无法在 JAX-WS RPC 调用中存活?

php - 使用 XML-RPC 登录 OpenERP

java - HTTPS证书问题

Android Native WebRTC 缺少音频 Android 4.4

android - 无法在android中对字符串数组进行排序,Arrays.sort导致致命异常

android - "The specified Android SDK Build Tools version (26.0.0) is ignored..."