這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Migration Drupal to WordPress

描述

Migration Drupal to WordPress is a tool to move the basic data from databases drupal to wordpress.

This plugin has been tested in WordPress v4 with drupal v6

Arbitrary section

安裝

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Access the menu “migration”, fill in the form and select the data to pass

常見問題

What data passes this plugin?

All except the table options and links

Is it only works drupal v6 to wordpress v4?

Yes, because when you change the cms version changes the position of the data.

Can I change the names of the tables or the migration class?

Yes, I encourage you to make your own versions of the class for versions and share your needed

Why it is giving error when extracting data or entering?

Does not match the version of the cms
No connection is established with the database
Not enough runtime on the server
Failure prefix
Does not match the name of one or more tables, or columns of these
Lack of user permissions given

Why not spend all the data that is being asked?

Because the cache or server runtime are lower than what you need or the amount of data to move.
But it may also be due to a syntax error, which is the class normalize(string)

評價

2017年2月10日
- Requires database connection credentials for the wordpress database (WAT? Use wordpress database API!) - Requires a table prefix for both, drupal and wordpress (WAT? What if there is no prefix?) - Crashes with PHP Errors
閱讀全部1個評價

貢獻者及開發者

“Migration Drupal to WordPress” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Migration Drupal to WordPress 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Upload the plugin