安裝後不能登入

2016-07-07 15:03 来源:www.chinab4c.com 作者:ecshop专家



致各位高手朋友:
小弟剛透過ucenter安裝了ECShop2.7.2,但進入後臺後卻出現以下文字:
Notice: can't write:/home/joyfulp/public_html/mypet/shop/temp/compiled/admin/index.htm.php in /home/joyfulp/public_html/mypet/shop/includes/cls_template.php on line 264
想請教是否小弟在哪裡出錯,還望指出,謝謝!

補充:

  1. if (file_put_contents($name, $source, LOCK_EX) === false)
  2. {
  3. trigger_error('can\'t write:' . $name);
  4. }
复制代码


剛開啟cls_template.php看過,還是不明!

回答:
cd /home/joyfulp/public_html/mypet/shop/
chmod -Rf 777 temp

这样就行了

或者是用ftp把temp目录改成777