cheditor에서 이미지 업로드 에러... 정보
cheditor에서 이미지 업로드 에러...본문
Warning: move_uploaded_file(c:/RWAPM/www/home/cheditor2/attach/city.jpg): failed to open stream: No such file or directory in C:\RWAPM\www\home\cheditor\imageupload-class.php on line 145
Warning: move_uploaded_file(): Unable to move '/RWAPM/tmp\phpF.tmp' to 'c:/RWAPM/www/home/cheditor2/attach/city.jpg' in C:\RWAPM\www\home\cheditor\imageupload-class.php on line 145
Warning: chmod(): No such file or directory in C:\RWAPM\www\home\cheditor\imageupload-class.php on line 146
--------------
home이 그누보드 파일이 있는 폴더구요.
cheditor폴더에서 insert_image파일을 다음과 같이 수정했습니다.
//////////////////////////////////////////////////////////////////////////
// 이미지 파일이 저장될 디렉토리 경로를 지정합니다.
// $save_as_directory의 퍼미션은 777로 설정합니다.
$save_as_directory = "c:/RWAPM/www/home/cheditor2/attach/";
//////////////////////////////////////////////////////////////////////////
// $save_as_directory의 URL 경로를 입력합니다.
$save_as_url = "http://127.0.0.1/home/cheditor2/attach/";
attach폴더도 만들어 놓은 상태구요.
그누 스킨에서 에디터 스킨으로 설정하고 게시판(에디터 기능중에)에서 이미지 업로드를 하면 오류가 뜹니다.
(테스트 환경은 윈도우+APM이구요.)
Warning: move_uploaded_file(): Unable to move '/RWAPM/tmp\phpF.tmp' to 'c:/RWAPM/www/home/cheditor2/attach/city.jpg' in C:\RWAPM\www\home\cheditor\imageupload-class.php on line 145
Warning: chmod(): No such file or directory in C:\RWAPM\www\home\cheditor\imageupload-class.php on line 146
--------------
home이 그누보드 파일이 있는 폴더구요.
cheditor폴더에서 insert_image파일을 다음과 같이 수정했습니다.
//////////////////////////////////////////////////////////////////////////
// 이미지 파일이 저장될 디렉토리 경로를 지정합니다.
// $save_as_directory의 퍼미션은 777로 설정합니다.
$save_as_directory = "c:/RWAPM/www/home/cheditor2/attach/";
//////////////////////////////////////////////////////////////////////////
// $save_as_directory의 URL 경로를 입력합니다.
$save_as_url = "http://127.0.0.1/home/cheditor2/attach/";
attach폴더도 만들어 놓은 상태구요.
그누 스킨에서 에디터 스킨으로 설정하고 게시판(에디터 기능중에)에서 이미지 업로드를 하면 오류가 뜹니다.
(테스트 환경은 윈도우+APM이구요.)
댓글 전체