前言介紹
- 這款 WordPress 外掛「ACJ MONGODB SYNC」是 2024-07-10 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2024-07-16,距離現在已有 290 天。
- 外掛最低要求 WordPress 4.3 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 8.0 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
mongodb | wp mongodb | MongoDb Sync | MongoDb Clone | WP MongoDb Sync |
內容簡介
**總結:**
ACJ MONGODB SYNC 是一個外掛程式,可以幫助您將數據從 WordPress 同步至 Mongo Db。它完全在後台運作,不會破壞網站的任何部分,確保使用者擁有流暢的 WordPress 體驗。目前支援所有選項同步、所有分類同步和任何文章類型同步。
**問題與答案:**
1. ACJ MONGODB SYNC 是用來做什麼的?
- 答: ACJ MONGODB SYNC 是一個外掛程式,可以幫助您將數據從 WordPress 同步至 Mongo Db。
2. 這個外掛程式支援哪些功能?
- 答: 目前支援所有選項同步、所有分類同步和任何文章類型同步。
3. 這個外掛程式的前置需求是什麼?
- 答: 需要 PHP 版本為 8.0 或更高。
4. 如何安裝 MongoDB PHP 擴展?
- 答: 使用 PECL 安裝 MongoDB PHP 擴展。確保系統上已安裝必要的 SSL 函式庫,然後執行相應指令進行安裝。
5. 如何驗證 MongoDB PHP 擴展是否已安裝並啟用?
- 答: 在終端機中運行 `php -m | grep mongodb` 指令,如果看到 mongodb 在已啟用模組列表中,則表示 MongoDB 擴展已安裝並啟用。
6. 描述如何安裝這個外掛程式?
- 答: 將外掛程式文件上傳到 `/wp-content/plugins/acj-mongodb-sync` 目錄中,或直接通過WordPress外掛程式畫面安裝外掛程式。然後在WordPress的「外掛程式」畫面中啟用外掛程式。
原文外掛簡介
ACJ MONGODB SYNC is a plugin that help you sync data from WordPress to Mongo Db. It completely works in backend and will not break any part of the site while
users having the smooth WordPress Experience.
Currently Supports
All Options Sync
All Terms Sync
Any Post Type Sync.
All Users.
Requirements
Requires PHP: 8.0 & greater
Contributors
Contributors: iamarunchaitanyajami
Pre-requisites
This plugin required MONGODB package an extension enabled. Please follow the below process.
1. Install Required Dependencies
Make sure you have the necessary SSL libraries installed on your system. On Debian/Ubuntu-based systems, you can install them using:
sudo apt-get install -y openssl libssl-dev libcurl4-openssl-dev pkg-config libssl-dev
On CentOS/RHEL-based systems, you might need to install openssl-devel:
sudo yum install openssl openssl-devel
2. Install MongoDB PHP Extension
You can install the MongoDB PHP extension using PECL (PHP Extension Community Library). Make sure you have pecl installed on your system. Then, run the following command:
`
apt-get update
apt-get install libmongoc-1.0-0
pecl install mongodb
`
Follow the prompts to complete the installation process.
3. Enable the MongoDB Extension
Once the extension is installed, you need to enable it in your PHP configuration. Find your php.ini file (you can locate it by running php –ini in the command line), and add the following line:
To find where php.ini file, use below command.
`
php -i | grep ‘php.ini’
`
Then add below code
`
extension=mongodb.so
mongodb.ssl = true
`
Make sure to restart your web server (e.g., Apache or Nginx) after making this change for the configuration to take effect.
4. Verify Installation
You can verify that the MongoDB PHP extension is installed and enabled by running the following command in your terminal:
`
php -m | grep mongodb
`
If the MongoDB extension is properly installed and enabled, you should see mongodb in the list of enabled modules.
5. Handling Installation Issues
If you encounter any issues during the installation process, make sure you have the necessary build tools and development headers installed on your system. You may need packages like php-dev, gcc, make, and others depending on your operating system.
Additionally, refer to the official MongoDB PHP extension documentation for troubleshooting tips and platform-specific installation instructions.
Once you’ve installed and enabled the MongoDB PHP extension, the error you encountered should be resolved, and your PHP script should be able to interact with MongoDB successfully.
Plugin Installation
This section describes how to install the plugin and get it working.
e.g.
Upload the plugin files to the /wp-content/plugins/acj-mongodb-sync directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「ACJ MONGODB SYNC」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。