wordpress 업데이트 오류

2022년 12월 07일 golgol 0

remark : 디비에 lock 걸린 컬럼을 삭제 하나거 30분 정도 후에 다시 시도해 봐도 안된다. 1.wp_debug = false 로 하여 에러메시지 찍히게 하니 2.해결 : […]

wordpress 설치 하기 명령어

2017년 01월 23일 golgol 0

정리전 [wp-svg-icons icon=”home” wrap=”i”] 계정생성 및 디렉토리(미리만듬) 연결

sudo cat /etc/passwd sudo cat /etc/group sudo useradd -c testcom -d /var/www/testcom -s /usr/sbin/nologin -p pass001 […]

wordpress xmlrpc.php 취약점

2014년 07월 16일 golgol 0

아래와 같은 공격이 있는 경우 서버 및 사이트 멈춤 root@localhost:/var/log/apache2# cat access.log 62.204.144.62 – – [16/Jul/2014:18:59:45 +0900] “POST /xmlrpc.php HTTP/1.1” 404 530 “-” “Mozilla/4.0 (compatible; […]

Changing File Permissions « WordPress Codex

2013년 08월 22일 golgol 0

참조 : https://codex.wordpress.org/Changing_File_Permissions On computer filesystems, different files and directories have permissions that specify who and what can read, write, modify and access them. This is important […]

[wordpress] ftp 포트가 다를때

2013년 06월 05일 golgol 0

wp-config.php 에 /*아래와 같이 추가해주시면 됩니다.*/ if(is_admin()) { add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ )); define( ‘FS_CHMOD_DIR’, 0755 ); }

WordPress 사이트

2012년 11월 22일 golgol 0

서울시청 : http://www.seoul.go.kr 쇼설LG전자 : http://social.lge.co.kr/ Bloter : http://www.bloter.net/ http://www.tecmint.com/

소스분석

2012년 11월 03일 golgol 0

/** 디비명 */ define(‘DB_NAME‘, ‘wordpress525’); /** MySQL user */ define(‘DB_USER‘, ‘wordpressuser525’); /** MySQL password */ define(‘DB_PASSWORD‘, ‘z!U7]d2Fgt*L’); /** MySQL hostname */ define(‘DB_HOST‘, ‘localhost’); /** […]

WordPress Tables

2012년 08월 08일 golgol 0

WordPress Tables Database Description http://codex.wordpress.org/Database_Description