답변해 주시는 분들은 복받으실 것입니다. 정보
답변해 주시는 분들은 복받으실 것입니다.관련링크
본문
안녕하세요~ 귀여운 질문쟁이... 정화니입니다.
소스를 카피해서 붙이는데, 아래와 같은 에러가 뜹니다.
내용을 확인해 주시고 답변을 부탁드립니다.
감사합니다.
답변해 주시는 분들은 복받으실 것입니다.
Warning: mkdir(/home/marketingis/public_html/banner): Permission denied in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 15
Warning: chmod(): No such file or directory in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 38
오류 주소 : http://marketing-is.com/edmsoft/idolcafe/
소스를 카피해서 붙이는데, 아래와 같은 에러가 뜹니다.
내용을 확인해 주시고 답변을 부탁드립니다.
감사합니다.
답변해 주시는 분들은 복받으실 것입니다.
Warning: mkdir(/home/marketingis/public_html/banner): Permission denied in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 15
Warning: chmod(): No such file or directory in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php:15) in /home/marketingis/public_html/edmsoft/idolcafe/head.sub.php on line 38
오류 주소 : http://marketing-is.com/edmsoft/idolcafe/
댓글 전체
권한이 없어서 폴더생성을 못하는거 같네요..
우선 /home/marketingis/public_html/banner => banner 에 쓰기권한이 있나부터 확인하셔야 할거같네요.. 그것만 해결되면 다른것은 자동해결될듯한데요..
우선 /home/marketingis/public_html/banner => banner 에 쓰기권한이 있나부터 확인하셔야 할거같네요.. 그것만 해결되면 다른것은 자동해결될듯한데요..

Permission denied 에러 시군요
overclass 님의 말씀대로 권한설정이 안되어서 접근이 안된다는 예기예요.
이에 부가설명 좀 더 붙여봅니다.
/banner 폴더의 권한을 755 또는 777 로 용도에 맞게 변경해주세요.
서버에서 ftp밖에 사용못하신다면 폴더를 마우스 우클릭해서 속석변경에서 해주시면 됩니다.
777의 경우
소유자(7) = 읽기(4)+쓰기(2)+실행(1)
그 룹(7) = 읽기(4)+쓰기(2)+실행(1)
일 반(7) = 읽기(4)+쓰기(2)+실행(1)
이렇게 권한이 합하여져서 7이라는 숫자가 되는겁니다.
즉 모든 권한을 가지게 되는 것이죠.
755의 경우
소유자(7) = 읽기(4)+쓰기(2)+실행(1)
그 룹(5) = 읽기(4)+쓰기(0)+실행(1)
일 반(5) = 읽기(4)+쓰기(0)+실행(1)
인 상태가 됩니다.
644의 경우도 있고 다양합니다.
사용자가 권한 주는거야 위의 방법을 인식하시고 수치만 입력해주신다면
그대로 운영되는 것입니다.
혹...텔넷 접속가능하시면 계정 접속해서
chmod 777 ./banner << 입력하고 엔터 치시면 되겠습니다.
위 옵션에서 -R 옵션을 사용하시면 /banner 부터 이하 안에있는 폴더와 파일은 모두
같은 권한을 가지게 됩니다. (위와같이 옵션 제외하면 해당 폴더의 권한만 바뀌는것이죠)
그럼..
overclass 님의 말씀대로 권한설정이 안되어서 접근이 안된다는 예기예요.
이에 부가설명 좀 더 붙여봅니다.
/banner 폴더의 권한을 755 또는 777 로 용도에 맞게 변경해주세요.
서버에서 ftp밖에 사용못하신다면 폴더를 마우스 우클릭해서 속석변경에서 해주시면 됩니다.
777의 경우
소유자(7) = 읽기(4)+쓰기(2)+실행(1)
그 룹(7) = 읽기(4)+쓰기(2)+실행(1)
일 반(7) = 읽기(4)+쓰기(2)+실행(1)
이렇게 권한이 합하여져서 7이라는 숫자가 되는겁니다.
즉 모든 권한을 가지게 되는 것이죠.
755의 경우
소유자(7) = 읽기(4)+쓰기(2)+실행(1)
그 룹(5) = 읽기(4)+쓰기(0)+실행(1)
일 반(5) = 읽기(4)+쓰기(0)+실행(1)
인 상태가 됩니다.
644의 경우도 있고 다양합니다.
사용자가 권한 주는거야 위의 방법을 인식하시고 수치만 입력해주신다면
그대로 운영되는 것입니다.
혹...텔넷 접속가능하시면 계정 접속해서
chmod 777 ./banner << 입력하고 엔터 치시면 되겠습니다.
위 옵션에서 -R 옵션을 사용하시면 /banner 부터 이하 안에있는 폴더와 파일은 모두
같은 권한을 가지게 됩니다. (위와같이 옵션 제외하면 해당 폴더의 권한만 바뀌는것이죠)
그럼..

Warning: mkdir(/home/marketingis/public_html/banner): Permission denied in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 15
요건 퍼미션 문제 인듯 싶네요.. 폴더를 만들고자 하는 곳의 상위 폴더의 퍼미션을 수정하시면될듯 싶네요.
Warning: chmod(): No such file or directory in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 16
퍼미션을 수정할 폴더를 찾지 못하는 듯합니다. overclass 님께서 말씀해주신대로 퍼미션을 수정하시면 아래 오류 들은 자동적으로 해결될듯 싶네요.
요건 퍼미션 문제 인듯 싶네요.. 폴더를 만들고자 하는 곳의 상위 폴더의 퍼미션을 수정하시면될듯 싶네요.
Warning: chmod(): No such file or directory in /home/marketingis/public_html/edmsoft/idolcafe/extend/Ybanner.lib.php on line 16
퍼미션을 수정할 폴더를 찾지 못하는 듯합니다. overclass 님께서 말씀해주신대로 퍼미션을 수정하시면 아래 오류 들은 자동적으로 해결될듯 싶네요.