테스트 사이트 - 개발 중인 베타 버전입니다

[오류]그림파일첨부랑 다른게시글 복사붙여넣기로 옮겨쓸때

· 15년 전 · 3667
1-게시글 다른메뉴로 옮기려고 게시글복사해서 붙여넣기후 저장할때
http://홈페이지/main/?doc=bbs/gbupdate.php
이 오류(HTTP 501 사용 금지 또는 HTTP 505 버전 지원되지 않음)는 방문한 웹 페이지에 해당 웹 페이지를 표시할 수 있는 기능이 없거나 페이지를 요청하는 데 사용된 HTTP 버전이 지원되지 않음을 의미합니다.

2-그림파일첨부할때
Warning: move_uploaded_file(/web/.../파일이름.jpg)
[function.move-uploaded-file]: failed to open stream: No such file or directory in
/web/.../cheditor/imageupload-class.php on line 145

Warning: move_uploaded_file()
[function.move-uploaded-file]:
Unable to move '/tmp/phpsa4sqe' to '/web/.../파일이름.jpg' in
/web/.../imageupload-class.php on line 145

Warning: chmod() [function.chmod]:
No such file or directory in /web/.../imageupload-class.php on line 146

3-imageupload-class.php 의 145,146코드입니다.
수정사항 있는지 알려주시면 감사하겠습니다.
게시판은...온통 코드로만 봐야하니 어려워요.
[145줄] $aok = move_uploaded_file($this->file["tmp_name"], $this->path . $this->file["name"]);
[146줄] chmod($this->path . $this->file["name"], 0775);

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
37695
37694
37685
37683
37682
37681
37680
37666
37662
37661
37659
37658
37657
37652
37650
37648
37645
37644
37643
37642