Skip to content

This repository offers a complete guide and SQL scripts for migrating DNN ActiveForum data to WordPress wpForo. It includes setting up tables in SQL Server, transferring data to MySQL, and integrating with wpForo, along with installation and troubleshooting instructions.

Notifications You must be signed in to change notification settings

ashkan-rahdar/Transfering-data-from-activeforum-DNN-to-wpforo-WP-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DotNetNuke (DNN) to WordPress wpForo Migration

Overview

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.

Project Structure

  • 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.

Setup Steps

Guide to Transfer tables from SSMS to MySQL and merge them

  1. 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.

  2. Migrating Data to MySQL: This document (coming soon) will guide you through using the MySQL Migration Wizard to transfer the data to MySQL.

  3. Merging Data with wpForo: Run the scripts in the 2.MySQL folder to combine the ActiveForum data into wpForo’s tables.

Additional Setup Documentation

  • 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.

Repository Contents

  • 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.

About

This repository offers a complete guide and SQL scripts for migrating DNN ActiveForum data to WordPress wpForo. It includes setting up tables in SQL Server, transferring data to MySQL, and integrating with wpForo, along with installation and troubleshooting instructions.

Topics

Resources

Stars

Watchers

Forks

Languages