最新下载
热门教程
- 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 文件配置,我的情况则不需要
相关文章
- 《彩色点点战争》推图常用三大主c玩法详解 01-23
- 《燕云十六声》池鱼林木任务攻略 01-23
- 《大连地铁e出行》查看行程记录方法 01-23
- 《明日方舟》2025春节限定干员余角色介绍 01-23
- 《崩坏:星穹铁道》万敌光锥搭配攻略 01-23
- 《燕云十六声》一药千金任务攻略 01-23