最新下载
热门教程
- 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 文件配置,我的情况则不需要
相关文章
- 《弓箭传说2》新手玩法介绍 01-16
- 《地下城与勇士:起源》断桥烟雨多买多送活动内容一览 01-16
- 《差不多高手》醉拳龙技能特点分享 01-16
- 《鬼谷八荒》毕方尾羽解除限制道具推荐 01-16
- 《地下城与勇士:起源》阿拉德首次迎新春活动内容一览 01-16
- 《差不多高手》情圣技能特点分享 01-16