最新下载
热门教程
- 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 文件配置,我的情况则不需要
相关文章
- 炉石传说标准小行星萨卡组推荐分享 11-04
 - 炉石传说基尔加丹轮盘术卡组推荐分享 11-04
 - 炉石传说宇宙彩虹DK高胜率卡组推荐分享 11-04
 - 炉石传说深暗领域德鲁伊卡组推荐分享 11-04
 - 过山车之星2景观评分提升方法分享 11-04
 - 过山车之星2景点声望提升方法分享 11-04