Notifications
Clear all

wpForo 1.x.x [Closed] phpbb migration help

3 Posts
2 Users
0 Likes
1,667 Views
Posts: 7
Topic starter
(@michael-tcr)
Active Member
Joined: 5 years ago

I have a customer that I'm trying to migrate from phpbb on their old system to their new server into wpforo.  I'm not able to get things started from the initial import configuration.   

For the phpbb configuration parms, I'm entering the connection information to the old site where phpbb exists.  I can connect to that system's mysql server separately (so I know the parms are good), but the tool indicates "no connection".  I even added the new server's ip to the mysql remote setup on the old system ... but same result.  Since that didn't work, I uploaded the phpbb sql data and folder contents to the new server and now it's showing "Migrate2wpForo Notice: We can't find this board on this system".

Example tried values for Database Host: 

  • www.customersite.com:3306
  • ip of customer site:3306
  • <local connection info>

Q1: How can I figure out why there's no connection? (I am a developer and I can insert php code for debugging purposes)

Q2: Where is the message "Migrate2wpForo Notice: We can't find this board on this system" coming from?  I'm having difficulty finding that text in the migration plugin files.

Q3: Is there a specific version of phpbb that's required?

2 Replies
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @michael-tcr,

First of all, you should import all the phpBB tables to the current DB tables where the wpForo is installed. After that only you should start the migration process. There will not be any issues as WordPress and phpBB use different prefixes. And you can simply remove the phpBB tables as soon as you complete the migration.

Q2: Where is the message "Migrate2wpForo Notice: We can't find this board on this system" coming from?  I'm having difficulty finding that text in the migration plugin files.

This message appears if the table prefixes are filled not correctly.

Please read attentively the instructions mentioned on each step of the migration process. 

 

1 Reply
(@michael-tcr)
Joined: 5 years ago

Active Member
Posts: 7

Thank you Sofy for responding back with me!  I had already come to that idea last night and did restore the phpdb datatables and was able to get the migration started this morning. 🙂

The issue I'm having now is that the migration keeps timing out at 1%.  I've dropped the cycle count from 200 to 100 which allowed processing to go above 1% ... but I just now received another timeout after about 13% complete.  I suppose I'll need to drop the cycle count further still.  If I need any more support on this migration, I'll make another post.

Thanks everyone!