d

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

· 2010-04-15 (목) 17:56:47 · 4156
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);
|
댓글을 작성하시려면 로그인이 필요합니다.

그누3질답

9,564건
+
제목 글쓴이 날짜 조회
10-04-15 조회 4,157
10-01-01 조회 3,569
09-11-18 조회 3,570
09-11-06 조회 3,130
09-11-04 조회 3,773
09-10-30 조회 3,022
09-10-16 조회 3,228
09-10-12 조회 3,788
09-08-21 조회 2,986
09-08-05 조회 3,100
09-07-23 조회 3,401
09-07-11 조회 3,647
09-05-20 조회 2,882
09-04-13 조회 3,399
09-03-08 조회 3,170
09-01-12 조회 2,944
08-12-26 조회 2,972
08-12-20 조회 3,286
08-12-06 조회 3,126
08-11-26 조회 3,226