Notifications
Clear all

[Solved] Database error after migrating

3 Posts
2 Users
0 Reactions
425 Views
Posts: 6
Topic starter
(@firex)
Active Member
Joined: 2 years ago

Hi,
I would like to ask you here guys for help.
We recently migrated to our own webserver for multiple reasons.
I've currently setted up PHPMyAdmin, Wordpress and everything.
For all the Wordpress related stuff we used a tool called 'All-in-One WP Migration'.
After the restore, everything is working correctly but the only exception is WpForo, I'm quite lost, since the autorepair or the manual SQL one doesn't fix the issue.

Thanks for any help in advance,
Firex

Topic Tags
2 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @firex,

Please leave a screenshot of wpForo > Boards admin page.

If there is only one Board in that page, you should change the board ID to 0. Use the following SQL to change the ID to 0 in phpMyAdmin > SQL tab:

UPDATE wp_wpforo_boards SET boardid = 0;

Then go to wpForo > Overview admin page and click [Delete all Caches] button.

Posts: 6
Topic starter
(@firex)
Active Member
Joined: 2 years ago

Hi, my issue has been fixed, thank you 😀