I am doing an upgrade to Wordpress 2.6, don’t be surprised to see the blog broken for a bit. 나는 Wordpress 2.6, 블로그를 좀 깨진보고 놀라지 말라고 업그레이 드를하고있는 중이야.
Later: 저장 :
OK, I think it’s done, and there seem to be no adverse effects. 좋아, 내가 그것을 다하고 생각없는 부작용이 될 것으로 보인다. During the few minutes that it was defenseless, 7 spams came in. 몇 분 동안 그것이 무방비 상태였다, 7 스팸 메일이 들어 왔어요 
And my Visual Editor conked out beforehand — the dreaded “visual editor just doesn’t work” bug that apparently plagues many. 그리고 내 비주얼 에디터를 사전에 떨어져서 - 그냥 "분명히 많은 재앙이 작동하지 않는 버그가 겁나는"영상 편집기. Sigh. 한숨을. Here’s what fixed it: 여기에 무엇 고정 :
- The upgrade, at least on my machine, put everything up with the wrong permissions. 적어도 내 컴퓨터 업그레 이드, 잘못된 권한을 가진 모든하다. I set the wp_includes folder and all files under to 755. 나는 아래에 755로 폴더와 파일을 모두 wp_includes 설정합니다.
- I also deleted the contents of wp-content/uploads/js_cache 또한 wp-content/uploads/js_cache의 내용을 삭제
Apparently there are several things that cause this. 틀림없이 거기에 여러 가지 일들이 발생할 수있습니다. So here’s some useful threads . 그래서 여기에 몇 가지 유용한 스레드.
Oh, and you need to add captions to your existing theme if you want them styled right on the images. 오, 당신은 당신이 그들이 바로 이미지에 스타일을 원하는 경우에는 기존 테마에 캡션을 추가할 필요가있다. I found this , though I then started tweaking it. 그래도 그때 조정 시작 전,이 발견했다. (See below). (아래 참조)을 참조하십시오.
Even later: 심지어 저장 :
All my accented characters were broken, and it’s because the wp-config-sample.php file has utf8 for the DB_CHARSET, but my blog is old enough that all its tables were creates many versions ago when the default was latin1_ci_swedish. 모두 내 악센트 문자가 부러졌고, 때문에 wp를 - 구성 - sample.php 파일은 utf8가 그것을 DB_CHARSET에 대한한데, 내 블로그에 충분했으며 수많은 버전 전에 모든 테이블을 생성하면 기본 latin1_ci_swedish였다 늙은이다. There’s no easy way to change the DB, so I fixed it by changing the DB_CHARSET in wp-config to just ”. 거기에 DB를 변경하는 쉬운 방법이 없다, 그래서 포스트에 DB_CHARSET -로 설정을 변경하여 고정 그냥 ".
OK, now that caption stuff: 좋아, 이제 물건 캡션 :
/* Captions & aligment */ / * 캡션 & aligment * /
.aligncenter, div.aligncenter { . aligncenter, div.aligncenter (
display: block; 디스플레이 : 블록;
margin-left: auto; 여백 - 왼쪽 : 자동;
margin-right: auto; 여백 - 오른쪽 : 자동;
} ) .alignleft { . alignleft (
float: left; 플로트 : 왼쪽;
} ) .alignright { . alignright (
float: right; 플로트 : 왼쪽에서 오른쪽으로;
} ) .wp-caption { . wp를 - 캡션 (
border: 1px solid #ddd; 국경 : 1px 고체 # ddd를;
text-align: center; 텍스트 - 정렬할 : 센터;
background-color: #f3f3f3; 배경 - 색상 : # f3f3f3;
padding-top: 4px; 패딩 - 가기 : 4px;
margin: 10px; 여백 : 10px;
-moz-border-radius: 3px; - moz - 국경 - 반경 : 3px;
-khtml-border-radius: 3px; - khtml - 국경 - 반경 : 3px;
-webkit-border-radius: 3px; - 웹킷 - 국경 - 반경 : 3px;
border-radius: 3px; 국경 - 반경 : 3px;
} ) .wp-caption img { . wp를 - 캡션 아무리 (
margin: 0; 여백 : 0;
padding: 0; 패딩 : 0;
border: 0 none; 국경 : 0 없음;
} ) .wp-caption p.wp-caption-text { . wp를 - 캡션 p.wp - 캡션 - 텍스트 (
font-size: 11px; 글꼴 - 크기 : 11px;
line-height: 17px; 라인 - 고도 : 17px;
padding: 0 4px 5px; 패딩 : 0 4px 5px;
margin: 0; 여백 : 0;
} )
/* End captions & aligment */ / * 최종 캡션 & aligment * /
[...] 포드 캐스트 블로그 스토어 지원! 로그인 회원 가입 Wordpress 2.6으로 업그레이 드 Raph의 웹사이트 7 월 2008 오후 10시 9분 나는 Wordpress 2.6로 업그레이 드를 15 일 오전에 배치하고 [...]