워드 프레스 업데이트 문제 해결

· 2015-09-19 (토) 21:25:07 · 1644

워드프레스 업데이트

워드프레스 디렉토리로 이동할 수 없습니다.

설치 실패


 

x.x.x.x - - [19/Sep/2015:20:42:12 +0900] "POST /wordpress/wp-admin/update-core.php?action=do-core-upgrade HTTP/1.1" 200 26893

x.x.x.x - - [19/Sep/2015:20:42:45 +0900] "POST /wordpress/wp-admin/update-core.php?action=do-core-upgrade&_wpnonce=68e6d47cd8 HTTP/1.1" 200 24774



 

 

 

 

 

wp-config.php 제일 하단 내용 추가.

if(is_admin()) {

   add_filter('filesystem_method', create_function('$a', 'return "direct";' ));

   define( 'FS_CHMOD_DIR', 0751 );

}

 

 

워드프레스 업데이트

https://downloads.wordpress.org/release/ko_KR/wordpress-4.3.1.zip로부터 업데이트 다운로드.

업데이트 압축 푸는 중.

디렉터리를 생성할 수 없습니다.

설치 실패


 

chmod 777 워드프레스 폴더


 

업데이트 후 퍼미션 원복


 

sudo find . -type f -exec chmod 644 {} +

sudo find . -type d -exec chmod 755 {} +





 

http://dezang.net/757

 

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

자유게시판

202,896건
+
제목 글쓴이 날짜 조회
15-09-20 조회 1,724
15-09-20 조회 1,371
15-09-20 조회 1,381
15-09-20 조회 2,102
15-09-20 조회 1,426
15-09-20 조회 1,383
15-09-20 조회 1,919
15-09-19 조회 1,579
15-09-19 조회 1,500
15-09-19 조회 1,323
15-09-19 조회 4,221
15-09-19 조회 1,247
15-09-19 조회 1,341
15-09-19 조회 1,475
15-09-19 조회 1,267
15-09-19 조회 1,251
15-09-19 조회 1,645
15-09-19 조회 1,339
15-09-19 조회 1,238
15-09-19 조회 1,585