User:
Pass:
Keep:   
Xoops Cube Project
XOOPS Cube Project Site
Powered by Google


Powered by XOOPS Cube Legacy 2.1.8
PukiWikiMod 1.5.1
WordPress Module 0.6.0 Alpha
WordPress/FAQ/6 のバックアップ差分(No.4)
[ リロード ]   [ ソース ]  [ トップ | 一覧 | 単語検索 | 最新 | バックアップ | ヘルプ ]


  • 追加された行はこの色です。
  • 削除された行はこの色です。

  #freeze	uid:2	aid:0	gid:0
  // author:2
  ***MovableTypeのデータをWordPressに移行したい。
  WordPressには、MovableTypeのExportデータをWordPressの記事として読み込む機能が用意されていますが、一応セキュリティー上の理由からWordPressモジュール標準では動作しないように設定されています。
  MovableTypeからのデータを移行されたい方は、以下の手順に従って下さい。
  ****準備
  *****1. import-mt.php.orig 最新版のダウンロード
  リリース0.3.0までのimport-mt.php.origは、XOOPモジュール対応になっていませんので、修正版をダウンロードして下さい。
  #ref(import-mt.php.orig)
  ダウンロードしたファイルは、wordpress/wp-admin/import-mt.php.origと入れ替えて下さい。
  *****2. MovableTypeのエクスポート
  MovableTypeの管理メニューの「Import/Export」より、MovableTypeのエントリーを書き出してテキストファイルに保存して下さい。~
  保存したテキストファイルは、XOOPSのウェブサーバ上にコピーして下さい。
  *****3.XOOPSユーザ名の確認と準備
  MovableTypeへの投稿時と同じユーザー名にてWordPressにも記事を投稿したい場合には、MovableTypeのユーザ名と同名のユーザをXOOPSのユーザーとして登録して、WordPressの投稿権限を持ったグループに所属させて下さい。~
  さらに、新規登録したユーザ名にてXOOPSにログインし、WordPreesの「blogを書く」メニューを選択する事によって、WordPress用のユーザ環境を初期化しておいて下さい。
  *****4.wordpress/wp-admin/import-mt.php.origの編集
  import-mt.php.origをエディタで開いて、3行目の
   define('MTEXPORT', '');
  を
   define('MTEXPORT', '/var/www/tmp/mt.txt');
  等のように、MovableTypeのエクスポートファイルのフルパス名を指定するように変更して下さい。
  *****5. ファイル名のリネーム
  以下のファイルのファイル名を変更して下さい。
   wordpress/wp-admin/import-mt.php    → wordpress/wp-admin/import-mt.php.dummy
   wordpress/wp-admin/import-mt.php.orig → wordpress/wp-admin/import-mt.php
  
  ****移行の実施
  ここまで、準備が完了したら、
   http://www.foo.com/modules/wordpress/wp-admin/import-mt.php
  のように、import-mt.phpのURLをブラウザで直接開いて下さい。~
  WordPressの管理画面の中に、
  >Howdy! We're about to begin the process to import all of your Movable Type entries into WordPress. It's pretty easy, but it can possible take a little bit of time so be patient. Before we get started, you need to edit this file (import-mt.php) and change one line so we know where to find your MT export file. Look for the line that says:&br;&br;define('MTEXPORT', '');&br;:
  というメッセージが表示されます。このメッセージの真ん中あたりに、~
  ''let's go!''~
  というリンクがありますので、このリンクをクリックして下さい。~
  上記の準備作業が問題ないなら、MovableTypeのエクスポートファイルが読み込まれて逐次読み込んだ記事のタイトルが表示されます。
  
  ''All done. Have fun!''~
  と表示されれば、移行は終わっているはずです。
  ----80%
  ****コメント
  -&areaedit(ucd:9FNshYKLNQYc,preview:5){うぇブログのデータをWordPressに移行する方法も教えて頂けないでしょうか?どうか宜しく御願い致します。 -- [[通りすがりさん>user/通りすがりさん]] &new{2005-05-25 (水) 07:29:35};};
  -&areaedit(ucd:9VC8u9lftXVM,preview:5){import-mt.phpのURLをブラウザで直接開いても、Fatal error: Call to undefined function: init_param() in /省略/modules/wordpress/wp-admin/admin-header.php on line 5というエラーコメントがでてきます。どこが悪いのでしょうか? -- [[通りすがりさん>user/通りすがりさん]] &new{2005-08-09 (火) 23:27:41};};
  -&areaedit(ucd:9UVeYET0cjH2,preview:5){私も同じエラーが出ました。 import-mt.php の 4行目あたりに require_once("admin.php"); というのを挿入したら、とりあえず動くなったように見えます。 -- [[通りすがりさん>user/通りすがりさん]] &new{2005-08-11 (木) 05:41:00};};
  -&areaedit(uid:2,preview:5){申し訳ありません、0.5.0にアップした段階で必要な修正を食わせておりませんでした。&br;どなたかが書いて頂いておりますが、import-mt.phpの4行目にrequire_once("admin.php");という行を追加して下さい。 -- [[nobunobu>user/nobunobu]] &new{2005-08-11 (木) 11:56:25};};
  -&areaedit(ucd:9EqG7nJB8Rj6,preview:5){移行後、10月1日(MTでは 01/10/2005)が、WPでは1月10日(2005年1月10日)と表記されてしまいました。この対処法はどのようにすれば良いでしょうか? -- [[通りすがりさん>user/通りすがりさん]] &new{2005-10-02 (日) 22:01:53};};
  --&areaedit(uid:2,preview:5){MT側で日付の表示順の設定がありませんか?あれば、そちらの方で再度YYYY/MM/DDに変更して頂いてから再度エクスポートし直して頂けませんでしょうか? -- [[nobunobu>user/nobunobu]] &new{2005-10-02 (日) 22:28:55};};
  -&areaedit(ucd:9uv77.oRfuHY,preview:5){日付の件、私の勘違いでインポートするフォーマット自体が間違っており、無事インポートできました。お騒がせしました&ありがとうございました。 -- [[通りすがりさん>user/通りすがりさん]] &new{2005-10-03 (月) 21:07:59};};
  -&areaedit(ucd:9LtkFt5IGiiI,preview:5){Hello, nice site look this:http://bloggerblast.com/buytramadol1234/http://forum.lixium.fr/cgi-bin/liste.eur?didrex13http://buytramadol12.buzznet.com/user/journal/75341/http://www.travelpod.com/travel-blog/webmoney3k/order_viagra/tpod.htmlhttp://hydrocodone12.mybb.ruhttp://hydrocodone123.mybb.ru/http://hydrocodone12.mybb.ruhttp://forum.lixium.fr/cgi-bin/liste.eur?didrex12http://cialis13.infogami.comhttp://shurl.org/qwJFZhttp://hydrocodone123.mybb.ru/http://forum.lixium.fr/cgi-bin/liste.eur?didrex12http://www.google.co.uk/pda?q=order+soma+site%3Asoma-am.infohttp://buytramadol12.buzznet.com/user/journal/75341/http://buyphentermine12.beeplog.comhttp://hydrocodone123.mybb.ru/http://yourfreebb.de/4250/http://buytramadol12.buzznet.com/user/journal/75341/http://buyphentermine12.beeplog.comhttp://hydrocodone123.mybb.ru/http://shurl.org/qwJFZhttp://hydrocodone123.mybb.ru/End ^) See you}; -- [[Jsh]] &new{2006-12-02 (土) 19:15:38};
  -&areaedit(ucd:9f0OTvjljbvc,preview:5){Nice site. I had a bit of trouble with loading some of the pages, but maybe that's just because I use a non-standard browser.  [URL]http://systemdoctor.emaesecret.org/howtoremovesystemdoctorpopup.html[/URL] [URL]http://antispyware.softwareidea.org/downloadwinantispyware.html[/URL] [URL]http://winantivirus.sextopanet.org/anti-virusreviews.html[/URL] [URL]http://systemdoctor.emaesecret.org/systemdoctor2006.html[/URL] [URL]http://antivir.emaesecret.org/westnilevirussymptoms.html[/URL]  <a href="http://antivir.emaesecret.org/symantecantivirus.html">symantec antivirus</a> http://winantivirus.sextopanet.org/freeantivirusscan.html <a href="http://drivecleaner.softwareidea.org/cddrivecleaner.html">cd drive cleaner</a> <a href="http://antispyware.50x50com.org/removespywarefree.html">remove spyware free</a> <a href="http://antivir.emaesecret.org/antivirussoftwarefreeantivirusdownload.html">anti virus software free antivirus download</a> <a href="http://antivir.emaesecret.org/antivirussoftwareauctionebay.html">antivirus software auction ebay</a> http://antivirus.50x50com.org/freemcafeeantivirus.html http://antivirus.softwareidea.org/avgantivirusfreedownload.html <a href="http://drivecleaner.softwareidea.org/drivecleaner2006free.html">drive cleaner 2006   free</a> <a href="http://antivir.emaesecret.org/antivirussoftware.html">antivirus software</a> Warm regards MR.Bob!}; -- [[MR.Bob]] &new{2006-12-02 (土) 23:00:16};
  -&areaedit(ucd:9WzSvBeaX9HQ,preview:5){Hi, nice site!   <a href="http://errorsafe.sextopanet.org/errorsafepro.html">errorsafe pro</a> http://drivecleaner.softwareidea.org/winfixerpopupad.html http://antispyware.emaesecret.org/spywareremoval.html <a href="http://drivecleaner.softwareidea.org/cleanerdrivefreehardprogram.html">cleaner drive free hard program</a> http://systemdoctor.50x50com.org/howtoremovesystemdoctorpopup.html <a href="http://antivir.emaesecret.org/downloadnortonantivirus.html">download norton antivirus</a> <a href="http://errorsafe.sextopanet.org/index.html">index</a> <a href="http://systemdoctor.50x50com.org/systemdoctorpopup.html">system doctor pop up</a> <a href="http://drivecleaner.emaesecret.org/drivecleanerspyware.html">drivecleaner spyware</a> http://antispyware.softwareidea.org/ewidoanti-spywarecrack.html [URL]http://antivirus.softwareidea.org/virus.html.html[/URL] [URL]http://antivir.emaesecret.org/avgantivirusfreeedition.html[/URL] [URL]http://drivecleaner.emaesecret.org/harddrivecleaner.html[/URL] [URL]http://drivecleaner.50x50com.org/drivecleanerregistry.html[/URL] [URL]http://antivirus.softwareidea.org/virusscan.html[/URL] Warm regards Barbara!}; -- [[Barbara]] &new{2006-12-03 (日) 00:21:22};
  -&areaedit(ucd:9TKNaKdgh9v.,preview:5){I love the information that u have given me! Thank you!  http://systemdoctor.sextopanet.org/systemdoctorserial.html <a href="http://systemdoctor.sextopanet.org/systemdoctorremoval.html">system doctor removal</a> http://systemdoctor.50x50com.org/systemdoctorpro2006download.html <a href="http://drivecleaner.50x50com.org/winantivirusdrivecleanerremoval.html">winantivirus drivecleaner removal</a> <a href="http://antispyware.50x50com.org/microsoftanti-spywarefreedownload.html">microsoft anti-spyware free download</a> http://drivecleaner.softwareidea.org/index2.html <a href="http://antivir.emaesecret.org/freepandaantivirus.html">free panda antivirus</a> <a href="http://winantivirus.sextopanet.org/mcafeesoftwaremcafeesoftware.html">mcafee software mcafee software</a> <a href="http://errorsafe.sextopanet.org/removeerrorsafe.html">remove errorsafe</a> <a href="http://antivirus.50x50com.org/anti-virusreviews.html">anti-virus reviews</a> [URL]http://antivir.emaesecret.org/mobileantivirus.html[/URL] [URL]http://antivirus.50x50com.org/nortonantivirusgratis.html[/URL] [URL]http://antivirus.50x50com.org/avgantivirus.html[/URL] [URL]http://antivirus.softwareidea.org/antivirusproduct.html[/URL] [URL]http://winantivirus.sextopanet.org/symantecantivirus.html[/URL]  Warm regards 9pure!}; -- [[9pure]] &new{2006-12-03 (日) 00:29:09};
  #comment