随笔分类 - Ecshop开发
Ecshop安装、二次开发、问题集锦
摘要:说明:PHP5.3以上的版本不再支持Zend Optimizer,已经被全新的 Zend Guard Loader 取代,下面是安装Zend Guard具体步骤,以下操作均在终端命令行执行 在 Zend 官网上找到 Zend Guard Loader 的下载页, 找到 Linux 版本的 Zend
阅读全文
摘要:http://www.jb51.net/cms/500284.html
阅读全文
摘要:今天在安装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
阅读全文
摘要:今天安装ecshop的时候最上面出现了一个错误提示:Strict Standards: Only variables should be passed by reference in F:\www.xxxx.com\cls_template.php on line 418 解决办法: 打开cls_t
阅读全文
摘要:下载 http://update.shopex.com.cn/version/program/ECShop/download_ecshop_utf8.php 解压缩之后把upload文件夹中的内容放到网站根目录 开始安装 安装之前,先设置下权限 chmod 777 -R html/*
阅读全文
摘要:在安装Ecshop的时候,遇到两个⚠️问题: 原因: PHP升级到5.4X以后的兼容性语法问题 解决: 找到install/includes/lib_installer.php中的第31行 return cls_image::gd_version(); 然后在找到include/cls_image.
阅读全文