ecshop首頁出現Strict standards: Only variables should be passed by reference in D:/wamp/www/includes/lib_main.php on line 1329這個錯誤。
解決辦法分享一下includes/lib_main.php 第1329行 把$ext = end(explode('.', $tmp));修改成 $tmp_arr=explode('.', $tmp);$ext = end($tmp_arr);
這樣就搞定了,哎。。。。感慨
新聞熱點
疑難解答