PHP群:95885625 Hbuilder+MUI群:81989597 站长QQ:634381967
    您现在的位置: 首页 > CMS教程 > ecshop教程 > 正文

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

    作者:w634381967来源:网络浏览:时间:2020-09-30 00:07:50我要评论
    导读:ECShop安装之后,在后台发现一个错误提示:Strict Standards: mktime(): You should be using the time() function instead in...
    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();
    转载请注明(B5教程网)原文链接:https://b5.mxunkeji.com/content-104-1037-1.html
    相关热词搜索: