PrestaShop致命错误:smarty_internal_templatelexer.php中允许的内存大小为33554432字节(尝试分配8320字节)

时间:2017-08-28 12:21:16

标签: prestashop-1.6

致命错误:第473行/home/admin/web/original-peptide.com/public_html/tools/smarty/sysplugins/smarty_internal_templatelexer.php中允许的内存大小为33554432字节(试图分配7680字节)

1 个答案:

答案 0 :(得分:0)

试试这个

def d = (new Date()).format('yyyy/MM/dd HH:mm:ss')
log.info d
use(groovy.time.TimeCategory) {
    //Add increment hour by 1
    def incre = new Date(d) + 1.hours
    incre.set(minute: 0, second: 0)
    log.info incre
}

查看here了解更多信息