服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > ecshop教程 >

ECShop报错mktime(): You should be using the time() function instead in

时间:2016-01-18 18:15来源:未知 作者:最模板 点击:
ECShop安装之后,在后台发现一个错误提示: StrictStandards:mktime():Youshouldbeusingthe time() function instead in E:\web\shopex\admin\shop_config.php on line 32 这个错误提示的意思:mktime()方法不带参数被调用时
ECShop安装之后,在后台发现一个错误提示:

Strict Standards: mktime(): You should be using the time() function instead in E:\web\shopex\admin\shop_config.php on line 32

这个错误提示的意思:mktime()方法不带参数被调用时,会被抛出一个报错提示。

找到文件第32行:

$auth = mktime();

将mktime()替换成time()方法,代码为:

$auth = time();(责任编辑:最模板)
顶一下
(4)
100%
踩一下
(0)
0%
------分隔线----------------------------