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
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.
Hi, my issue has been fixed, thank you 😀