미디어위키 업로드 가능하게 하기

Jmnote (토론 | 기여)님의 2012년 1월 25일 (수) 11:10 판 (새 문서: ==설정파일 변경== 설치폴더에 있는 LocalSettings.php에서 $wgEnableUploads를 true로 해주면 된다. *변경 전 <source lang='php'> ## To enable image uploads, m...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 설정파일 변경

설치폴더에 있는 LocalSettings.php에서 $wgEnableUploads를 true로 해주면 된다.

  • 변경 전
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads  = false;
  • 변경 후
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads  = true;

이렇게 하면 왼쪽 메뉴의 도구모음에 '파일 올리기'가 생길 것이다.

2 폴더 권한

파일 올리기가 안되는 경우 설치폴더 아래의 images 폴더의 권한을 확인하고, 업로드가 가능하도록 권한을 조정한다.

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}