最新下载
热门教程
- 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 文件配置,我的情况则不需要
相关文章
- 哈利波特魔法觉醒拼图寻宝格兰芬多塔楼线索位置攻略 08-01
- 金铲铲之战中秋挑战活动怎么玩?中秋双人大作战玩法介绍 08-01
- 《魔法少女小圆MagiaExedra》月卡可获取奖励一览 08-01
- 《地下城堡4》军团战通关攻略 08-01
- 《地下城堡4》惊悸荒野小屋解密攻略 08-01
- 币圈三大主流交易所详解 币安 Coinbase 火币对比分析 08-01