HOW to fix cURL error 28: Connection timed out in wordpress
홈 › 워드프레스정보 › HOW to fix cURL error 28: Connection timed out in wordpress 워드프레스 업그레이드 할 때 2가지는 체크해야합니다. 한가지는 폴더권한문제이고 또 한가지도 SELinux 권한문제입니다 Insert to line at your configual file. /wp-config.php insert comment!! if(is_admin()) { add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ )); define( ‘FS_CHMOD_DIR’, 0751 ); } HOW to fix cURL error … HOW to fix cURL error 28: Connection timed out in wordpress 계속 읽기
삽입하려면 이 URL을 복사해 자신의 워드프레스 사이트에 붙여넣으세요
삽입하려면 이 코드를 사이트에 복사해 붙여넣으세요