묻고답하기
msg_ftp_upload_failed 이건 뭐가 문제인지...
2012.08.23 15:14
Warning: ftp_put() [function.ftp-put]: /public_html/xe//: Not a regular file in /home/spaki/public_html/xe/modules/autoinstall/autoinstall.lib.php on line 394
line 394 내용이 if(!ftp_put($this->connection, $target_dir .'/'. $file, FileHandler::getRealPath($this->download_path."/".$org_file), FTP_BINARY)) 이거이구요
Warning: Cannot modify header information -
headers already sent by (output started at
/home/spaki/public_html/xe/modules/autoinstall/autoinstall.lib.php:394) in
/home/spaki/public_html/xe/classes/module/ModuleHandler.class.php on line
512
line 512 내용이 header('location:'.$_SESSION['XE_VALIDATOR_RETURN_URL']); 이거입니다.
코어 1.5.3 -> 1.5.3.1 업데이트 하는데
에러가 이렇게 뜨는데 뭐가 잘못된걸까요?
퍼미션 777입니다. 괜히 707로 바꿨다가 에러페이지만 한가득 떠서 다시 777로 바꿨네요.
쉬운설치로 하신거죠? 쉬운설치는 코어업데이트시에는 자제하시고 퍼미션 public_html / www / home 폴더에대하여 701 로 바꿔주세고 거기 업데이트 파일 덮어씌우시고 다시 707 or 777 로 변경해주시면 업데이트됩니다. ^^