This repository provides a step-by-step guide and all necessary files for migrating data from a DotNetNuke (DNN) forum (ActiveForum) to a WordPress site running the wpForo plugin. The migration process includes creating tables in SQL Server, transferring data to MySQL, and integrating data with wpForo. The guide assumes familiarity with SQL Server Management Studio (SSMS) and MySQL.
- 1.SSMS: SQL scripts for creating wpForo-compatible tables in SSMS.
- 2.MySQL: SQL scripts for merging the transferred ActiveForum data with your wpForo installation.
Guide to Transfer tables from SSMS to MySQL and merge them
-
Preparing Tables in SSMS:
Run the scripts in the 1.SSMS folder to create tables matching the wpForo format. This step assumes your DNN database is named Simorgh975. -
Migrating Data to MySQL: This document (coming soon) will guide you through using the MySQL Migration Wizard to transfer the data to MySQL.
-
Merging Data with wpForo: Run the scripts in the 2.MySQL folder to combine the ActiveForum data into wpForo’s tables.
-
PHP Installation using IIS Setting Up PHP using IIS step by step of PHP Installation using IIS
-
WordPress Installation and Theme Setup: Setting Up WordPress
Instructions for installing WordPress, setting up the Astra theme, and preparing for wpForo. -
wpForo Installation and Configuration: Configuring wpForo
Detailed steps to install wpForo, configure necessary permissions, and solve common issues. -
Troubleshooting Common Issues: Common Bug Fixes
Solutions for common issues, such as fixing 404 errors and enabling embedded attachments.
- README.md: Main overview and setup information.
- Documentation: Folder containing all supporting documentation and setup files.
- SQL Scripts: SQL files for setting up tables and transferring data between SSMS and MySQL.
Note: For specific setup instructions, refer to the relevant documents linked above.