Abi Posted February 4, 2016 Share Posted February 4, 2016 i use ipb 4.1 latest. i used the latest converter tool and converted my phpbb forums latest version 3.1.x everything went smoothly but forums are not visible in adminpanel or frontend, however they are all there in database. please help me Link to comment Share on other sites More sharing options...
John_C Posted February 4, 2016 Share Posted February 4, 2016 Put in a support ticket and they'll help you get it fixed. Link to comment Share on other sites More sharing options...
Abi Posted February 4, 2016 Author Share Posted February 4, 2016 I cant post support as i am testing the install on localhost. It seems like like a permission problem. Topic and Posts appears on widgets, but when i click it, it says Sorry, there is a problem You do not have permission to view this content. Error code: 2F173/H Link to comment Share on other sites More sharing options...
IveLeft... Posted February 4, 2016 Share Posted February 4, 2016 Are your group permissions set up for viewing the forums ? Link to comment Share on other sites More sharing options...
Abi Posted February 4, 2016 Author Share Posted February 4, 2016 Problem solved. phpbb converter sets parent_id = 0 for forums with no parents, I changed parent_id = -1 and everything worked! UPDATE `forums_forums` SET parent_id='-1' WHERE parent_id='0'; After update, all the forums appears in admin panel, I had to manually set member group permissions. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted February 11, 2016 Share Posted February 11, 2016 Thank you very much, this worked indeed! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.