摘要: .tar.gz 格式解压为 tar -zxvf xx.tar.gz .tar.bz2 格式解压为 tar -jxvf xx.tar.bz2 阅读全文
posted @ 2016-12-26 12:22 BaronYan 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Mcrypt扩展是 mcrypt 库的接口,mcrypt 库提供了对多种块算法的支持。 安装mcrypt之前请确认已经安装yum install gcc php-devel 执行命令:yum update 更行系统 执行命令: yum install php-mcrypt 安装mcrypt扩展包 重 阅读全文
posted @ 2016-12-23 22:13 BaronYan 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 解决办法: yum install php-devel 解决办法: yum install php-devel yum install php-devel 阅读全文
posted @ 2016-12-23 22:07 BaronYan 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 说明:PHP5.3以上的版本不再支持Zend Optimizer,已经被全新的 Zend Guard Loader 取代,下面是安装Zend Guard具体步骤,以下操作均在终端命令行执行 在 Zend 官网上找到 Zend Guard Loader 的下载页, 找到 Linux 版本的 Zend 阅读全文
posted @ 2016-12-23 09:38 BaronYan 阅读(983) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/cms/500284.html 阅读全文
posted @ 2016-12-23 09:31 BaronYan 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 今天在安装ECSHOP时遇到警告如下: Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date 阅读全文
posted @ 2016-12-23 09:29 BaronYan 阅读(2611) 评论(0) 推荐(0) 编辑
摘要: 今天安装ecshop的时候最上面出现了一个错误提示:Strict Standards: Only variables should be passed by reference in F:\www.xxxx.com\cls_template.php on line 418 解决办法: 打开cls_t 阅读全文
posted @ 2016-12-22 09:30 BaronYan 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 下载 http://update.shopex.com.cn/version/program/ECShop/download_ecshop_utf8.php 解压缩之后把upload文件夹中的内容放到网站根目录 开始安装 安装之前,先设置下权限 chmod 777 -R html/* 阅读全文
posted @ 2016-12-22 08:51 BaronYan 阅读(1368) 评论(0) 推荐(1) 编辑
摘要: 在安装Ecshop的时候,遇到两个⚠️问题: 原因: PHP升级到5.4X以后的兼容性语法问题 解决: 找到install/includes/lib_installer.php中的第31行 return cls_image::gd_version(); 然后在找到include/cls_image. 阅读全文
posted @ 2016-12-22 08:16 BaronYan 阅读(3251) 评论(0) 推荐(0) 编辑
摘要: 安装前准备 开始安装 安装Apache服务(httpd) 编译安装PHP wget http://cn2.php.net/distributions/php-7.1.0.tar.gz tar -zxvf php-7.1.0.tar.gz cd php 编译 PHP 时需要 --enable-fpm 阅读全文
posted @ 2016-12-21 20:11 BaronYan 阅读(284) 评论(0) 推荐(0) 编辑