最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决WordPress 图片上传问题
时间:2022-06-25 18:53:20 编辑:袖梨 来源:一聚教程网
比如这 WordPress 后台上传图片的问题:
There are no HTTP transports available which can complete the requested request.
有人说是缺少 php5-curl 模块的缘故,我服务器系统跑的是 openSUSE 13.1 64位,检查 php5-curl 的情况:
代码如下 | 复制代码 |
zypper info php5-curl |
输出结果如下:
Information for package php5-curl:
----------------------------------
Repository: openSUSE-13.1-Update
Name: php5-curl
Version: 5.4.20-30.1
Arch: i586
Vendor: openSUSE
Installed: No
Status: not installed
Installed Size: 70.2 KiB
Summary: PHP5 Extension Module
Description:
PHP interface to libcurl that allows you to connect to and communicate
with servers of many different types, using protocols of many different
types.
请注意 Installed: No,确实未曾安装。
且安装一下:
代码如下 | 复制代码 |
sudo zypper install php5-curl 然后重启服务器上的 Apache: sudo /usr/sbin/rcapache2 restart |
之后图片就可以上传,不再报错。有些人说要改 php.ini 文件配置,我的情况则不需要
相关文章
- 碧蓝航线大型作战装备研发优先级攻略 04-30
- 我的勇者游侠怎么搭配最强 04-30
- 仙剑世界照影迷妄镜任务流程完整解析 04-30
- CF手游王者风神保底价格攻略 04-30
- 明日之后前期装备推荐依据分享 04-30
- 明日之后菊花瓣食谱怎样 04-30