ecshop Strict Standards: Only variables should be passed by reference in cls_template.php
相關的錯誤,
$tag_sel = array_shift(explode(' ', $tag));
改成: $tag_arr = explode(' ', $tag); $tag_sel = array_shift($tag_arr);
然後删除temp檔案夾再覆寫。
然後有個錯 需要改short_open_tag = Off為On