我一直在绕圈子,试图找到在运行Ubuntu 14.04和PHP 7.0的Bitnami镜像上安装Imagick的正确组合。
如果我尝试使用sudo pecl install imagick,那么构建将失败,并显示以下信息
/tmp/pear/temp/imagick/php_imagick_defs.h:29:31: fatal error: wand/MagickWand.h: No such file or directory
# include <wand/MagickWand.h>
imagemagick number of supported formats 0
在
这个很简单,但我今天在这么多圈子里转了一圈,我完全迷失了!
我试图根据我在页面顶部设置的一个变量来获取正确的页面标题和页面内容。即:
<?php
$pageIDn = 2;
include($_SERVER['DOCUMENT_ROOT'] .'/includes/functions.php');
content($pageIDn); // the function that queries the DB
include($_SERVER['DOCUMENT_ROOT'] .'/includes/header.php');
我好像被困在一个奇怪的圈套里了。
我跑:
git add -A
git commit -m "Config updates"
我明白的是:
nothing to commit, working directory clean
所以我拉了一下:
git pull -u origin master
我被告知:
error: Your local changes to the following files would be overwritten by merge:
wp-config.php
Please, commit your changes or stash the